From f0ea64cd27d3cb9fc4acea966692a89ab8001dcb Mon Sep 17 00:00:00 2001 From: Sebastian Arcus Date: Tue, 9 May 2017 00:27:59 +0100 Subject: network/syncthing: Updated for version 0.14.27. Signed-off-by: David Spencer --- network/syncthing/syncthing.SlackBuild | 8 ++++---- network/syncthing/syncthing.info | 10 +++++----- 2 files changed, 9 insertions(+), 9 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 diff --git a/network/syncthing/syncthing.info b/network/syncthing/syncthing.info index e9322452c4..0814597b41 100644 --- a/network/syncthing/syncthing.info +++ b/network/syncthing/syncthing.info @@ -1,10 +1,10 @@ PRGNAM="syncthing" -VERSION="0.14.9" +VERSION="0.14.27" HOMEPAGE="https://syncthing.net" -DOWNLOAD="https://github.com/syncthing/syncthing/releases/download/v0.14.9/syncthing-linux-386-v0.14.9.tar.gz" -MD5SUM="284cc5ce3dc1d04efcb8c6d0eab3b51e" -DOWNLOAD_x86_64="https://github.com/syncthing/syncthing/releases/download/v0.14.9/syncthing-linux-amd64-v0.14.9.tar.gz" -MD5SUM_x86_64="3e74173b8882754932970d810c018edd" +DOWNLOAD="https://github.com/syncthing/syncthing/releases/download/v0.14.27/syncthing-linux-386-v0.14.27.tar.gz" +MD5SUM="e9c7465e1754750d38d70bdb3b921fcf" +DOWNLOAD_x86_64="https://github.com/syncthing/syncthing/releases/download/v0.14.27/syncthing-linux-amd64-v0.14.27.tar.gz" +MD5SUM_x86_64="59aafe37c986bea1d155bb98cabb4dca" REQUIRES="" MAINTAINER="Sebastian Arcus" EMAIL="s.arcus@open-t.co.uk" -- cgit v1.2.3