Skip to content

chore: update Homebrew formula for v0.1.3#34

Merged
hudsonaikins merged 1 commit into
mainfrom
codex/release-0-1-3-homebrew
Apr 12, 2026
Merged

chore: update Homebrew formula for v0.1.3#34
hudsonaikins merged 1 commit into
mainfrom
codex/release-0-1-3-homebrew

Conversation

@hudsonaikins
Copy link
Copy Markdown
Contributor

@hudsonaikins hudsonaikins commented Apr 12, 2026

Summary

  • point the bundled Homebrew formula at the v0.1.3 release assets
  • refresh archive checksums for all supported Homebrew targets

Testing

  • shasum -a 256 dist/v0.1.3/profitctl_v0.1.3_darwin_amd64.tar.gz dist/v0.1.3/profitctl_v0.1.3_darwin_arm64.tar.gz dist/v0.1.3/profitctl_v0.1.3_linux_amd64.tar.gz dist/v0.1.3/profitctl_v0.1.3_linux_arm64.tar.gz

Greptile Summary

Updates the bundled Homebrew formula to target the v0.1.3 release by bumping the version field and refreshing the sha256 digests for all four platform archives (darwin/linux × amd64/arm64). No structural or logic changes were made to the install or test blocks.

Confidence Score: 5/5

Safe to merge — mechanical version bump with well-formed SHA-256 digests and no logic changes.

All four SHA-256 hashes are correctly formatted 64-character hex strings; the URL template, install block, and test block are unchanged from the prior formula; no P0 or P1 findings were identified.

No files require special attention.

Important Files Changed

Filename Overview
Formula/profitctl.rb Version bumped from prior release to v0.1.3; all four SHA-256 digests (darwin_arm64, darwin_amd64, linux_arm64, linux_amd64) refreshed with 64-hex-character values; URL template unchanged.

Sequence Diagram

sequenceDiagram
    participant User
    participant Homebrew
    participant GitHub Releases

    User->>Homebrew: brew install profitctl
    Homebrew->>GitHub Releases: GET profitctl_v0.1.3_{platform}.tar.gz
    GitHub Releases-->>Homebrew: archive (verified against sha256)
    Homebrew->>Homebrew: extract + bin.install "profitctl"
    Homebrew-->>User: profitctl available in PATH
Loading

Reviews (1): Last reviewed commit: "chore: update homebrew formula for v0.1...." | Re-trigger Greptile

Context used:

  • Context used - Summarize the changes made in the overall PR so we... (source)

@hudsonaikins hudsonaikins merged commit 056c637 into main Apr 12, 2026
3 checks passed
@hudsonaikins hudsonaikins deleted the codex/release-0-1-3-homebrew branch April 12, 2026 17:45
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