Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bzip3: update to 1.5.1 #27561

Merged
merged 1 commit into from
Feb 4, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions archivers/bzip3/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup github 1.0

github.setup kspalaiologos bzip3 1.4.0
github.setup kspalaiologos bzip3 1.5.1
github.tarball_from releases
revision 0
categories archivers
Expand All @@ -14,9 +14,9 @@ maintainers {@sech1p gmail.com:sech1piam} openmaintainer
description A better and stronger spiritual successor to BZip2.
long_description {*}${description}

checksums rmd160 5e67e0a4e7c9a4e78dd914222bbc098896ed4aeb \
sha256 a7bf2369f1ea0e1f2616686348f3749607abadd957519ee09b6f11da02b1039a \
size 407569
checksums rmd160 2e7462f044a04d6cc251c9521ad218c50d11bc99 \
sha256 cc7cacda6d15f24d3fe73fd87b895d5fd2c0f8b6dd0630ae4993aa45c4853c3b \
size 413067

configure.args --disable-silent-rules

Expand Down