Skip to content

Commit

Permalink
Merge pull request #60 from Chiissu/nightly_update_24-Feb
Browse files Browse the repository at this point in the history
Nightly update: 24-Feb
  • Loading branch information
Froxcey authored Feb 25, 2024
2 parents 0c376a9 + 131d35d commit b41b11f
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 "38d24778ed528db361a991b5e449ec907b35711b"
version "5593ddb6a75515765182a499f338df859954bc88"
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.2834+30f15e3af"
version "0.12.0-dev.2922+774487038"
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 "d19881df849df4787eec500570474e2c84cd5990b6f5557b483b259f899c1423"
sha256 "0b5f556b6f08702d477e878c19ed8e26b4c0282006a192a83a058a81621caa2a"
elsif Hardware::CPU.avx2?
url "https://ziglang.org/builds/zig-macos-x86_64-#{version}.tar.xz"
sha256 "abb841b924761dbfcd62c6cf26a4489ec4ded95eddffbe39d6f1a0a869afa18b"
sha256 "ac240b8367374ad690c242bd4be846bfc8da88af2192d1fb9f86ec601db52338"
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 "b003324a8415b21dc5d61c5dbb9bd560c7f934c60ee98fdc87a14a8487ee575d"
sha256 "ea1cc66952fe4124eab5857c7a4a6c96ba8e9a6e45c00b95020a9767ce525652"
elsif Hardware::CPU.avx2?
url "https://ziglang.org/builds/zig-linux-x86_64-#{version}.tar.xz"
sha256 "2fe02e1ae91bef3be71ea1bb6f106d3a429ba9953fc90cb02f80f973da079882"
sha256 "5e7e7c0138f3f14348b87d007b7c3cbd3c14e3ea19a94658ed3bc1b69e6e0e16"
else
odie "Unsupported Linux architecture."
end
Expand Down

0 comments on commit b41b11f

Please sign in to comment.