Skip to content

Commit

Permalink
Merge pull request #26 from Chiissu/nightly_update_20-Jan
Browse files Browse the repository at this point in the history
Nightly update: 20-Jan
  • Loading branch information
Froxcey authored Jan 21, 2024
2 parents 66bb2f7 + fa9803e commit d8d01aa
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 "09ba55b462b826070482a586b72906fae4a66b32"
version "8d25c2d2609494ea4ce4018b8b964a706ab40b28"
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.2278+7d81c952d"
version "0.12.0-dev.2296+46d592e48"
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 "c9fd2b40f3dc9daa88dcc54ddc2d887e7edcc88b3e0705ed420347ebccb18a2a"
sha256 "1119cecb3886ac9d241f3692ee5631e0a6193fa83ba57460c5d69891f84a1762"
elsif Hardware::CPU.avx2?
url "https://ziglang.org/builds/zig-macos-x86_64-#{version}.tar.xz"
sha256 "1c512f1a10c23ee5b148630938dc2282f42b8dc02123979bb3795f81787d39d6"
sha256 "b0e23fb3b85b6075b1d2f2c44a608a920c12f139502bb062c8d7e4106ada848d"
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 "b43708f8bc39a04fa730f8b68e2eccee8125ab93bfca5c1791db1be7d2dbf3b0"
sha256 "4bf11a9072207db2a9c0386357c78bc8adab147a476f64823001aa6bcd03f653"
elsif Hardware::CPU.avx2?
url "https://ziglang.org/builds/zig-linux-x86_64-#{version}.tar.xz"
sha256 "365c0dfa62921b8e760d24b050c3d29f9ba1887a957a2bf292c9028ccd68be21"
sha256 "f779a6bf735fbc3168b60c385133b1ddcc480adbd25c4fe1b611c37848e7cb19"
else
odie "Unsupported Linux architecture."
end
Expand Down

0 comments on commit d8d01aa

Please sign in to comment.