Skip to content

Commit

Permalink
Merge pull request #66 from Chiissu/nightly_update_1-Mar
Browse files Browse the repository at this point in the history
Nightly update: 1-Mar
  • Loading branch information
Froxcey authored Mar 2, 2024
2 parents 00ca8ad + f85dfbc commit d885d18
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 "a241cca9e6360dbc1aea73dbd003f1fd85827d23"
version "47be24d22543f4b528221d6e27f046a38e2a8f53"
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.3074+ae7f3fc36"
version "0.12.0-dev.3124+9e402704e"
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 "c18dea56ea38b2cfdb7e951e549311b5764e7b80c37b25de0cec039bf2033add"
sha256 "ac9a28039dc54725024d27145896899933ce495986e4a8f468e68b78a9f87c98"
elsif Hardware::CPU.avx2?
url "https://ziglang.org/builds/zig-macos-x86_64-#{version}.tar.xz"
sha256 "22eb6446afa8078ffd5dfc32d197fdad43ec79eb159a85a332ddb9bea201d0bf"
sha256 "24f8b1aaca035007d70a3f466c8ad12c67a290880a6529a3258f05769e11af23"
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 "ad99a60c188a8975817131580a013e6223c4a49410a77fcf200e0a2058f1d026"
sha256 "6167baf9eaf0351e20a2ea8309e3152250ed7829f4d40cf4c23c7a5b733afdcc"
elsif Hardware::CPU.avx2?
url "https://ziglang.org/builds/zig-linux-x86_64-#{version}.tar.xz"
sha256 "71a6efddeee5ae5657b4e0cc61a722975ff13cf4d81780e3e83522a94ad0d1c2"
sha256 "aaf98948d9d6e9ca9a1654499d3fb0c5f2ff98a777cc92ec3c3d46384e3ce72e"
else
odie "Unsupported Linux architecture."
end
Expand Down

0 comments on commit d885d18

Please sign in to comment.