Skip to content

Commit

Permalink
Merge pull request #39 from Chiissu/nightly_update_2-Feb
Browse files Browse the repository at this point in the history
Nightly update: 2-Feb
  • Loading branch information
Froxcey authored Feb 3, 2024
2 parents f81c45f + 22b7cd1 commit 705bfdc
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 "dcfb069c756654551e0d48db608bdc03c10686a5"
version "c007c7ed55a65873ebb927887b021b86f5c23615"
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.2540+776cd673f"
version "0.12.0-dev.2542+5a3ae38f3"
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 "43053fa4e91162ccd18ae002f190c976cd56caa16aaf10e362bba4149d9d923b"
sha256 "90863db3a8607ce0eb88c2f3f39090ecc8e29ef3a3e7f4de0f8b0f511698047d"
elsif Hardware::CPU.avx2?
url "https://ziglang.org/builds/zig-macos-x86_64-#{version}.tar.xz"
sha256 "47ad318a1075d0db08cf7675baee43f73dc0ddc35605a84a02b734aa47398369"
sha256 "45a51fad358480f33b9492b1432fb25f2bd10c69db5210eed48ea903d70d723a"
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 "28a20e96083e3065cda089132b2fb8b72c31d777c7e98a844192eee8d349e627"
sha256 "41d013d42fe229dc196f52c46369ef0644eaf4b61428ddef322d49278f6b09e4"
elsif Hardware::CPU.avx2?
url "https://ziglang.org/builds/zig-linux-x86_64-#{version}.tar.xz"
sha256 "1d56e4e88a1818820264b12f8f2abce3949e6a9a0115c1132f5907cd0ac880ae"
sha256 "0cdc9c144b6f2963e661da0de92b59c0b10d3cdc3b8b2af265b64cce51aac39d"
else
odie "Unsupported Linux architecture."
end
Expand Down

0 comments on commit 705bfdc

Please sign in to comment.