Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions Formula/s/swaptop.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
class Swaptop < Formula
desc "TUI for monitoring swap usage"
homepage "https://github.com/luis-ota/swaptop"
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"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

sha256 "9197ec8821c5705a972d763d9c5f715624f0a31a1dd72a88804306654b3a2c22"
Comment on lines +4 to +5
license "MIT"
head "https://github.com/luis-ota/swaptop.git", branch: "main"

Expand Down
Loading