From 314abd671ed10cfa3439fa976d3bd4214318859a Mon Sep 17 00:00:00 2001 From: Sebastian Arcus Date: Sat, 23 Mar 2019 00:47:09 +0700 Subject: [PATCH] network/syncthing: Updated for version 1.1.0. Signed-off-by: Willy Sudiarto Raharjo --- network/syncthing/syncthing.SlackBuild | 2 +- network/syncthing/syncthing.info | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/network/syncthing/syncthing.SlackBuild b/network/syncthing/syncthing.SlackBuild index 8e25eb83a5..ab3b0e9a77 100644 --- a/network/syncthing/syncthing.SlackBuild +++ b/network/syncthing/syncthing.SlackBuild @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=syncthing -VERSION=${VERSION:-0.14.43} +VERSION=${VERSION:-1.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/syncthing/syncthing.info b/network/syncthing/syncthing.info index 4b10888042..f5a8983462 100644 --- a/network/syncthing/syncthing.info +++ b/network/syncthing/syncthing.info @@ -1,10 +1,10 @@ PRGNAM="syncthing" -VERSION="0.14.43" +VERSION="1.1.0" HOMEPAGE="https://syncthing.net" -DOWNLOAD="https://github.com/syncthing/syncthing/releases/download/v0.14.43/syncthing-linux-386-v0.14.43.tar.gz" -MD5SUM="478f3a4b08ba79601bf3dd2a35c524c0" -DOWNLOAD_x86_64="https://github.com/syncthing/syncthing/releases/download/v0.14.43/syncthing-linux-amd64-v0.14.43.tar.gz" -MD5SUM_x86_64="c810dcdc962a09a8857490757e1e3396" +DOWNLOAD="https://github.com/syncthing/syncthing/releases/download/v1.1.0/syncthing-linux-386-v1.1.0.tar.gz" +MD5SUM="ea9136b61f5579b805e773ada06bf451" +DOWNLOAD_x86_64="https://github.com/syncthing/syncthing/releases/download/v1.1.0/syncthing-linux-amd64-v1.1.0.tar.gz" +MD5SUM_x86_64="17a98df24d8bdd178fbd8080665e1609" REQUIRES="" MAINTAINER="Sebastian Arcus" EMAIL="s.arcus@open-t.co.uk"