diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-05-06 14:10:25 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-05-06 14:10:25 +0000 |
commit | 31a62e23d45c91a4c259d21466a6e7d4fb5da035 (patch) | |
tree | 7a9ec2edada0158513734fa5d1f60d08fb0f3404 /extra | |
parent | a60b7c8400d19c3da06eff517ce6dbbbbeaaf4a0 (diff) | |
download | aports-31a62e23d45c91a4c259d21466a6e7d4fb5da035.tar.bz2 aports-31a62e23d45c91a4c259d21466a6e7d4fb5da035.tar.xz |
extra/shorewall-shell: upgrade to 4.2.8
Diffstat (limited to 'extra')
-rw-r--r-- | extra/shorewall-shell/APKBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/shorewall-shell/APKBUILD b/extra/shorewall-shell/APKBUILD index 04117e66a3..f7b6aaa641 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" |