From 34bfd748b4c1c83e121c7cbe5e933386ffe5dea7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 15 Jun 2024 18:37:52 +0000 Subject: [PATCH 1/2] minizip-ng 4.0.7 --- Formula/m/minizip-ng.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/minizip-ng.rb b/Formula/m/minizip-ng.rb index 3d0d9881c926..c6486f047493 100644 --- a/Formula/m/minizip-ng.rb +++ b/Formula/m/minizip-ng.rb @@ -1,8 +1,8 @@ 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" From 2c0df5fa4c34ec24207b905e677ba055f53b9a86 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 15 Jun 2024 20:23:26 +0000 Subject: [PATCH 2/2] minizip-ng: update 4.0.7 bottle. --- Formula/m/minizip-ng.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/minizip-ng.rb b/Formula/m/minizip-ng.rb index c6486f047493..adad1dec64a5 100644 --- a/Formula/m/minizip-ng.rb +++ b/Formula/m/minizip-ng.rb @@ -7,13 +7,13 @@ class MinizipNg < Formula 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