Skip to content

Commit

Permalink
Fix sha256
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-manges committed Feb 27, 2024
1 parent 093c76d commit 96d22b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Formula/abq.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ class Abq < Formula
depends_on arch: [:intel, :arm64]
end
else
depends_on :macos
if Hardware::CPU.intel?
url "https://cloud.rwx.com/abq/api/downloads/#{version}?os=linux&arch=x86-64", user_agent: :fake
sha256 "9c64213c07b54cdc526fc436389b77d31a72be9fdb6a58d9a893c11a9c4c55e4"
end
end

def install
Expand Down
2 changes: 1 addition & 1 deletion Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class AbqAT1 < Formula
else
if Hardware::CPU.intel?
url "https://cloud.rwx.com/abq/api/downloads/#{version}?os=linux&arch=x86-64", user_agent: :fake
sha256 "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
sha256 "9c64213c07b54cdc526fc436389b77d31a72be9fdb6a58d9a893c11a9c4c55e4"
end
end

Expand Down

0 comments on commit 96d22b7

Please sign in to comment.