Skip to content

Commit

Permalink
Merge pull request #19 from Chiissu/nightly_update_16-Jan
Browse files Browse the repository at this point in the history
Nightly update: 16-Jan
  • Loading branch information
Froxcey authored Jan 16, 2024
2 parents db3da5b + f902033 commit 5ac6448
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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 "649556befa156201116a4f25089597463d0efd44"
version "cf5e0637b5454b776f749beea856f1f595e03036"
url "https://codeload.github.com/libsdl-org/SDL/tar.gz/#{version}"
license "Zlib"

Expand Down
2 changes: 1 addition & 1 deletion Formula/sdl3_image-nightly.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Sdl3ImageNightly < Formula
desc "Low-level access to audio, keyboard, mouse, joystick, and graphics"
homepage "https://www.libsdl.org/"
version "be035537a9ee0e4990c57809446b4776754980cd"
version "cf5e0637b5454b776f749beea856f1f595e03036"
url "https://codeload.github.com/libsdl-org/SDL_image/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.2158+4f2009de1"
version "0.12.0-dev.2236+32e88251e"
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 "b97628ac26ddc15e420f012c980c5c31ee768dc4f19001f003547a1930c996b0"
sha256 "117b37fbf4c60533d2faf317a8401dc94a19977256393badadb8fa62f673130a"
elsif Hardware::CPU.avx2?
url "https://ziglang.org/builds/zig-macos-x86_64-#{version}.tar.xz"
sha256 "3a45889a7a52888e964539420848e52c8d0b7a69e4d15a28e5e87bdf91db5498"
sha256 "f636713a5665beb1706fd18e94be39a05d5828dfe20219f0cfd9753581293905"
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 "b19be70a3c64f6b6418c235e88823cfba559d7aabf657c244f98c71fd12586d1"
sha256 "56023fa46d6564fdda657de50e824d3cd3230442680b52929e589a60b8737e42"
elsif Hardware::CPU.avx2?
url "https://ziglang.org/builds/zig-linux-x86_64-#{version}.tar.xz"
sha256 "d47b65e0a685ff76cbe8d0188513d02acad6ebfeda37456b51983f60343a66ff"
sha256 "e8562d79be00ca78e67c35a685c5178057e92505eab8f5861d5e43be4fc583ee"
else
odie "Unsupported Linux architecture."
end
Expand Down

0 comments on commit 5ac6448

Please sign in to comment.