diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-06-05 12:17:45 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-06-05 12:17:45 +0000 |
commit | f3f372624596c481005ce78000a518d575c23ab3 (patch) | |
tree | 5a5fbaec6ca1c361918173080e7e683f25d07aa6 /extra/acf-shorewall | |
parent | 794491fcb3f43e02348f15c5e19d94e7d8de559e (diff) | |
download | aports-f3f372624596c481005ce78000a518d575c23ab3.tar.bz2 aports-f3f372624596c481005ce78000a518d575c23ab3.tar.xz |
extra/acf-shorewall: upgrade to 0.5.0
Diffstat (limited to 'extra/acf-shorewall')
-rw-r--r-- | extra/acf-shorewall/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/acf-shorewall/APKBUILD b/extra/acf-shorewall/APKBUILD index 6dbc362d98..64bd03a81e 100644 --- a/extra/acf-shorewall/APKBUILD +++ b/extra/acf-shorewall/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=acf-shorewall -pkgver=0.4.4 +pkgver=0.5.0 pkgrel=0 pkgdesc="A web-based system administration interface for shorewall" url="http://git.alpinelinux.org/cgit/acf-shorewall" @@ -12,4 +12,4 @@ build() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install } -md5sums="0c681a4b3f145174355a885ea4809a60 acf-shorewall-0.4.4.tar.bz2" +md5sums="12d8bbc1242ee2e0206fa7369a60ca66 acf-shorewall-0.5.0.tar.bz2" |