Skip to content

Commit

Permalink
updated urls
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <[email protected]>
  • Loading branch information
Berend Sliedrecht committed Nov 21, 2023
1 parent 391e003 commit 6736c49
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/siera.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ class Siera < Formula
license "MIT"

if OS.mac? && Hardware::CPU.intel?
url "https://github.com/animo/siera-cli/releases/download/v0.1.0/apple-x86_64-siera"
sha256 "3a95f874a8c343dcd46eff3881afd812f6b55ef39d7a57889f43cb3f7e8a69f8"
url "https://github.com/animo/siera-cli/releases/download/v0.2.0/apple-x86_64-siera"
sha256 "aa6e81d540a422e1ee8966668913ff7da9785fcf63a2bc2b7786b9fbe075f14e"
end

if OS.mac? && Hardware::CPU.arm?
url "https://github.com/animo/siera-cli/releases/download/v0.1.0/apple-arm-siera"
sha256 "6bcf597d2b76cdc504c67f4d96a020b99fee36b73b2d5c4dd56511c33a7a9603"
url "https://github.com/animo/siera-cli/releases/download/v0.2.0/apple-arm-siera"
sha256 "b611865d1ad86263a4c52069fdfbd6bee386f2a8519d2f1dd89eaba25c8e1849"
end

def install
Expand Down

0 comments on commit 6736c49

Please sign in to comment.