Skip to content

Commit

Permalink
Update jetzig
Browse files Browse the repository at this point in the history
  • Loading branch information
Froxcey committed Dec 1, 2024
1 parent 3da3b87 commit e2e6a65
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/jetzig.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@ class Jetzig < Formula
desc "A web framework written in Zig"
homepage "https://www.jetzig.dev"
license "MIT"
version "940bc27"
version "be8e517"

if OS.mac?
if Hardware::CPU.arm? || Hardware::CPU.in_rosetta2?
url "https://www.jetzig.dev/build-macos-aarch64.zip"
sha256 "d98bde08329043afc092595d7c1aa7db62e96b6fa3c81a3ad193018b95565611"
sha256 "3f3ab4e30a947a78b81d54f7f7df9216ed7ea5637efc376a77af16f89056fd78"
elsif Hardware::CPU.avx2?
url "https://www.jetzig.dev/build-macos-x86.zip"
sha256 "9eead2a99ce558b1c6c16bc504063d33ceb2fcf8490fc6d8e9ccd52a60f6405b"
sha256 "5230b10e8fda6ddccb955bdd2475ae5b652df8210eabb6fea529aac1234d9608"
else
odie "Unsupported MacOS architecture."
end
elsif OS.linux?
url "https://www.jetzig.dev/build-linux.zip"
sha256 "944a6f3ab62779c458ef1dd1c9ebfe9ba58b09d43ec91c8177b0cacd92a54eb0"
sha256 "b0aabc50481dce29eb9fc0a71f804e4a1fd16378d3f712c57bb0e4fe28b695df"
end

def install
Expand Down

0 comments on commit e2e6a65

Please sign in to comment.