diff options
author | Ted Trask <ttrask01@yahoo.com> | 2009-07-02 19:33:33 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-03 07:48:22 +0000 |
commit | 4d71a95ff6985884d10f4119b50c70e418ddc9e0 (patch) | |
tree | 4b744317c80b9e062e65faa27dfb059d0628fbd4 | |
parent | 9a139de543d627c042665e7703e9bdb4ac16105b (diff) | |
download | aports-4d71a95ff6985884d10f4119b50c70e418ddc9e0.tar.bz2 aports-4d71a95ff6985884d10f4119b50c70e418ddc9e0.tar.xz |
testing/acf-fetch-crl: Upgraded to 0.2.0, fixed url
-rw-r--r-- | testing/acf-fetch-crl/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/acf-fetch-crl/APKBUILD b/testing/acf-fetch-crl/APKBUILD index 5ec99cc91..3728292fd 100644 --- a/testing/acf-fetch-crl/APKBUILD +++ b/testing/acf-fetch-crl/APKBUILD @@ -1,15 +1,15 @@ # Contributor: Michael Mason <ms13sp@gmail.com> pkgname=acf-fetch-crl -pkgver=0.1.1 +pkgver=0.2.0 pkgrel=0 pkgdesc="A web-based system administration interface for fetch-crl" -url="http://dev.alpinelinux.org/alpine/acf" +url="http://git.alpinelinux.org/cgit/$pkgname" license="GPL-2" depends="acf-core lua fetch-crl" makedepends="" install= subpackages="" -source="http://dev.alpinelinux.org/alpine/acf/${pkgname:4}/$pkgname-$pkgver.tar.bz2" +source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2" build() { cd "$srcdir/$pkgname-$pkgver" @@ -18,4 +18,4 @@ build() { } -md5sums="7032943de411a4a048ad07a502671cf4 acf-fetch-crl-0.1.1.tar.bz2" +md5sums="d8789ef066ac41abd0db69a8ec470540 acf-fetch-crl-0.2.0.tar.bz2" |