ddrescue: update to 1.24.
This commit is contained in:
parent
c086811920
commit
e6dddc679d
1 changed files with 4 additions and 4 deletions
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'ddrescue'
|
||||
pkgname=ddrescue
|
||||
version=1.23
|
||||
revision=3
|
||||
version=1.24
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="lzip"
|
||||
short_desc="Data recovery tool"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://www.gnu.org/software/ddrescue/ddrescue.html"
|
||||
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.lz"
|
||||
checksum=a9ae2dd44592bf386c9c156a5dacaeeb901573c9867ada3608f887d401338d8d
|
||||
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.lz"
|
||||
checksum=4b5d3feede70e3657ca6b3c7844f23131851cbb6af0cecc9721500f7d7021087
|
||||
|
||||
do_configure() {
|
||||
./configure --prefix=/usr CXX="$CXX" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS"
|
||||
|
|
Loading…
Reference in a new issue