diff options
author | Ted Trask <ttrask01@yahoo.com> | 2010-01-22 19:33:20 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2010-01-22 19:33:20 +0000 |
commit | d6ef19f62fb0d1f75b1f8c3db949f4a57deeafdb (patch) | |
tree | 34b5d1e942bede13895fb5458071bbcab61fa6b5 /main/acf-iptables | |
parent | 4ee344383407759096847f875878a66b0241ce4a (diff) | |
download | aports-d6ef19f62fb0d1f75b1f8c3db949f4a57deeafdb.tar.bz2 aports-d6ef19f62fb0d1f75b1f8c3db949f4a57deeafdb.tar.xz |
main/acf-iptables: upgrade to 0.3.0
Diffstat (limited to 'main/acf-iptables')
-rw-r--r-- | main/acf-iptables/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/acf-iptables/APKBUILD b/main/acf-iptables/APKBUILD index 35ea4e652e..bd53e64153 100644 --- a/main/acf-iptables/APKBUILD +++ b/main/acf-iptables/APKBUILD @@ -1,6 +1,6 @@ # Contributor: Michael Mason <ms13sp@gmail.com> pkgname=acf-iptables -pkgver=0.2.1 +pkgver=0.3.0 pkgrel=0 pkgdesc="A web-based system administration interface for iptables" url="http://git.alpinelinux.org/cgit/acf-iptables" @@ -18,4 +18,4 @@ build() { } -md5sums="4bdafa9075a89520ef0f12de39c34886 acf-iptables-0.2.1.tar.bz2" +md5sums="857a2cdec570250bf262d5ace4f931be acf-iptables-0.3.0.tar.bz2" |