diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-09-21 08:20:07 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-09-21 08:20:07 +0000 |
commit | 9c7f68fcad9ea11b5741b56e46ed37504875ddd2 (patch) | |
tree | d1e2243353ecfe7195b62131c2d51b6289a2cc98 /testing/uci | |
parent | b25a739b158b686909512db7793cd371f955691e (diff) | |
download | aports-9c7f68fcad9ea11b5741b56e46ed37504875ddd2.tar.bz2 aports-9c7f68fcad9ea11b5741b56e46ed37504875ddd2.tar.xz |
testing/uci: fix source
Diffstat (limited to 'testing/uci')
-rw-r--r-- | testing/uci/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/uci/APKBUILD b/testing/uci/APKBUILD index 87917fe8b7..73091366fb 100644 --- a/testing/uci/APKBUILD +++ b/testing/uci/APKBUILD @@ -12,7 +12,7 @@ depends_dev= makedepends="$depends_dev cmake libubox-dev" subpackages="$pkgname-dev" install= -source="http://distfiles.alpinelinux.org/distfiles/$pkgname-$pkgver.tar.gz +source="http://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.gz " giturl="git://nbd.name/uci.git" disturl="dev.alpinelinux.org:/archive/$pkgname" |