Skip to content

Commit

Permalink
Merge pull request #41 from Chiissu/nightly_update_4-Feb
Browse files Browse the repository at this point in the history
Nightly update: 4-Feb
  • Loading branch information
Froxcey authored Feb 5, 2024
2 parents 705bfdc + bf0116b commit 2b3f07c
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 "c007c7ed55a65873ebb927887b021b86f5c23615"
version "a6374123c7798198855a2aebc8906eb46bbd8a3d"
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 "750f1c1f6639f72687110c270f0ea3601e68117e"
version "36cbe2624d233e5cbc5d88427e0f6b0d4219caa2"
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.2542+5a3ae38f3"
version "0.12.0-dev.2550+a65bc8d07"
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 "90863db3a8607ce0eb88c2f3f39090ecc8e29ef3a3e7f4de0f8b0f511698047d"
sha256 "48391ad8e9f941c35e46f4f6325cdbffafeec132d5e852db4ac5a787124c4f73"
elsif Hardware::CPU.avx2?
url "https://ziglang.org/builds/zig-macos-x86_64-#{version}.tar.xz"
sha256 "45a51fad358480f33b9492b1432fb25f2bd10c69db5210eed48ea903d70d723a"
sha256 "a4bf1b4f7c9c351729b068cb208325f48b096739eb4213a3b82c4a461fae8b81"
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 "41d013d42fe229dc196f52c46369ef0644eaf4b61428ddef322d49278f6b09e4"
sha256 "b93836e6ac3174e733c0320ffa75428e8f9c1f08e9bea3cc53f7339d73cc6ca1"
elsif Hardware::CPU.avx2?
url "https://ziglang.org/builds/zig-linux-x86_64-#{version}.tar.xz"
sha256 "0cdc9c144b6f2963e661da0de92b59c0b10d3cdc3b8b2af265b64cce51aac39d"
sha256 "95de8107d5b3ea2bdd28cae5398cad76020190cb29dc47c5554c9210120b7896"
else
odie "Unsupported Linux architecture."
end
Expand Down

0 comments on commit 2b3f07c

Please sign in to comment.