diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-05-24 00:49:28 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-05-24 00:49:59 +0200 |
commit | 8b071925b611794515f0a7615c0b1909c05241f2 (patch) | |
tree | a23d3654b60db7a8d9285e95db90ce431a8e4d04 | |
parent | 0670ef6fb0b388ed1ac2bfb9567b6375d133fdbf (diff) | |
download | aports-8b071925b611794515f0a7615c0b1909c05241f2.tar.bz2 aports-8b071925b611794515f0a7615c0b1909c05241f2.tar.xz |
community/ddrescue: fix source
-rw-r--r-- | community/ddrescue/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ddrescue/APKBUILD b/community/ddrescue/APKBUILD index f3ed9f9e84..23a2b1a635 100644 --- a/community/ddrescue/APKBUILD +++ b/community/ddrescue/APKBUILD @@ -7,7 +7,7 @@ url="https://www.gnu.org/s/ddrescue/ddrescue.html" arch="all !aarch64" license="GPL-3.0-or-later" subpackages="$pkgname-doc" -source="http://ftp.heanet.ie/mirrors/gnu/$pkgname/$pkgname-$pkgver.tar.lz" +source="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.lz" builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" |