Skip to content

Finalize v1.0.30 Homebrew checksum#158

Merged
ictechgy merged 1 commit into
mainfrom
release/v1.0.30-homebrew-sha
Jun 22, 2026
Merged

Finalize v1.0.30 Homebrew checksum#158
ictechgy merged 1 commit into
mainfrom
release/v1.0.30-homebrew-sha

Conversation

@ictechgy

Copy link
Copy Markdown
Owner

Summary

  • Replace the temporary v1.0.29 Homebrew sha256 with the SHA-256 of the published v1.0.30 GitHub source archive.

Verification

  • curl -fL https://github.com/ictechgy/light_terminal/archive/refs/tags/v1.0.30.tar.gz -o /tmp/lterm-v1.0.30.tar.gz
  • shasum -a 256 /tmp/lterm-v1.0.30.tar.gz
  • ruby -c packaging/homebrew/lterm.rb

Record the SHA-256 of the published v1.0.30 GitHub source archive so repo packaging metadata matches the tagged release.

Constraint: GitHub source archive checksum is only knowable after the v1.0.30 tag is published.

Rejected: leaving repo formula with the v1.0.29 checksum | downstream tap updates would no longer match the in-repo packaging source of truth.

Confidence: high

Scope-risk: narrow

Directive: keep Homebrew formula URL, sha256, and test version synchronized for every release tag.

Tested: curl -fL https://github.com/ictechgy/light_terminal/archive/refs/tags/v1.0.30.tar.gz; shasum -a 256 /tmp/lterm-v1.0.30.tar.gz; ruby -c packaging/homebrew/lterm.rb

Not-tested: brew install from this in-repo formula before tap update.
@ictechgy ictechgy merged commit af84118 into main Jun 22, 2026
15 of 16 checks passed
@ictechgy ictechgy deleted the release/v1.0.30-homebrew-sha branch June 22, 2026 03:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant