8000 zigmod 98 by BrewTestBot · Pull Request #224963 · Homebrew/homebrew-core · GitHub
[go: up one dir, main page]

Skip to content

zigmod 98 #224963

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 28, 2025
Merged

zigmod 98 #224963

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
8000
Diff view
16 changes: 8 additions & 8 deletions Formula/z/zigmod.rb
< 77D7 td id="diff-654336ace3adb51dc7bc3fc5d928b6449710a6ef6c5dcb076e2d5870872bbc58R11" data-line-number="11" class="blob-num blob-num-context js-linkable-line-number js-blob-rnum">
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/r94.tar.gz"
sha256 "139e990afccff7ab33b864ea479dad1217c293355583c8ad864571f77764b7a2"
url "https://github.com/nektro/zigmod/archive/refs/tags/r98.tar.gz"
sha256 "a7fc24e2784bf35660e7736b92f63049cbd6c98693724c930a1755284c20cabc"
license "MIT"

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

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b5bfae8b75eb13ff8c0d4e2b0595ecae4c6d32ad969d098612919f5dcfda257d"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "22ecae4483dd909ac23fbb018e7c10da835f21c415627674e4999f3306c8452f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e84ecb51e81353a55855dcb6c8411572fa05730c8a70a7bb57411ffc9a33d5ec"
sha256 cellar: :any_skip_relocation, sonoma: "51afc652ad9869c5fa57c388cc9c9e970444db44c476992bf5e15b23e22a43ac"
sha256 cellar: :any_skip_relocation, ventura: "91066de4ef3b96479f7b19328b2ff76ffd3c8275a97d41c4e299a5983f1c1607"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4986c6e8b71077323fb1879e29c69245330811be31240a8b12bc4926f9b81a1b"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9ff38379c6544b1c8d59e7f8859a8b0f525e28641daf2169cc678dfadf7e08da"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "81e04b9abb26106139fc02dd432eb6414765fb628fcc94cb438eca21d546b300"
sha256 cellar: :any_skip_relocation, arm64_ventura: "452789666788c8fc49734e0b45e2387766129a7df577680375419299f45a1b23"
sha256 cellar: :any_skip_relocation, sonoma: "59088c6d7e3d66a9831c094a37a2f5cef94f41efdb795c32ff28b158f470a66f"
sha256 cellar: :any_skip_relocation, ventura: "1a50f4a916744e595d706c2981e2de16945ecc0b2b783d98fde78a39bc34f16e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e666d0c5fe0d8de4c76617fd9dbf0584470919b89946b730f637b303ef45ed00"
end

depends_on "pkgconf" => :build
Expand Down
Loading
0