network/xtables-addons: Updated for version 2.12.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2017-05-14 20:40:45 -05:00 committed by Willy Sudiarto Raharjo
parent e54ee62b02
commit 2c56103d6a
2 changed files with 8 additions and 8 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for xtables-addons
# Copyright 2008-2016 Robby Workman, Tuscaloosa, Alabama, USA
# Copyright 2008-2017 Robby Workman, Tuscaloosa, Alabama, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xtables-addons
VERSION=${VERSION:-2.10}
VERSION=${VERSION:-2.12}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -32,7 +32,7 @@ PKGVER=${VERSION}_$(echo $KERNEL | tr - _)
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -43,8 +43,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"

View file

@ -1,8 +1,8 @@
PRGNAM="xtables-addons"
VERSION="2.10"
VERSION="2.12"
HOMEPAGE="http://xtables-addons.sf.net/"
DOWNLOAD="http://download.sourceforge.net/xtables-addons/xtables-addons-2.10.tar.xz"
MD5SUM="727bf0dd4a3d9c65724267bd0d5d80b0"
DOWNLOAD="http://download.sourceforge.net/xtables-addons/xtables-addons-2.12.tar.xz"
MD5SUM="aed5ce0873709ac243f1177fc81ff452"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""