summaryrefslogtreecommitdiffstats
path: root/extra/shorewall-shell/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/shorewall-shell/APKBUILD')
-rw-r--r--extra/shorewall-shell/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/shorewall-shell/APKBUILD b/extra/shorewall-shell/APKBUILD
index 04117e66..f7b6aaa6 100644
--- a/extra/shorewall-shell/APKBUILD
+++ b/extra/shorewall-shell/APKBUILD
@@ -1,16 +1,17 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=shorewall-shell
-pkgver=4.2.7
+_v=4.2.8
+pkgver=4.2.8
pkgrel=0
pkgdesc="Shoreline Firewall shell-based compiler."
url="http://www.shorewall.net/"
license="GPL-2"
depends="shorewall-common"
#subpackages="$pkgname-doc"
-source="http://www1.shorewall.net/pub/shorewall/4.2/shorewall-$pkgver/$pkgname-$pkgver.tar.bz2"
+source="http://www.shorewall.net/pub/shorewall/${_v%.*}/shorewall-$_v/$pkgname-$pkgver.tar.bz2"
build() {
cd "$srcdir"/$pkgname-$pkgver
PREFIX="$pkgdir" ./install.sh || return 1
}
-md5sums="c5555ef10e493af3d3ad40785bf33caa shorewall-shell-4.2.7.tar.bz2"
+md5sums="b20e72f4ec39f0cd13e5389627d20a42 shorewall-shell-4.2.8.tar.bz2"