diff options
Diffstat (limited to 'main/acf-shorewall')
-rw-r--r-- | main/acf-shorewall/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/acf-shorewall/APKBUILD b/main/acf-shorewall/APKBUILD index 61f3ea74aa..c96fc18a83 100644 --- a/main/acf-shorewall/APKBUILD +++ b/main/acf-shorewall/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Ted Trask <ttrask01@yahoo.com> # Maintainer: Ted Trask <ttrask01@yahoo.com> pkgname=acf-shorewall -pkgver=0.6.2 -pkgrel=2 +pkgver=0.7.0 +pkgrel=0 pkgdesc="A web-based system administration interface for shorewall" url="http://git.alpinelinux.org/cgit/acf-shorewall" arch="noarch" @@ -14,4 +14,4 @@ package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install } -md5sums="d92c0f4ebdbe52dff156a13c08055cf9 acf-shorewall-0.6.2.tar.bz2" +md5sums="190a278c301d0b20afc512b9585148c0 acf-shorewall-0.7.0.tar.bz2" |