Skip to content

Commit

Permalink
Update spin.rb with correct urls v1.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Michelle Dhanani <[email protected]>
  • Loading branch information
michelleN authored Sep 27, 2023
1 parent 66ce8bb commit 091cf2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/spin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@ class Spin < Formula
version "1.5.1"

if OS.mac? && Hardware::CPU.intel?
url "https://github.com/fermyon/spin/releases/download/v1.5.0/spin-v1.5.0-macos-amd64.tar.gz"
url "https://github.com/fermyon/spin/releases/download/v1.5.1/spin-v1.5.1-macos-amd64.tar.gz"
sha256 "f19668ba1327edf0b2adac84796efc3ab0f86bda8fc072721ee1e2f741672174"
end

if OS.mac? && Hardware::CPU.arm?
url "https://github.com/fermyon/spin/releases/download/v1.5.0/spin-v1.5.0-macos-aarch64.tar.gz"
url "https://github.com/fermyon/spin/releases/download/v1.5.1/spin-v1.5.1-macos-aarch64.tar.gz"
sha256 "1e397885a5a3219c67d46909ead26a42fe21bcac4abf58e3845e749071e3489a"
end

if OS.linux? && Hardware::CPU.intel?
url "https://github.com/fermyon/spin/releases/download/v1.5.0/spin-v1.5.0-linux-amd64.tar.gz"
url "https://github.com/fermyon/spin/releases/download/v1.5.1/spin-v1.5.1-linux-amd64.tar.gz"
sha256 "31941a09c870f9bb3e74a068e1573bf7efb60bffdd3c555a1a0fd75d9fa1b217"
end

if OS.linux? && Hardware::CPU.arm?
url "https://github.com/fermyon/spin/releases/download/v1.5.0/spin-v1.5.0-linux-aarch64.tar.gz"
url "https://github.com/fermyon/spin/releases/download/v1.5.1/spin-v1.5.1-linux-aarch64.tar.gz"
sha256 "d0c9a9903279f60fedb6425463c872066507923a1845cdead256d65705515b11"
end

Expand Down

0 comments on commit 091cf2b

Please sign in to comment.