diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-07-11 12:09:14 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-07-11 12:09:14 +0000 |
commit | def596421b4294f649134cc93196a291bb27e275 (patch) | |
tree | 11b237d970beee4d4e1517687f2a27548449aa14 /main/acf-core | |
parent | e45437529c82cd5bcacb8589751faaaa69b481b6 (diff) | |
download | aports-def596421b4294f649134cc93196a291bb27e275.tar.bz2 aports-def596421b4294f649134cc93196a291bb27e275.tar.xz |
main/acf-core: fix source url
due to cgit upgrade the checksums no longer match so we moved the
cached archives to archive.
Diffstat (limited to 'main/acf-core')
-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..f186827f21 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/acf-core/acf-core-$pkgver.tar.bz2" package() { cd "$srcdir/$pkgname-$pkgver" |