diff options
Diffstat (limited to 'testing/acf-fetch-crl')
-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 5ec99cc913..3728292fdf 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" |