Skip to content

Commit

Permalink
Merge pull request #59 from Chiissu/nightly_update_23-Feb
Browse files Browse the repository at this point in the history
Nightly update: 23-Feb
  • Loading branch information
Froxcey authored Feb 24, 2024
2 parents 7b952cb + 459ba41 commit 0c376a9
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 "cb3a1a82d530797402eef65a5cecac33ec50c63a"
version "38d24778ed528db361a991b5e449ec907b35711b"
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 "a9f52fa62ea58bf26978268c99c067044bf01c73"
version "dc3ecf9b48467e4a6f484bbd00f8dd79490492ff"
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.2811+3cafb9655"
version "0.12.0-dev.2834+30f15e3af"
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 "dc2869df07832879e3c610cc885d0e6a5ccd595e78c6b86fec535a9eba2b5740"
sha256 "d19881df849df4787eec500570474e2c84cd5990b6f5557b483b259f899c1423"
elsif Hardware::CPU.avx2?
url "https://ziglang.org/builds/zig-macos-x86_64-#{version}.tar.xz"
sha256 "7da92f89d4fa1afeaa50c9d424565af67526937bebf59c27584cea60487f7f60"
sha256 "abb841b924761dbfcd62c6cf26a4489ec4ded95eddffbe39d6f1a0a869afa18b"
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 "fb652015d60356b82999fb8285f0b42cfc8530a265f747d1bbf5d730b8cb5277"
sha256 "b003324a8415b21dc5d61c5dbb9bd560c7f934c60ee98fdc87a14a8487ee575d"
elsif Hardware::CPU.avx2?
url "https://ziglang.org/builds/zig-linux-x86_64-#{version}.tar.xz"
sha256 "9f3468b1baf945ebdb08b94b1490c97a656762e6815cd2084c4fa7bb5e6d69ab"
sha256 "2fe02e1ae91bef3be71ea1bb6f106d3a429ba9953fc90cb02f80f973da079882"
else
odie "Unsupported Linux architecture."
end
Expand Down

0 comments on commit 0c376a9

Please sign in to comment.