Skip to content

Commit

Permalink
Bump HP CLI version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrmiller committed Feb 21, 2023
1 parent b8dc87a commit 229889b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/hyperproof-cli.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class HyperproofCli < Formula
desc "Hyperproof Command-line Interface"
homepage "https://hyperproof.io"
url "https://downloads.hyperproof.app/hpcli/hpcli-binaries-0.8.9.tar.gz"
sha256 "cfac36f3a81f7a575721c95234f4560d64422a99cbfc0715a0510425dceea224"
url "https://downloads.hyperproof.app/hpcli/hpcli-binaries-0.9.1.tar.gz"
sha256 "e2102a116d777c4e43865c4292a6158dfa4f8a1285c630ba2b04ebad64874fcb"
license "MIT"

def install
Expand All @@ -13,6 +13,6 @@ def install

test do
version = shell_output("#{bin}/hp --version")
assert_match(/0.8.9.[\d+]/, version)
assert_match(/0.9.1.[\d+]/, version)
end
end

0 comments on commit 229889b

Please sign in to comment.