summaryrefslogtreecommitdiffstats
path: root/system/nsca-ng
diff options
context:
space:
mode:
author Mario Preksavec <mario@slackware.hr>2017-07-25 17:48:32 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-07-26 18:28:21 +0700
commit709c49404a1cfcb2e4f0c42d599417f98782deb9 (patch)
tree4112ad89751a231f20d65eaeccc1cd677b2b46b2 /system/nsca-ng
parent399e093e489ca9af182d81bb99002d6c39cced5a (diff)
downloadslackbuilds-709c49404a1cfcb2e4f0c42d599417f98782deb9.tar.gz
slackbuilds-709c49404a1cfcb2e4f0c42d599417f98782deb9.tar.xz
system/nsca-ng: Updated for version 1.5.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'system/nsca-ng')
-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"