Skip to content

Commit

Permalink
Merge pull request #174655 from Homebrew/bump-minizip-ng-4.0.7
Browse files Browse the repository at this point in the history
minizip-ng 4.0.7
  • Loading branch information
BrewTestBot authored Jun 15, 2024
2 parents 647427c + 2c0df5f commit 7aa68b8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/m/minizip-ng.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class MinizipNg < Formula
desc "Zip file manipulation library with minizip 1.x compatibility layer"
homepage "https://github.com/zlib-ng/minizip-ng"
url "https://github.com/zlib-ng/minizip-ng/archive/refs/tags/4.0.6.tar.gz"
sha256 "e96ed3866706a67dbed05bf035e26ef6b60f408e1381bf0fe9af17fe2c0abebc"
url "https://github.com/zlib-ng/minizip-ng/archive/refs/tags/4.0.7.tar.gz"
sha256 "a87f1f734f97095fe1ef0018217c149d53d0f78438bcb77af38adc21dff2dfbc"
license "Zlib"
head "https://github.com/zlib-ng/minizip-ng.git", branch: "dev"

bottle do
sha256 cellar: :any, arm64_sonoma: "81ab9b504997cad1e44a9e6bcccc832cc2484c459fa86595afe75cc55de2365f"
sha256 cellar: :any, arm64_ventura: "c560cda9cb84b5a7b0149d9012a8ddbbfc5cc71544e362e5292d1ea361335655"
sha256 cellar: :any, arm64_monterey: "3a3a8c47b9f4e6ca14a2372be02196703f1652c94ded15cadee0a1fdc94de587"
sha256 cellar: :any, sonoma: "55a0b92b6704583c3784c5086f79c6968e2dcb98dfd77116893220f78f718ad7"
sha256 cellar: :any, ventura: "21c522b520eef8cadabadc51eb22691c578e617d6d92f0e4d15da0b7fdfb6820"
sha256 cellar: :any, monterey: "b31ca8086e68ddf32b6390e276434bf24cb4d2ef3151c3ebced32b367aac172e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "799e1d23b8c6168c771df13e2b2bb583b28d83b6cb3611ca555b06f69c26bef4"
sha256 cellar: :any, arm64_sonoma: "34b1969b53e8f3432499789af0defac42027c440e32ba1df2a3e31d6a8fd87c5"
sha256 cellar: :any, arm64_ventura: "e03beb8fdeabfec130141c86e607020713357766aa2034a26eb373f82044c2bc"
sha256 cellar: :any, arm64_monterey: "0a74f9330b6f34afc554840df5214649e920b0669c2f4b70235cdb1423bb4e9e"
sha256 cellar: :any, sonoma: "32999c125bdfb8e3e6f20a892f8c802ccddc192ed4b9e64f0cabfdbfe1d65f97"
sha256 cellar: :any, ventura: "d9ebd676a4d2ad996b0f8d9de8a30ca045552edb4fa381698b37da3c8d7d5295"
sha256 cellar: :any, monterey: "7e5f18ef56fe482184ace1a7686ea5d2d1e5423e92558c5b8c58566f53ee72d0"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a2ed7856d5ac6319e6e9c09b86aded5d1361c2064296d0dda76c28be0f64692a"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 7aa68b8

Please sign in to comment.