diff options
author | Lionel Young <lionelyoung@gmail.com> | 2015-06-22 10:28:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-22 10:28:27 +0700 |
commit | 6597f565d46b28dee5615456b0f71b3583b2e59c (patch) | |
tree | bc62ae099882a3753ba6dbed4fddfcbfcda257ec /network | |
parent | b284f1e5f7a3b93cf6c8689f508c5d640f0c484c (diff) | |
download | slackbuilds-6597f565d46b28dee5615456b0f71b3583b2e59c.tar.gz |
network/syncthing: Updated for version 0.11.10.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-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 abe4193fff..69992495f5 100644 --- a/network/syncthing/syncthing.SlackBuild +++ b/network/syncthing/syncthing.SlackBuild @@ -21,7 +21,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=syncthing -VERSION=${VERSION:-0.10.29} +VERSION=${VERSION:-0.11.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/syncthing/syncthing.info b/network/syncthing/syncthing.info index 8b8f9d19eb..de3eacf1ad 100644 --- a/network/syncthing/syncthing.info +++ b/network/syncthing/syncthing.info @@ -1,10 +1,10 @@ PRGNAM="syncthing" -VERSION="0.10.29" +VERSION="0.11.10" HOMEPAGE="https://github.com/syncthing/syncthing" -DOWNLOAD="https://github.com/syncthing/syncthing/releases/download/v0.10.29/syncthing-linux-386-v0.10.29.tar.gz" -MD5SUM="b313a5755b763053e4f108dd02b3ccc2" -DOWNLOAD_x86_64="https://github.com/syncthing/syncthing/releases/download/v0.10.29/syncthing-linux-amd64-v0.10.29.tar.gz" -MD5SUM_x86_64="531ac44ecfd2ad7d191b12e2f42948ea" +DOWNLOAD="https://github.com/syncthing/syncthing/releases/download/v0.11.10/syncthing-linux-386-v0.11.10.tar.gz" +MD5SUM="af3bf134b23319b7b90bce1900488e15" +DOWNLOAD_x86_64="https://github.com/syncthing/syncthing/releases/download/v0.11.10/syncthing-linux-amd64-v0.11.10.tar.gz" +MD5SUM_x86_64="e4057144c28ea9618149432012861d61" REQUIRES="" MAINTAINER="Lionel Young" EMAIL="lionelyoung@gmail.com" |