Skip to content

Commit

Permalink
Merge pull request #222 from Chiissu/nightly_update_30-Oct
Browse files Browse the repository at this point in the history
Nightly update: 30-Oct
  • Loading branch information
Froxcey authored Oct 31, 2024
2 parents 60a5986 + 49c1c27 commit 02adee8
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.2063+5ce17ecfa"
version "0.14.0-dev.2077+c39ba682e"
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 "e5b65955d5a3f57612f6c71404ce196abaebc5f6a1d81c708054aab156abc6a2"
sha256 "45f32fba3ee44bc5c41508c443bf165209171f8b71f56760d82760d88be5cf42"
elsif Hardware::CPU.avx2?
url "https://ziglang.org/builds/zig-macos-x86_64-#{version}.tar.xz"
sha256 "ded729e750fe8ea9b657d8d1b4d28e5220d767c1a701ccba7508f10303881710"
sha256 "2601ef75b27273309970a9fe74ae7dfebe5d3d94c277629f9bda0044df143742"
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 "d5929f64e3c73d5fca23e21149853cb44ec7fe6a93e40a70df755ffdb789fb92"
sha256 "d0342d35ad44a29a076ca4357ff726f58f7d50039d72308ad81114df50b6644c"
elsif Hardware::CPU.avx2?
url "https://ziglang.org/builds/zig-linux-x86_64-#{version}.tar.xz"
sha256 "e52cc34a9231827b5c7d8761f9f49105f24c309dad18afa4d7dbedcd9e7d94cd"
sha256 "35b5c98e18e9d8c4d9bd3415cfc4b8853dddcd68997df4f217a6039ee65e59d0"
else
odie "Unsupported Linux architecture."
end
Expand Down

0 comments on commit 02adee8

Please sign in to comment.