diff options
Diffstat (limited to 'extra/acf-shorewall/APKBUILD')
-rw-r--r-- | extra/acf-shorewall/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/acf-shorewall/APKBUILD b/extra/acf-shorewall/APKBUILD index 99f3c468bf..64bd03a81e 100644 --- a/extra/acf-shorewall/APKBUILD +++ b/extra/acf-shorewall/APKBUILD @@ -1,15 +1,15 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=acf-shorewall -pkgver=0.4.4 +pkgver=0.5.0 pkgrel=0 pkgdesc="A web-based system administration interface for shorewall" -url="http://dev.alpinelinux.org/alpine/acf" +url="http://git.alpinelinux.org/cgit/acf-shorewall" license="GPL-2" depends="acf-core lua shorewall" -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" make DESTDIR="$pkgdir" install } -md5sums="0c681a4b3f145174355a885ea4809a60 acf-shorewall-0.4.4.tar.bz2" +md5sums="12d8bbc1242ee2e0206fa7369a60ca66 acf-shorewall-0.5.0.tar.bz2" |