aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-10-09 13:36:38 +0000
committerTed Trask <ttrask01@yahoo.com>2009-10-15 14:28:17 +0000
commite3012b5af5e4ddf7290c80e7d3a66f602f241a8c (patch)
treea080a37adbc7764a975dc8d62bb58b51216851d1
parentb04909144d92e163e51ec170bf65100b5373f66e (diff)
downloadalpine_aports-e3012b5af5e4ddf7290c80e7d3a66f602f241a8c.tar.bz2
alpine_aports-e3012b5af5e4ddf7290c80e7d3a66f602f241a8c.tar.xz
alpine_aports-e3012b5af5e4ddf7290c80e7d3a66f602f241a8c.zip
main/acf-shorewall: upgrade to 0.5.1
(cherry picked from commit 5ed0444bff85cad04b520db67979098d14c6d23d)
-rw-r--r--main/acf-shorewall/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/acf-shorewall/APKBUILD b/main/acf-shorewall/APKBUILD
index 64bd03a81e..215e5b2a59 100644
--- a/main/acf-shorewall/APKBUILD
+++ b/main/acf-shorewall/APKBUILD
@@ -1,6 +1,6 @@
1# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 1# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
2pkgname=acf-shorewall 2pkgname=acf-shorewall
3pkgver=0.5.0 3pkgver=0.5.1
4pkgrel=0 4pkgrel=0
5pkgdesc="A web-based system administration interface for shorewall" 5pkgdesc="A web-based system administration interface for shorewall"
6url="http://git.alpinelinux.org/cgit/acf-shorewall" 6url="http://git.alpinelinux.org/cgit/acf-shorewall"
@@ -12,4 +12,4 @@ build() {
12 cd "$srcdir/$pkgname-$pkgver" 12 cd "$srcdir/$pkgname-$pkgver"
13 make DESTDIR="$pkgdir" install 13 make DESTDIR="$pkgdir" install
14} 14}
15md5sums="12d8bbc1242ee2e0206fa7369a60ca66 acf-shorewall-0.5.0.tar.bz2" 15md5sums="46b2a3c1a38989354774403aab86cda8 acf-shorewall-0.5.1.tar.bz2"