Skip to content

Commit

Permalink
Merge pull request #90 from Chiissu/nightly_update_25-Mar
Browse files Browse the repository at this point in the history
Nightly update: 25-Mar
  • Loading branch information
Froxcey authored Mar 26, 2024
2 parents aa18c72 + 7f9c526 commit d7aa83c
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 "cf3cf0e106699eda6f8f742fb950e55bd26aaddd"
version "b9a88bbecba451de1d5a3a4f99534ed87e585b79"
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.3434+e90583f5d"
version "0.12.0-dev.3438+5c628312b"
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 "276bbbb3daee33be406ad75dc5872a6f3665dec15c9229c292e299bcf46ed740"
sha256 "e2f209293fc6ea292020755ec1c066f85f1deee893cebf26a07f2b5c290f86a1"
elsif Hardware::CPU.avx2?
url "https://ziglang.org/builds/zig-macos-x86_64-#{version}.tar.xz"
sha256 "d4c4c64b7d683e77ad70600b15a539a4da3824da42a21c777a717b75d6fcaa4c"
sha256 "e38dbd4483575243a6e7d79bca0c3923f8528fb40e67042d9b4510d2cfdfc3a4"
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 "55d3804091889afb4d7668a748ca17d2706b6bf9678ce0a28490c0e8ddf6e5dd"
sha256 "afa03a3c74dcf0634ce275687130e7c24431f3ac23738cf6e11794e9b16a2b91"
elsif Hardware::CPU.avx2?
url "https://ziglang.org/builds/zig-linux-x86_64-#{version}.tar.xz"
sha256 "c3fd44400daf98a23317a1a4b4cf540086b8ebd05ee4fe4c84c288e486855563"
sha256 "25351f4a1c8da8e296cc8c41add242f17df680ddcc4cf82931c40db3d2c899ac"
else
odie "Unsupported Linux architecture."
end
Expand Down

0 comments on commit d7aa83c

Please sign in to comment.