mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/conntrack-tools: Updated for version 1.0.0.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
9d50017c81
commit
e993f847a4
3 changed files with 7 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for conntrack-tools
|
||||
|
||||
# Copyright 2006,2007,2008,2009,2010 Robby Workman, Northport, Alabama, USA
|
||||
# Copyright 2006-2011 Robby Workman, Northport, Alabama, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,16 +23,14 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=conntrack-tools
|
||||
VERSION=0.9.14
|
||||
VERSION=1.0.0
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="conntrack-tools"
|
||||
VERSION="0.9.14"
|
||||
VERSION="1.0.0"
|
||||
HOMEPAGE="http://conntrack-tools.netfilter.org/"
|
||||
DOWNLOAD="http://www.netfilter.org/projects/conntrack-tools/files/conntrack-tools-0.9.14.tar.bz2"
|
||||
MD5SUM="7e9344fe85bb68bcf65c35034add6655"
|
||||
DOWNLOAD="http://www.netfilter.org/projects/conntrack-tools/files/conntrack-tools-1.0.0.tar.bz2"
|
||||
MD5SUM="5add24d4761baf17af630d5627a71752"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Robby Workman"
|
||||
EMAIL="rw@rlworkman.net"
|
||||
APPROVED="michiel"
|
||||
APPROVED="Niels Horn"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler---------------------------------------------|
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
conntrack-tools: conntrack-tools (userspace tools for conntrack)
|
||||
conntrack-tools:
|
||||
conntrack-tools: The conntrack-tools are a set of userspace tools that allow
|
||||
|
|
Loading…
Reference in a new issue