swaptop 1.0.6#8091
Conversation
Signed-off-by: Rui Chen <rui@chenrui.dev>
There was a problem hiding this comment.
Pull request overview
Updates the swaptop Homebrew formula to use the upstream v1.0.6 source archive (instead of v1.0.6t), aligning the formula’s stable URL and checksum with that tag.
Changes:
- Switch the stable
urlfromv1.0.6ttov1.0.6. - Update the corresponding
sha256. - Remove the explicit
version "1.0.6t"override (version now inferred from the URL).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| url "https://github.com/luis-ota/swaptop/archive/refs/tags/v1.0.6.tar.gz" | ||
| sha256 "9197ec8821c5705a972d763d9c5f715624f0a31a1dd72a88804306654b3a2c22" |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4358b8ae95
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| url "https://github.com/luis-ota/swaptop/archive/refs/tags/v1.0.6t.tar.gz" | ||
| version "1.0.6t" | ||
| sha256 "d0315222a844debbb4f11bb0d9658a1fd4f691e3169dec47bd97d76268fa9d03" | ||
| url "https://github.com/luis-ota/swaptop/archive/refs/tags/v1.0.6.tar.gz" |
There was a problem hiding this comment.
Add version_scheme when lowering the formula version
This URL makes the formula version infer as 1.0.6 after the parent explicitly set 1.0.6t. Homebrew's version comparison treats the trailing t as a later token, so existing installs at 1.0.6t will not be marked outdated by this lower 1.0.6 formula and won't move to the real v1.0.6 unless manually reinstalled. If the retag to v1.0.6 is intentional, add a version_scheme bump here so upgrades continue.
Useful? React with 👍 / 👎.
No description provided.