File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
class Libzip < Formula
2
2
desc "C library for reading, creating, and modifying zip archives"
3
3
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 "
6
6
license "BSD-3-Clause"
7
7
8
8
livecheck do
9
9
url "https://libzip.org/download/"
10
10
regex ( /href=.*?libzip[._-]v?(\d +(?:\. \d +)+)\. t/i )
11
11
end
12
12
13
+ no_autobump! because : "unable to get versions"
14
+
13
15
bottle do
14
16
sha256 cellar : :any , arm64_sequoia : "d047ed69c28d812b43092cdc11a95ebfb10c260294088b10c9e5c4013f8f7729"
15
17
sha256 cellar : :any , arm64_sonoma : "0eef871bcff5568c941e603285f699b520fb0918876ab15129047b1eae8919c1"
You can’t perform that action at this time.
0 commit comments