network/syncthing: Updated for version 1.4.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jake Burns 2020-03-30 11:03:14 -06:00 committed by Willy Sudiarto Raharjo
parent bbcf192717
commit 0576aaafdd
No known key found for this signature in database
GPG key ID: 887B8374D7333381
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:-1.3.4}
VERSION=${VERSION:-1.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="syncthing"
VERSION="1.3.4"
VERSION="1.4.0"
HOMEPAGE="https://syncthing.net"
DOWNLOAD="https://github.com/syncthing/syncthing/releases/download/v1.3.4/syncthing-linux-386-v1.3.4.tar.gz"
MD5SUM="f7086b808eb88de113d6d6fef6859632"
DOWNLOAD_x86_64="https://github.com/syncthing/syncthing/releases/download/v1.3.4/syncthing-linux-amd64-v1.3.4.tar.gz"
MD5SUM_x86_64="127c1b75227608ca9b05a96de3c9475a"
DOWNLOAD="https://github.com/syncthing/syncthing/releases/download/v1.4.0/syncthing-linux-386-v1.4.0.tar.gz"
MD5SUM="ae19fb6fe57163e63702d619d56929e0"
DOWNLOAD_x86_64="https://github.com/syncthing/syncthing/releases/download/v1.4.0/syncthing-linux-amd64-v1.4.0.tar.gz"
MD5SUM_x86_64="ee4957c06189c21181e09d8c4facdae7"
REQUIRES=""
MAINTAINER="Sebastian Arcus"
EMAIL="s.arcus@open-t.co.uk"