Skip to content

Commit 9a2bfe3

Browse files
committed
libzip 1.11.4
Signed-off-by: Rui Chen <rui@chenrui.dev>
1 parent 06979bb commit 9a2bfe3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Formula/lib/libzip.rb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
class Libzip < Formula
22
desc "C library for reading, creating, and modifying zip archives"
33
homepage "https://libzip.org/"
4-
url "https://libzip.org/download/libzip-1.11.3.tar.xz"
5-
sha256 "9509d878ba788271c8b5abca9cfde1720f075335686237b7e9a9e7210fe67c1b"
4+
url "https://libzip.org/download/libzip-1.11.4.tar.xz"
5+
sha256 "8a247f57d1e3e6f6d11413b12a6f28a9d388de110adc0ec608d893180ed7097b"
66
license "BSD-3-Clause"
77

88
livecheck do
99
url "https://libzip.org/download/"
1010
regex(/href=.*?libzip[._-]v?(\d+(?:\.\d+)+)\.t/i)
1111
end
1212

13+
no_autobump! because: "unable to get versions"
14+
1315
bottle do
1416
sha256 cellar: :any, arm64_sequoia: "d047ed69c28d812b43092cdc11a95ebfb10c260294088b10c9e5c4013f8f7729"
1517
sha256 cellar: :any, arm64_sonoma: "0eef871bcff5568c941e603285f699b520fb0918876ab15129047b1eae8919c1"

0 commit comments

Comments
 (0)