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 Oct 17, 2023
1 parent 229889b commit b1f6af5
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.9.1.tar.gz"
sha256 "e2102a116d777c4e43865c4292a6158dfa4f8a1285c630ba2b04ebad64874fcb"
url "https://downloads.hyperproof.app/hpcli/hpcli-binaries-1.0.0.tar.gz"
sha256 "86d7c4e83e5f86384a82ca52ad5594cd6b7a35247ca1d78f862ed5551ddfd6cb"
license "MIT"

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

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

0 comments on commit b1f6af5

Please sign in to comment.