Skip to content

Commit 471a660

Browse files
committed
bzip3 1.5.1
autobump: add bzip3 Signed-off-by: Rui Chen <[email protected]>
1 parent 4d66a7c commit 471a660

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/autobump.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ bwidget
320320
byacc
321321
byobu
322322
byteman
323+
bzip3
323324
bzt
324325
c-ares
325326
c-blosc

Formula/b/bzip3.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Bzip3 < Formula
22
desc "Better and stronger spiritual successor to BZip2"
33
homepage "https://github.com/kspalaiologos/bzip3"
4-
url "https://github.com/kspalaiologos/bzip3/releases/download/1.4.0/bzip3-1.4.0.tar.gz"
5-
sha256 "a7bf2369f1ea0e1f2616686348f3749607abadd957519ee09b6f11da02b1039a"
4+
url "https://github.com/kspalaiologos/bzip3/releases/download/1.5.1/bzip3-1.5.1.tar.gz"
5+
sha256 "cc7cacda6d15f24d3fe73fd87b895d5fd2c0f8b6dd0630ae4993aa45c4853c3b"
66
license "LGPL-3.0-only"
77

88
bottle do
@@ -17,7 +17,7 @@ class Bzip3 < Formula
1717
end
1818

1919
def install
20-
system "./configure", *std_configure_args, "--disable-silent-rules", "--disable-arch-native"
20+
system "./configure", "--disable-silent-rules", "--disable-arch-native", *std_configure_args
2121
system "make", "install"
2222
end
2323

0 commit comments

Comments
 (0)