network/syncthing: Updated for version 1.1.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Sebastian Arcus 2019-03-23 00:47:09 +07:00 committed by Willy Sudiarto Raharjo
parent 51278f4524
commit 314abd671e
2 changed files with 6 additions and 6 deletions

View file

@ -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}

View file

@ -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"