diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-10-04 08:43:23 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-10-04 09:09:20 +0000 |
commit | ae27f771d83cd700d90d9876dd16aa31474d9bd2 (patch) | |
tree | ca213551dafb4be5c0debeb06106d31a907af42d /community/ddrescue/APKBUILD | |
parent | c3dace92809924f539c3efeb79cbff61ed429960 (diff) | |
download | aports-ae27f771d83cd700d90d9876dd16aa31474d9bd2.tar.bz2 aports-ae27f771d83cd700d90d9876dd16aa31474d9bd2.tar.xz |
community/ddrescue: upgrade to 1.22
Diffstat (limited to 'community/ddrescue/APKBUILD')
-rw-r--r-- | community/ddrescue/APKBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/community/ddrescue/APKBUILD b/community/ddrescue/APKBUILD index 62faeacea2..80e2d5e6aa 100644 --- a/community/ddrescue/APKBUILD +++ b/community/ddrescue/APKBUILD @@ -1,15 +1,14 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=ddrescue -pkgver=1.21 +pkgver=1.22 pkgrel=0 pkgdesc="Data recovery tool for block devices with errors" url="http://www.gnu.org/s/ddrescue/ddrescue.html" arch="all !aarch64" license="GPL3+" subpackages="$pkgname-doc" -source="http://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.gz" +source="http://ftp.heanet.ie/mirrors/gnu/$pkgname/$pkgname-$pkgver.tar.lz" builddir="$srcdir/$pkgname-$pkgver" - build() { cd "$builddir" @@ -35,4 +34,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="88d8571f4ab5e6ac7fcae5d5c77c104dab5a117596d5a2c13e0308af96811c601a429fe4ced12ba02e5a0e20bfd4aae6e3bec6fdc0860f3f80f8d89a4d85d97c ddrescue-1.21.tar.gz" +sha512sums="3e5236374e2c1baae40026f59cf7040414d798a48d4edd6c6bde919e658ca958a795421301439ab2b8aa9f1d8fc60a2fff84b26e22a350e4150850b9830ce754 ddrescue-1.22.tar.lz" |