summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Mario Preksavec2017-07-25 17:48:32 +0200
committer Willy Sudiarto Raharjo2017-07-26 13:28:21 +0200
commit8c631444677e05626dda86c7d54bfbf66af96736 (patch)
tree3ce7b32494fc2c210bf1cde5f89a844e25fa2c97 /system
parentdcf698deabdbd827f595d456ec0be5673eed7a2b (diff)
downloadold.slackbuilds-8c631444677e05626dda86c7d54bfbf66af96736.tar.gz
system/nsca-ng: Updated for version 1.5.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'system')
-rw-r--r--system/nsca-ng/nsca-ng.SlackBuild10
-rw-r--r--system/nsca-ng/nsca-ng.info6
2 files changed, 8 insertions, 8 deletions
diff --git a/system/nsca-ng/nsca-ng.SlackBuild b/system/nsca-ng/nsca-ng.SlackBuild
index 9e900e0863..bcf95eacf9 100644
--- a/system/nsca-ng/nsca-ng.SlackBuild
+++ b/system/nsca-ng/nsca-ng.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for nsca-ng
-# Copyright 2015 Mario Preksavec, Zagreb, Croatia
+# Copyright 2015, 2017 Mario Preksavec, Zagreb, Croatia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=nsca-ng
-VERSION=${VERSION:-1.4}
+VERSION=${VERSION:-1.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -40,8 +40,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"
diff --git a/system/nsca-ng/nsca-ng.info b/system/nsca-ng/nsca-ng.info
index b7cb1281e9..073782b345 100644
--- a/system/nsca-ng/nsca-ng.info
+++ b/system/nsca-ng/nsca-ng.info
@@ -1,8 +1,8 @@
PRGNAM="nsca-ng"
-VERSION="1.4"
+VERSION="1.5"
HOMEPAGE="http://www.nsca-ng.org/"
-DOWNLOAD="http://www.nsca-ng.org/download/nsca-ng-1.4.tar.gz"
-MD5SUM="5193cd5e20b938d149a638ba12395f3c"
+DOWNLOAD="http://www.nsca-ng.org/download/nsca-ng-1.5.tar.gz"
+MD5SUM="0a8fe1c635dd053430c7301c1721eecb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="confuse"