diff options
-rw-r--r-- | main/nettle/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/nettle/APKBUILD b/main/nettle/APKBUILD index 4b0557b940..fa2bb11e27 100644 --- a/main/nettle/APKBUILD +++ b/main/nettle/APKBUILD @@ -12,7 +12,7 @@ depends_dev="gmp-dev m4" makedepends="$depends_dev" install="" subpackages="$pkgname-dev $pkgname-doc $pkgname-utils" -source="ftp://ftp.lysator.liu.se/pub/security/lsh/$pkgname-$pkgver.tar.gz +source="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz" nettle-2.4-makefile.patch" _builddir="$srcdir"/$pkgname-$pkgver |