syncthing: update to 0.11.19.

This commit is contained in:
Duncaen 2015-08-09 16:01:54 +02:00
parent 50f8cc61db
commit 8733398337

View file

@ -1,6 +1,6 @@
# Template file for 'syncthing' # Template file for 'syncthing'
pkgname=syncthing pkgname=syncthing
version=0.11.18 version=0.11.19
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=fd93392687e545e2b779d10754e24cd49ecbfc03cabaceac381b5a3e69693be6 checksum=a57bbf9264f8db03e22657958e2b0d77438acc2180be8a24a8d9965d63a00cff
do_build() { do_build() {
goarch="${GOARCH}" goarch="${GOARCH}"