diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-11-04 07:54:58 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-11-04 07:54:58 +0000 |
commit | 88d066c28421913ad34c7473f7d2d30b8732417c (patch) | |
tree | 3e2e7251fd70c8de41a3c42e34f6df90b0f8d071 /testing/snapraid | |
parent | 0da4b72395deddef9c9e9a0db3804989986ab992 (diff) | |
download | aports-88d066c28421913ad34c7473f7d2d30b8732417c.tar.bz2 aports-88d066c28421913ad34c7473f7d2d30b8732417c.tar.xz |
testing/snapraid: use unique download filename
Diffstat (limited to 'testing/snapraid')
-rw-r--r-- | testing/snapraid/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/snapraid/APKBUILD b/testing/snapraid/APKBUILD index a345d630f8..08f238dee8 100644 --- a/testing/snapraid/APKBUILD +++ b/testing/snapraid/APKBUILD @@ -12,7 +12,7 @@ depends_dev="" makedepends="$depends_dev" install="" subpackages="$pkgname-doc" -source="https://github.com/amadvance/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://github.com/amadvance/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz" builddir="$srcdir"/$pkgname-$pkgver |