Skip to content

Commit

Permalink
update Homebrew formula
Browse files Browse the repository at this point in the history
  • Loading branch information
robzr committed Feb 23, 2024
1 parent 4b3b338 commit 79cb10f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions homebrew/sver.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
class Sver < Formula
desc "Semver (Semantic Version) parsing & utility script/function library in pure bash"
homepage "https://github.com/robzr/sver"
url "https://github.com/robzr/sver/releases/download/v1.0.0/sver"
sha256 "a5571a9bac577819943fb72c23ce7a9989f8e61b39f68522b5625dba4586b77a"
url "https://github.com/robzr/sver/releases/download/v1.1.0-pre0/sver"
sha256 "7a9851e9d00d02e1402e45f5e6467c2a3344c6ece6940f4f4b41538d266f3a47"
license "CC-BY-SA-3.0"

def install
bin.install "sver"
end

test do
assert_match "v1.0.0", shell_output("#{bin}/sver version")
assert_match "v1.1.0-pre0", shell_output("#{bin}/sver version")
end
end

0 comments on commit 79cb10f

Please sign in to comment.