Skip to content

Commit

Permalink
Merge pull request #183907 from Homebrew/bump-zigmod-92
Browse files Browse the repository at this point in the history
zigmod 92
  • Loading branch information
BrewTestBot committed Sep 8, 2024
2 parents b9e07a4 + aa44b94 commit fa47091
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/z/zigmod.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Zigmod < Formula
desc "Package manager for the Zig programming language"
homepage "https://nektro.github.io/zigmod/"
url "https://github.com/nektro/zigmod/archive/refs/tags/r90.tar.gz"
sha256 "e07fb33cfa36fb67de5da8ab0973c71c59cb3ec2ab2733964e1c6568ee997a92"
url "https://github.com/nektro/zigmod/archive/refs/tags/r92.tar.gz"
sha256 "04f37e09d722c3e23236eebd1f9e5789f1b601bd8763aa6fd2a818a2eb3d9e17"
license "MIT"

livecheck do
Expand All @@ -11,13 +11,13 @@ class Zigmod < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c06cde3f3854d8a320a6093a6e547a3b5cab2d57c18c73c8c2dd98e56e894649"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c5a65ea349d46fd78d146d84d33a46aef57daf381636082ec6fb7681f31e092e"
sha256 cellar: :any_skip_relocation, arm64_monterey: "f798938558b9ead84459c503943d29c218acf022df484bfd62fc7c0d5a246ce4"
sha256 cellar: :any_skip_relocation, sonoma: "cf32539425045aec4fdd2d6b561e72fb1931f4de46b7f0258ce6ef6d70110d80"
sha256 cellar: :any_skip_relocation, ventura: "fe7ed9e210f6521f19dc6b953c9a9dfed36a52b1bebfc5a22932f890ba74f938"
sha256 cellar: :any_skip_relocation, monterey: "b119fd76f44d267616ffa8ee856d35f8ded6f0acadb084acc6d1560d1ce797de"
sha256 cellar: :any_skip_relocation, x86_64_linux: "bca3fae00caa75782e70e97067dd6e7b66ee0c8b2a13d9590965f8376475c16b"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a2df959c37b381d5e86591e524e1436c34e08a02b500d65263275d70e37d7826"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c4f82b78fe59aedb5032c1533b4ed06e0a47371fc99e8f603d1bc2e88c744a7c"
sha256 cellar: :any_skip_relocation, arm64_monterey: "24cfea13595d29638d26ae4fcaa44927b7d8110c4eeff3167ec545f9722f370b"
sha256 cellar: :any_skip_relocation, sonoma: "6c92b51115a4d517aeccc86498c53f7539cbef96947641a4b743f710f29439f8"
sha256 cellar: :any_skip_relocation, ventura: "e806121aa5f08d5861fc53b5861a17fc0bab594eabc0022b8b7052a7c713ae3f"
sha256 cellar: :any_skip_relocation, monterey: "68b7d2fec5703629d4beee47c2c620a676b56eddb8e46129686267b86a025474"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c2e136103711512118cc29a116c2c4b5846570a0f0d28c698aabd9f3121f15a8"
end

depends_on "pkg-config" => :build
Expand Down

0 comments on commit fa47091

Please sign in to comment.