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

lziprecover: update to 1.25. #53952

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions srcpkgs/lziprecover/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'lziprecover'
pkgname=lziprecover
version=1.24
version=1.25
revision=1
build_style=configure
checkdepends="lzip"
Expand All @@ -9,7 +9,7 @@ maintainer="Matt Boehlke <[email protected]>"
license="GPL-2.0-or-later"
homepage="https://www.nongnu.org/lzip/lziprecover.html"
distfiles="${NONGNU_SITE}/lzip/lziprecover/lziprecover-${version}.tar.lz"
checksum=92d09e7e9d7c1f5a144fe631e5c20eb7e82ff6eb43d4f8ab6b260c926303d89e
checksum=67cb2119b58f457b9bc4b361cb0914c0f371cc7fe8a80a9213aa0de70a426668

do_configure() {
./configure --prefix=/usr \
Expand Down
Loading