summaryrefslogtreecommitdiffstats
path: root/system/supervisor/supervisor.SlackBuild
diff options
context:
space:
mode:
author digwtx <wtx358@qq.com>2018-04-15 11:29:18 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-04-21 07:42:57 +0700
commit1ee4dc723971575ca2765f6aae66782d15ea48c0 (patch)
treeb0445d26b6f63a01cc50c44b38268708bf38209d /system/supervisor/supervisor.SlackBuild
parent16cd834af429c85207b79ccc6c3c6766505e9877 (diff)
downloadslackbuilds-1ee4dc723971575ca2765f6aae66782d15ea48c0.tar.gz
slackbuilds-1ee4dc723971575ca2765f6aae66782d15ea48c0.tar.xz
system/supervisor: Updated for version 3.3.4.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/supervisor/supervisor.SlackBuild')
-rw-r--r--system/supervisor/supervisor.SlackBuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/system/supervisor/supervisor.SlackBuild b/system/supervisor/supervisor.SlackBuild
index b8a686b88b..61882499cd 100644
--- a/system/supervisor/supervisor.SlackBuild
+++ b/system/supervisor/supervisor.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright 2014 digwtx <wtx358@qq.com>
+# Copyright 2014-2018 digwtx <wtx358@qq.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -21,7 +21,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=supervisor
-VERSION=${VERSION:-3.1.1}
+VERSION=${VERSION:-3.3.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -29,7 +29,7 @@ SRCNAM=supervisor
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -76,4 +76,3 @@ cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
-