diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-07-15 11:41:03 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-07-15 11:42:21 +0000 |
commit | 4ebf5fa5e86e8ee41ae04a4709cc8a5b271e96bc (patch) | |
tree | b34ddaaf45723d5cbf421328b8fbb5105b351def /main/acf-core/APKBUILD | |
parent | f0562d1fc09f0661bde52e16610acb5e73cb296f (diff) | |
download | aports-4ebf5fa5e86e8ee41ae04a4709cc8a5b271e96bc.tar.bz2 aports-4ebf5fa5e86e8ee41ae04a4709cc8a5b271e96bc.tar.xz |
main/acf-*: update download url
the cgit update broke every download url.
Diffstat (limited to 'main/acf-core/APKBUILD')
-rw-r--r-- | main/acf-core/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/acf-core/APKBUILD b/main/acf-core/APKBUILD index e30a982847..60be24e9be 100644 --- a/main/acf-core/APKBUILD +++ b/main/acf-core/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="GPL-2" install="$pkgname.post-upgrade" depends="acf-jquery acf-lib acf-skins haserl lua lua-posix lua-md5 lua-json4 lua-subprocess" -source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2" +source="http://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.bz2" package() { cd "$srcdir/$pkgname-$pkgver" |