diff options
author | ArTourter <artourter@gmail.com> | 2010-06-12 21:30:31 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-06-12 22:14:28 -0500 |
commit | bde09c4d90ce159d2ae096239c5b257a0fcc32b9 (patch) | |
tree | 73b4511cc33948b9b783f531aedc30cfe1eaede0 /network/shorewall/shorewall.SlackBuild | |
parent | 821db32d5590c3359da50e4702016bc305e03489 (diff) | |
download | slackbuilds-bde09c4d90ce159d2ae096239c5b257a0fcc32b9.tar.gz |
network/shorewall: Updated for version 4.4.10.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/shorewall/shorewall.SlackBuild')
-rw-r--r-- | network/shorewall/shorewall.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/shorewall/shorewall.SlackBuild b/network/shorewall/shorewall.SlackBuild index 3485ec6fc8..9bea75123c 100644 --- a/network/shorewall/shorewall.SlackBuild +++ b/network/shorewall/shorewall.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for shorewall-common -# Copyright (c) 2008-2009 Gregory J.L. Tourte (artourter@gmail.com) +# Copyright (c) 2008-2010 Gregory J.L. Tourte (artourter@gmail.com) # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,12 +24,12 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=shorewall -VERSION=${VERSION:-4.4.8.1} +VERSION=${VERSION:-4.4.10} ARCH=noarch BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -BASEVERS=4.4.8 +BASEVERS=4.4.10 CWD=$(pwd) TMP=${TMP:-/tmp/SBo} |