diff options
Diffstat (limited to 'main/acf-shorewall')
-rw-r--r-- | main/acf-shorewall/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/acf-shorewall/APKBUILD b/main/acf-shorewall/APKBUILD index 64bd03a81..215e5b2a5 100644 --- a/main/acf-shorewall/APKBUILD +++ b/main/acf-shorewall/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=acf-shorewall -pkgver=0.5.0 +pkgver=0.5.1 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="12d8bbc1242ee2e0206fa7369a60ca66 acf-shorewall-0.5.0.tar.bz2" +md5sums="46b2a3c1a38989354774403aab86cda8 acf-shorewall-0.5.1.tar.bz2" |