Skip to content

Commit

Permalink
Merge pull request #78 from Chiissu/nightly_update_13-Mar
Browse files Browse the repository at this point in the history
  • Loading branch information
Froxcey authored Mar 14, 2024
2 parents a9043fb + e7713a1 commit 545ddbd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Formula/sdl3-nightly.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Sdl3Nightly < Formula
desc "Low-level access to audio, keyboard, mouse, joystick, and graphics"
homepage "https://www.libsdl.org/"
version "d79f8652510b8bd1f89c90be2ab65fc8940056eb"
version "3875ef45524241213be55540f9c9bebfeadfd4f1"
url "https://codeload.github.com/libsdl-org/SDL/tar.gz/#{version}"
license "Zlib"

Expand Down
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.12.0-dev.3247+26e895e3d"
version "0.12.0-dev.3284+153ba46a5"
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 "a008049f77d49a69710dd1d72a18bc82fd6609818cf1dd13ee981ba299edf8cd"
sha256 "2f42401e3b092a8a503abb67f209e0a66314e5c24a67239800022386ebdb7e67"
elsif Hardware::CPU.avx2?
url "https://ziglang.org/builds/zig-macos-x86_64-#{version}.tar.xz"
sha256 "17ae48ac346c3324bc167738a2b5e2925c8397fa5632cf9e169613b3dbb812cc"
sha256 "1ae40a17c7f2a9cf0b0e291ddcec9b7b4b8263bbe2ae6259868ac6e12429732a"
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 "d07664845036a41238809057c8f34ac344bd3d529f923376ac87ad2bee4bf72d"
sha256 "9bc2e906bdacf0c49abcc7aa4be2effa486fc1097c0cddf32a079d2e802c89f2"
elsif Hardware::CPU.avx2?
url "https://ziglang.org/builds/zig-linux-x86_64-#{version}.tar.xz"
sha256 "18dbbd9dda53ee278cccceebda08a6ca9c66c990a23c9ebc3de31562b8ead323"
sha256 "9bbb2a2ac1886efd5d3979c631a1d2f14e6a58fef66c679083a084a3ebf414ee"
else
odie "Unsupported Linux architecture."
end
Expand Down

0 comments on commit 545ddbd

Please sign in to comment.