Skip to content

Commit

Permalink
Merge pull request #93 from Chiissu/nightly_update_28-Mar
Browse files Browse the repository at this point in the history
Nightly update: 28-Mar
  • Loading branch information
Froxcey authored Mar 29, 2024
2 parents 8f31ba8 + 7060db9 commit ab89485
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 "a7df28201be8f1e9f320224c8dce002ffe618332"
version "af5728b94d21ee23e3e6ab15e12430a15d33fbf0"
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.3439+31a7f22b8"
version "0.12.0-dev.3480+9dac8db2d"
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 "06717fd44a3ebe627dcd49c239bff62c279ed1350cc94ef92a22acf220103a2d"
sha256 "b51f95473cc8cff3433b534e5a28040490a36d3fdc03c9710d8f1b6f0405b6e2"
elsif Hardware::CPU.avx2?
url "https://ziglang.org/builds/zig-macos-x86_64-#{version}.tar.xz"
sha256 "278712a14d5df6c9a8d5dfa12f967a414781011369eefe1c8364b9bed5a5916f"
sha256 "fba45a8fd043df9076641d8cf7529d15e7ea7731ad0ece30387416d37f30de9c"
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 "dd4611cfcfd5370bffd9fc912af9118c61f9e0fdd0330b43c8ed37c44d6ed87a"
sha256 "e6bb07cd42a741e30dd122e5f00051ccf79863548d58053ed00a35e2c09ab2dc"
elsif Hardware::CPU.avx2?
url "https://ziglang.org/builds/zig-linux-x86_64-#{version}.tar.xz"
sha256 "1911ec6e62eaa1a17312a2947d4c3d18fe0eefedc8e0f9fc552172355a505f89"
sha256 "179c5bafa6bb59223fe2ee13da7d61b72e41e4a46c24e5cdc07de0db29f0e06d"
else
odie "Unsupported Linux architecture."
end
Expand Down

0 comments on commit ab89485

Please sign in to comment.