Skip to content

Commit

Permalink
[Autoupdate]: nightly_update_27-Sept
Browse files Browse the repository at this point in the history
  • Loading branch information
Froxcey committed Sep 27, 2024
1 parent f73d5bc commit b62b824
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 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-abe8a26"
version "0.1.0-a6e6388"
license "MIT"

if OS.mac?
if Hardware::CPU.arm? || Hardware::CPU.in_rosetta2?
url "https://nightly.link/ayn2op/discordo/actions/artifacts/1932915855.zip"
sha256 "1d6a5d9970fc905a3e6afaacce014f9473e1cab23f50436cc588a4c8898e4dbf"
url "https://nightly.link/ayn2op/discordo/actions/artifacts/1976755764.zip"
sha256 "a7bbde710a35949d36e223baee6edc23864696ffefd68e45468223a19bddc607"
elsif Hardware::CPU.avx2?
url "https://nightly.link/ayn2op/discordo/actions/artifacts/1932916601.zip"
sha256 "e64ea6a1067eb0cffdd7a1064724bda1ed57b543803966c3c47b406f8a3528b5"
url "https://nightly.link/ayn2op/discordo/actions/artifacts/1976757452.zip"
sha256 "ebaa3e419a6d549016ff3cf6c730bceca830a00aa7ad67974ae49507a678e0ff"
else
odie "Unsupported MacOS architecture."
end
elsif OS.linux?
if Hardware::CPU.avx2?
url "https://nightly.link/ayn2op/discordo/actions/artifacts/1932915876.zip"
sha256 "822e2f92e90c0ff358c3942e9b0b42d7d602e8e5ce2d5b2347ae6131916ad0df"
url "https://nightly.link/ayn2op/discordo/actions/artifacts/1976755860.zip"
sha256 "d9ed4c39902c81d31cec6f20401e04f4741f668b506b77df05f0032497b96719"
else
odie "Unsupported Linux architecture."
end
Expand Down
4 changes: 2 additions & 2 deletions Formula/v2d.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ class V2d < Formula
desc "2D-based VTubing studio"
homepage "https://github.com/Chiissu/v2d"

version "0.1.0"
version "0.1.1"
url "https://github.com/Chiissu/v2d/archive/refs/tags/v#{version}.tar.gz"
sha256 "ba0d1803314f90c0038c569175279fd6b82c78d2c28e6870529d28e3b1d02617"
sha256 "2e86f6fd66bf557669f0d0a6b04b0a4e587019b8b53496ca5d4a03cb1f1c4854"

head "https://github.com/Chiissu/v2d.git", branch: "main"

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.1570+8ddce90e6"
version "0.14.0-dev.1671+085cc54aa"
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 "8cce9a2cd3793edf76c0e82a6e126a79d45b80f4bae3a53bb4a68513b96d94e4"
sha256 "41ec246e9b7e886645b31dc4d1882c99c5a0d07d004a35cfdcef90042d45ee9c"
elsif Hardware::CPU.avx2?
url "https://ziglang.org/builds/zig-macos-x86_64-#{version}.tar.xz"
sha256 "1f67909b436ec2f53989d66aa5eb5c6bf6674db5f9c1dabec82fed56721f5fb1"
sha256 "ab1313950ebe39a5101a2684f636b70a1e32578f806e8d620d446b2698845621"
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 "ac57f1cded294a23c691312e0df29a5c1118ae39026365b42dd76d245e08fd43"
sha256 "50f797e1e5430c710aaea3804125570140b9ed60ac538c05382d526332f75c7b"
elsif Hardware::CPU.avx2?
url "https://ziglang.org/builds/zig-linux-x86_64-#{version}.tar.xz"
sha256 "2a521d3630866f4a6887206157332cabba34a432849715be851fd3dc254ce7b1"
sha256 "bc420622fb4498f065fcfc1e0d84b6c22c1b80de0217d39b2cde722efee4387b"
else
odie "Unsupported Linux architecture."
end
Expand Down

0 comments on commit b62b824

Please sign in to comment.