diff options
author | Sebastian Arcus <s.arcus@open-t.co.uk> | 2020-02-08 01:54:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-08 01:54:30 +0700 |
commit | 02e73c8e0302c8d3d93adf86401a9b5ba1001936 (patch) | |
tree | cbed6f112de3366ce9046cc44c5e2454f06e7b78 /network/syncthing | |
parent | caa74f6e4bced3102026fa166bb6c99f017b86a3 (diff) | |
download | slackbuilds-02e73c8e0302c8d3d93adf86401a9b5ba1001936.tar.gz |
network/syncthing: Updated for version 1.3.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/syncthing')
-rw-r--r-- | network/syncthing/syncthing.SlackBuild | 2 | ||||
-rw-r--r-- | 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 ab3b0e9a77..c36a3c8d03 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:-1.1.0} +VERSION=${VERSION:-1.3.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/syncthing/syncthing.info b/network/syncthing/syncthing.info index f5a8983462..76801e5723 100644 --- a/network/syncthing/syncthing.info +++ b/network/syncthing/syncthing.info @@ -1,10 +1,10 @@ PRGNAM="syncthing" -VERSION="1.1.0" +VERSION="1.3.4" HOMEPAGE="https://syncthing.net" -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" +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" REQUIRES="" MAINTAINER="Sebastian Arcus" EMAIL="s.arcus@open-t.co.uk" |