diff options
author | Sebastian Arcus <s.arcus@open-t.co.uk> | 2017-05-09 00:27:59 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-13 06:58:49 +0700 |
commit | f0ea64cd27d3cb9fc4acea966692a89ab8001dcb (patch) | |
tree | abe1449cf6c732edb9cd454972ed1996eea13da6 /network/syncthing | |
parent | 10cc71facf1636372a48776a65c1a3cff264f52d (diff) | |
download | slackbuilds-f0ea64cd27d3cb9fc4acea966692a89ab8001dcb.tar.gz |
network/syncthing: Updated for version 0.14.27.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/syncthing')
-rw-r--r-- | network/syncthing/syncthing.SlackBuild | 8 | ||||
-rw-r--r-- | 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" |