Skip to content

Commit 8b3e00c

Browse files
authored
Merge pull request Homebrew#224963 from Homebrew/bump-zigmod-98
zigmod 98
2 parents 9c61797 + 53925e4 commit 8b3e00c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/z/zigmod.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Zigmod < Formula
22
desc "Package manager for the Zig programming language"
33
homepage "https://nektro.github.io/zigmod/"
4-
url "https://github.com/nektro/zigmod/archive/refs/tags/r94.tar.gz"
5-
sha256 "139e990afccff7ab33b864ea479dad1217c293355583c8ad864571f77764b7a2"
4+
url "https://github.com/nektro/zigmod/archive/refs/tags/r98.tar.gz"
5+
sha256 "a7fc24e2784bf35660e7736b92f63049cbd6c98693724c930a1755284c20cabc"
66
license "MIT"
77

88
livecheck do
@@ -11,12 +11,12 @@ class Zigmod < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b5bfae8b75eb13ff8c0d4e2b0595ecae4c6d32ad969d098612919f5dcfda257d"
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "22ecae4483dd909ac23fbb018e7c10da835f21c415627674e4999f3306c8452f"
16-
sha256 cellar: :any_skip_relocation, arm64_ventura: "e84ecb51e81353a55855dcb6c8411572fa05730c8a70a7bb57411ffc9a33d5ec"
17-
sha256 cellar: :any_skip_relocation, sonoma: "51afc652ad9869c5fa57c388cc9c9e970444db44c476992bf5e15b23e22a43ac"
18-
sha256 cellar: :any_skip_relocation, ventura: "91066de4ef3b96479f7b19328b2ff76ffd3c8275a97d41c4e299a5983f1c1607"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "4986c6e8b71077323fb1879e29c69245330811be31240a8b12bc4926f9b81a1b"
14+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9ff38379c6544b1c8d59e7f8859a8b0f525e28641daf2169cc678dfadf7e08da"
15+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "81e04b9abb26106139fc02dd432eb6414765fb628fcc94cb438eca21d546b300"
16+
sha256 cellar: :any_skip_relocation, arm64_ventura: "452789666788c8fc49734e0b45e2387766129a7df577680375419299f45a1b23"
17+
sha256 cellar: :any_skip_relocation, sonoma: "59088c6d7e3d66a9831c094a37a2f5cef94f41efdb795c32ff28b158f470a66f"
18+
sha256 cellar: :any_skip_relocation, ventura: "1a50f4a916744e595d706c2981e2de16945ecc0b2b783d98fde78a39bc34f16e"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "e666d0c5fe0d8de4c76617fd9dbf0584470919b89946b730f637b303ef45ed00"
2020
end
2121

2222
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)