Skip to content

Commit

Permalink
[Autoupdate]: nightly_update_5-Nov
Browse files Browse the repository at this point in the history
  • Loading branch information
Froxcey committed Nov 6, 2024
1 parent c4bcae3 commit 5ded231
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Formula/zig-nightly.rb
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
class ZigNightly < Formula
desc "Programming language designed for robustness, optimality, and clarity"
homepage "https://ziglang.org/"
version "0.14.0-dev.2162+3054486d1"
version "0.14.0-dev.2164+6b2c8fc68"
license "MIT"

if OS.mac?
if Hardware::CPU.arm? || Hardware::CPU.in_rosetta2?
url "https://ziglang.org/builds/zig-macos-aarch64-#{version}.tar.xz"
sha256 "cbaa8ae3dc0e7743d5f81337bfc06bd4c230348023c118a60d40d742912b480b"
sha256 "fefdcfc168aaee721c4b5c2d5307639707816655bfd10643e7aa9ca97393d270"
elsif Hardware::CPU.avx2?
url "https://ziglang.org/builds/zig-macos-x86_64-#{version}.tar.xz"
sha256 "5192484c25ed0d1b7cbdafdf19c269b4fdaf5b6135628a7028f7423ae9ada732"
sha256 "95555453d6df0d8fefbe033eaf5d6e3495fcb945e274080569defbb7766149c9"
else
odie "Unsupported MacOS architecture."
end
elsif OS.linux?
if Hardware::CPU.arm?
url "https://ziglang.org/builds/zig-linux-aarch64-#{version}.tar.xz"
sha256 "5fa33913a2bd26b14f1ab51b03e3ff0c1389be18de48d72206c74659bef6ce07"
sha256 "b02853464d0b5cf9375fc9e63837b966f4cf69f27b4c4cbfb8159d860acb893e"
elsif Hardware::CPU.avx2?
url "https://ziglang.org/builds/zig-linux-x86_64-#{version}.tar.xz"
sha256 "3eec467a13530cec27ef896925b18d093cac858ba7ca61e7f7be36a08ebf3af8"
sha256 "25ff6aeae46863ce160052690ca2a5026dac0a7df06b32a39c33712f9251ca2a"
else
odie "Unsupported Linux architecture."
end
Expand Down

0 comments on commit 5ded231

Please sign in to comment.