network/syncthing: Updated for version 0.11.10.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Lionel Young 2015-06-22 10:28:27 +07:00 committed by Willy Sudiarto Raharjo
parent b284f1e5f7
commit 6597f565d4
2 changed files with 6 additions and 6 deletions

View File

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

View File

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