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 26, 2024
1 parent 08a3770 commit c44a14c
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.1.0-pre0/sver"
sha256 "7a9851e9d00d02e1402e45f5e6467c2a3344c6ece6940f4f4b41538d266f3a47"
url "https://github.com/robzr/sver/releases/download/v1.1.0-pre1/sver"
sha256 "e7d1f9bb1ff2e5cf8be8feab1d9fd4a2b6b0ed5283243d636ed9d06b12c4bbc8"
license "CC-BY-SA-3.0"

def install
bin.install "sver"
end

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

0 comments on commit c44a14c

Please sign in to comment.