Skip to content

Commit

Permalink
Merge pull request #30 from Chiissu/nightly_update_24-Jan
Browse files Browse the repository at this point in the history
Nightly update: 24-Jan
  • Loading branch information
Froxcey authored Jan 25, 2024
2 parents e3b15a2 + 32157e4 commit db5a37b
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 "a71f99c71f785e88db0b48599bb52ebe76e2b78e"
version "b8c4ea3cd12305a1e23037a74482b72a89025351"
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 "05a5c491f397872861587dc64883acfb1a02b82e"
version "427dd58ffac3e8a5f58c02e643e8625f01e98d29"
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.2330+9e684e8d1"
version "0.12.0-dev.2338+9d5a133f1"
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 "64fe678546aa8440b2071220c790461dbeea3df02eb19b5dbe876bee0440d985"
sha256 "c91faed8f7063600521c0847d6f04acc190d98a5fd93bf3c44c62c0eee72bc1a"
elsif Hardware::CPU.avx2?
url "https://ziglang.org/builds/zig-macos-x86_64-#{version}.tar.xz"
sha256 "828052780d4bdfedd899e966fd4b4231d353a87889026165f8ce42b50ab491b5"
sha256 "8842b1e51a49ef56cd24d17b87035ed544aa974662f130e8e2702e9c6db4f9d5"
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 "52460de9c7879552004b669d2c5e1208af57a193c1310d40567ff738078b04f7"
sha256 "95ef667268e78cc5245c1605a4e50708943c2927aa881f21fcf37bdbad7d4c7f"
elsif Hardware::CPU.avx2?
url "https://ziglang.org/builds/zig-linux-x86_64-#{version}.tar.xz"
sha256 "997a06fdd7e3054fa27de81f7073fdbbf3294b3feab7447f845658f4368e4e33"
sha256 "a95fcb8de7be0159f45e49f42d2f10a3596f2a9c83d86406ede34e297734d93b"
else
odie "Unsupported Linux architecture."
end
Expand Down

0 comments on commit db5a37b

Please sign in to comment.