Skip to content

Commit

Permalink
Merge pull request #96 from Chiissu/nightly_update_31-Mar
Browse files Browse the repository at this point in the history
Nightly update: 31-Mar
  • Loading branch information
Froxcey authored Apr 1, 2024
2 parents cecc46d + b0d5c16 commit 80bd7e9
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 "72cf9c0ef4936e0979f21832a5027b7b5068a6b3"
version "74b58aebb9b5ac5d8129aaf56e24dcb6ecb1ef7e"
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.3493+3661133f9"
version "0.12.0-dev.3496+a2df84d0f"
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 "08be0dbbefd199cf72514269f3aca9703959b3a41a431cbdcbb742653865014b"
sha256 "9ced40b6a670648904d77c7ffb040cc23c45eb3c5d5bd30e8d1df390d1ada92c"
elsif Hardware::CPU.avx2?
url "https://ziglang.org/builds/zig-macos-x86_64-#{version}.tar.xz"
sha256 "5443c8d1ccccb58f5439e7eef175672976e3860499bd7495a7d2fc7747fbddd6"
sha256 "c74cd4ebd3d732ca437bcafa553d30322932f05330e0309f64a53f935fc50c63"
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 "e45b7d499eb421c2851caa5b05981af2e3f6677686977ee406fd8c633ee96005"
sha256 "2ccd8427023b0fe49b2d2b24a83b5c8aaee1896b65e140080e60604044adba18"
elsif Hardware::CPU.avx2?
url "https://ziglang.org/builds/zig-linux-x86_64-#{version}.tar.xz"
sha256 "5b8d2e4713f838d206cbaa13d5bf313861442b581d605544847a5a39ce0bdfb5"
sha256 "a503186e465c008b491c44d147eae54cc75de8642ea734030c3ea11a4581e2c5"
else
odie "Unsupported Linux architecture."
end
Expand Down

0 comments on commit 80bd7e9

Please sign in to comment.