syncthing: update to 0.11.17.

This commit is contained in:
Duncaen 2015-07-26 12:41:14 +02:00
parent 3550c9eccb
commit 340016c723

View file

@ -1,6 +1,6 @@
# Template file for 'syncthing' # Template file for 'syncthing'
pkgname=syncthing pkgname=syncthing
version=0.11.16 version=0.11.17
revision=1 revision=1
build_style=go build_style=go
go_import_path="github.com/syncthing/syncthing" go_import_path="github.com/syncthing/syncthing"
@ -9,7 +9,7 @@ maintainer="Duncaen <duncaen@voidlinux.eu>"
license="MPLv2" license="MPLv2"
homepage="http://syncthing.net/" homepage="http://syncthing.net/"
distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz" distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz"
checksum=1a71bfd5849323adbcd71859d853b3c0e313e314997a569128eb2dd659d4d055 checksum=9b041b7d3b6bb9056d9f844dd8e1e90850919474af03445667836a28d9756796
do_build() { do_build() {
goarch="${GOARCH}" goarch="${GOARCH}"