Skip to content

formula: update sgpctl to 0.0.2#4

Merged
sgpctl-integration-app[bot] merged 1 commit intomainfrom
auto/formula-v0.0.2
Mar 12, 2026
Merged

formula: update sgpctl to 0.0.2#4
sgpctl-integration-app[bot] merged 1 commit intomainfrom
auto/formula-v0.0.2

Conversation

@sgpctl-integration-app
Copy link
Copy Markdown
Contributor

@sgpctl-integration-app sgpctl-integration-app Bot commented Mar 12, 2026

Automated Homebrew formula update for release v0.0.2.

Greptile Summary

This PR is an automated Homebrew formula version bump for sgpctl from v0.0.1 to v0.0.2. It updates the release download URL, version string, and SHA256 checksum for the darwin-arm64 binary.

  • URL updated from v0.0.1/sgpctl-darwin-arm64 to v0.0.2/sgpctl-darwin-arm64
  • Version bumped from 0.0.1 to 0.0.2
  • SHA256 updated to 19338eee9645de2384e9142cc724b2483d16c41b87b70942a7191b849f9034f7
  • No structural or logic changes to the formula — the install and test steps remain unchanged
  • The formula continues to only target darwin-arm64 (Apple Silicon); Intel Mac and Linux users are not supported, but this is a pre-existing limitation, not introduced by this PR.

Confidence Score: 5/5

  • This PR is safe to merge — it is a minimal, automated version bump with no logic changes.
  • The change is a straightforward automated update of three fields (URL, version, SHA256). The formula structure is unchanged, and the update follows standard Homebrew formula versioning conventions.
  • No files require special attention.

Important Files Changed

Filename Overview
Formula/sgpctl.rb Automated version bump from v0.0.1 to v0.0.2: updates the release URL, version string, and SHA256 checksum for the darwin-arm64 binary.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[brew install sgpctl] --> B[Homebrew reads Formula/sgpctl.rb]
    B --> C[Download binary from GitHub Releases\nv0.0.2/sgpctl-darwin-arm64]
    C --> D{Verify SHA256\n19338eee...}
    D -->|Match| E[Install binary as sgpctl\ninto bin directory]
    D -->|Mismatch| F[Installation fails\nChecksum error]
    E --> G[Run test: sgpctl --help]
    G -->|Exit 0| H[Installation successful]
    G -->|Non-zero exit| I[Test fails]
Loading

Last reviewed commit: 0c95f3c

@sgpctl-integration-app sgpctl-integration-app Bot merged commit f878c67 into main Mar 12, 2026
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.

0 participants