Skip to content

Commit

Permalink
bzip3 1.5.1
Browse files Browse the repository at this point in the history
autobump: add bzip3

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Dec 16, 2024
1 parent 4d66a7c commit 471a660
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ bwidget
byacc
byobu
byteman
bzip3
bzt
c-ares
c-blosc
Expand Down
6 changes: 3 additions & 3 deletions Formula/b/bzip3.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Bzip3 < Formula
desc "Better and stronger spiritual successor to BZip2"
homepage "https://github.com/kspalaiologos/bzip3"
url "https://github.com/kspalaiologos/bzip3/releases/download/1.4.0/bzip3-1.4.0.tar.gz"
sha256 "a7bf2369f1ea0e1f2616686348f3749607abadd957519ee09b6f11da02b1039a"
url "https://github.com/kspalaiologos/bzip3/releases/download/1.5.1/bzip3-1.5.1.tar.gz"
sha256 "cc7cacda6d15f24d3fe73fd87b895d5fd2c0f8b6dd0630ae4993aa45c4853c3b"
license "LGPL-3.0-only"

bottle do
Expand All @@ -17,7 +17,7 @@ class Bzip3 < Formula
end

def install
system "./configure", *std_configure_args, "--disable-silent-rules", "--disable-arch-native"
system "./configure", "--disable-silent-rules", "--disable-arch-native", *std_configure_args
system "make", "install"
end

Expand Down

0 comments on commit 471a660

Please sign in to comment.