mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/shorewall6: Updated for version 5.2.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
87d9f54a1d
commit
9d4d4d1c1a
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for shorewall-common
|
||||
# Slackware build script for shorewall6
|
||||
|
||||
# Copyright (c) 2008-2009 Gregory J.L. Tourte (artourter@gmail.com)
|
||||
# All rights reserved.
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=shorewall6
|
||||
VERSION=${VERSION:-5.2.0.4}
|
||||
VERSION=${VERSION:-5.2.1}
|
||||
ARCH=noarch
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="shorewall6"
|
||||
VERSION="5.2.0.4"
|
||||
VERSION="5.2.1"
|
||||
HOMEPAGE="http://www.shorewall.net"
|
||||
DOWNLOAD="http://www.shorewall.net/pub/shorewall/5.2/shorewall-5.2.0/shorewall6-5.2.0.4.tar.bz2"
|
||||
MD5SUM="14c87b9880bc69c82792854af45335e6"
|
||||
DOWNLOAD="http://www.shorewall.net/pub/shorewall/5.2/shorewall-5.2.1/shorewall6-5.2.1.tar.bz2"
|
||||
MD5SUM="d6597b128ff6affef5d7d1dc8b6cd90c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="shorewall-core"
|
||||
|
|
Loading…
Reference in a new issue