diff options
author | Ted Trask <ttrask01@yahoo.com> | 2009-12-10 20:53:44 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2009-12-10 20:53:44 +0000 |
commit | f0c45bc1d5cbf2d5632bcbd91bc6c27b397f6a3f (patch) | |
tree | c1482c2432a0196babd700bb0ec990251f64dca4 /main/acf-iptables/APKBUILD | |
parent | 98efe6f56e5eeb8b5fa0d320de7481d71cc899c6 (diff) | |
download | aports-f0c45bc1d5cbf2d5632bcbd91bc6c27b397f6a3f.tar.bz2 aports-f0c45bc1d5cbf2d5632bcbd91bc6c27b397f6a3f.tar.xz |
main/acf-iptables: upgrade to 0.2.1
Diffstat (limited to 'main/acf-iptables/APKBUILD')
-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 12665845f8..35ea4e652e 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.0 +pkgver=0.2.1 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="dcecc96699add7e9f4b58c866e6adcb0 acf-iptables-0.2.0.tar.bz2" +md5sums="4bdafa9075a89520ef0f12de39c34886 acf-iptables-0.2.1.tar.bz2" |