diff options
Diffstat (limited to 'main/acf-shorewall/APKBUILD')
-rw-r--r-- | main/acf-shorewall/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/acf-shorewall/APKBUILD b/main/acf-shorewall/APKBUILD index 07344ad51..61f3ea74a 100644 --- a/main/acf-shorewall/APKBUILD +++ b/main/acf-shorewall/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Ted Trask <ttrask01@yahoo.com> pkgname=acf-shorewall pkgver=0.6.2 -pkgrel=1 +pkgrel=2 pkgdesc="A web-based system administration interface for shorewall" url="http://git.alpinelinux.org/cgit/acf-shorewall" arch="noarch" license="GPL-2" depends="acf-core lua shorewall" -source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2" +source="http://git.alpinelinux.org/cgit/$pkgname.git/snapshot/$pkgname-$pkgver.tar.bz2" package() { cd "$srcdir/$pkgname-$pkgver" |