summaryrefslogtreecommitdiff
path: root/network/syncthing/syncthing.SlackBuild
diff options
context:
space:
mode:
authorSebastian Arcus <s.arcus@open-t.co.uk>2017-05-09 00:27:59 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-05-13 06:58:49 +0700
commitf0ea64cd27d3cb9fc4acea966692a89ab8001dcb (patch)
treeabe1449cf6c732edb9cd454972ed1996eea13da6 /network/syncthing/syncthing.SlackBuild
parent10cc71facf1636372a48776a65c1a3cff264f52d (diff)
downloadslackbuilds-f0ea64cd27d3cb9fc4acea966692a89ab8001dcb.tar.gz
network/syncthing: Updated for version 0.14.27.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/syncthing/syncthing.SlackBuild')
-rw-r--r--network/syncthing/syncthing.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/network/syncthing/syncthing.SlackBuild b/network/syncthing/syncthing.SlackBuild
index d50d41836a..bf31acffcf 100644
--- a/network/syncthing/syncthing.SlackBuild
+++ b/network/syncthing/syncthing.SlackBuild
@@ -22,24 +22,24 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=syncthing
-VERSION=${VERSION:-0.14.9}
+VERSION=${VERSION:-0.14.27}
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
fi
-if [ "$ARCH" = "i486" ]; then
+if [ "$ARCH" = "i586" ] || [ "$ARCH" = "i686" ]; then
FARCH=386
elif [ "$ARCH" = "x86_64" ]; then
FARCH=amd64
else
- echo "Only i386 and x86_64 architectures are supported..."
+ echo "$ARCH architecture is not supported."
exit 1
fi