mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/libnetfilter_log: Updated for version 1.0.0.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
1fa41a832e
commit
152258b919
2 changed files with 5 additions and 7 deletions
|
@ -4,16 +4,14 @@
|
|||
# Written by Michal Bialozor <bialyy@o2.pl>
|
||||
|
||||
PRGNAM=libnetfilter_log
|
||||
VERSION=0.0.16
|
||||
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="libnetfilter_log"
|
||||
VERSION="0.0.16"
|
||||
VERSION="1.0.0"
|
||||
HOMEPAGE="http://www.netfilter.org/projects/libnetfilter_log/"
|
||||
DOWNLOAD="http://www.netfilter.org/projects/libnetfilter_log/files/libnetfilter_log-0.0.16.tar.bz2"
|
||||
MD5SUM="4ffcf46dad9d0c81f6611dd185639694"
|
||||
DOWNLOAD="http://www.netfilter.org/projects/libnetfilter_log/files/libnetfilter_log-1.0.0.tar.bz2"
|
||||
MD5SUM="acdb188a1e7504e95636d0770ade393c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Michal Bialozor"
|
||||
EMAIL="bialyy@o2.pl"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="Erik Hanson"
|
||||
|
|
Loading…
Reference in a new issue