diff options
author | Breno Leitao <breno.leitao@gmail.com> | 2017-03-28 19:01:40 +0000 |
---|---|---|
committer | Breno Leitao <breno.leitao@gmail.com> | 2017-03-28 19:03:43 +0000 |
commit | 7a205eb9ac98baf9a73080f369b52efa116d5c75 (patch) | |
tree | ee8485bc0f963799c6ad6168db73b7ce1cde9df5 /testing/libmhash | |
parent | f4da07d6524dfa953cb74fcfd0afc912c4f8cdae (diff) | |
download | aports-7a205eb9ac98baf9a73080f369b52efa116d5c75.tar.bz2 aports-7a205eb9ac98baf9a73080f369b52efa116d5c75.tar.xz |
testing/libmhash: Fix URL
Current $source URL is resulting 404. Just updated to the new URL.
No changes in the checksums.
Diffstat (limited to 'testing/libmhash')
-rw-r--r-- | testing/libmhash/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libmhash/APKBUILD b/testing/libmhash/APKBUILD index 8b06a46553..a95c2cf4d4 100644 --- a/testing/libmhash/APKBUILD +++ b/testing/libmhash/APKBUILD @@ -12,7 +12,7 @@ depends="" makedepends="" install="" subpackages="$pkgname-dev $pkgname-doc" -source="$pkgname-$pkgver.tar.gz::https://sourceforge.net/projects/$_pkgname/files/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.gz/downloadi +source="$pkgname-$pkgver.tar.gz::https://downloads.sourceforge.net/project/$_pkgname/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.gz musl-fix-bool-includes.patch" builddir="$srcdir"/$_pkgname-$pkgver |