Skip to content

Commit

Permalink
Merge pull request #202 from Chiissu/nightly_update_8-Oct
Browse files Browse the repository at this point in the history
Nightly update: 8-Oct
  • Loading branch information
Froxcey authored Oct 9, 2024
2 parents f70fe35 + 3b0b9f6 commit c978804
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions Formula/discordo.rb
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
class Discordo < Formula
desc "A lightweight, secure, and feature-rich Discord terminal client"
homepage "https://github.com/ayn2op/discordo"
version "0.1.0-a6e6388"
version "0.1.0-1769fa9"
license "MIT"

if OS.mac?
if Hardware::CPU.arm? || Hardware::CPU.in_rosetta2?
url "https://nightly.link/ayn2op/discordo/actions/artifacts/1976755764.zip"
sha256 "a7bbde710a35949d36e223baee6edc23864696ffefd68e45468223a19bddc607"
url "https://nightly.link/ayn2op/discordo/actions/artifacts/2007308199.zip"
sha256 "39013f05040b85c8046ace78cc9d55190c7787224a49fdce626fc1ecf033e2c7"
elsif Hardware::CPU.avx2?
url "https://nightly.link/ayn2op/discordo/actions/artifacts/1976757452.zip"
sha256 "ebaa3e419a6d549016ff3cf6c730bceca830a00aa7ad67974ae49507a678e0ff"
url "https://nightly.link/ayn2op/discordo/actions/artifacts/2007311412.zip"
sha256 "ad2d8a04220f5a9b9df5db8d97a3d531827975463af06dc00035d6e7fa4a934a"
else
odie "Unsupported MacOS architecture."
end
elsif OS.linux?
if Hardware::CPU.avx2?
url "https://nightly.link/ayn2op/discordo/actions/artifacts/1976755860.zip"
sha256 "d9ed4c39902c81d31cec6f20401e04f4741f668b506b77df05f0032497b96719"
url "https://nightly.link/ayn2op/discordo/actions/artifacts/2007308518.zip"
sha256 "5e0527e7f1723171195fb83dd64d6c5fdb4a0767abbdcc94abfce62d30127c25"
else
odie "Unsupported Linux architecture."
end
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.14.0-dev.1671+085cc54aa"
version "0.14.0-dev.1820+ea527f7a8"
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 "41ec246e9b7e886645b31dc4d1882c99c5a0d07d004a35cfdcef90042d45ee9c"
sha256 "d728959a004eb8f375b51dd22ef42779e501bfccb42b63d5f475bfe6ea49a432"
elsif Hardware::CPU.avx2?
url "https://ziglang.org/builds/zig-macos-x86_64-#{version}.tar.xz"
sha256 "ab1313950ebe39a5101a2684f636b70a1e32578f806e8d620d446b2698845621"
sha256 "6318c4b5acdc9bd1430b79fbb9c36feaaee0c11079783d95f1f0771648c1b39e"
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 "50f797e1e5430c710aaea3804125570140b9ed60ac538c05382d526332f75c7b"
sha256 "040e5960fe16df13479aa01d50cbc81b8603746f9c9135b5f33eaa2fba181f5e"
elsif Hardware::CPU.avx2?
url "https://ziglang.org/builds/zig-linux-x86_64-#{version}.tar.xz"
sha256 "bc420622fb4498f065fcfc1e0d84b6c22c1b80de0217d39b2cde722efee4387b"
sha256 "269e8cc86ef84352c2e6b0d5b2a3eafaf218838cb63bab612eb7a5f1569683a5"
else
odie "Unsupported Linux architecture."
end
Expand Down

0 comments on commit c978804

Please sign in to comment.