syncthing: update to 1.3.0.

This commit is contained in:
Duncaen 2019-10-01 14:19:05 +02:00 committed by Duncan Overbruck
parent 43766d0bc3
commit 972ba258ef

View file

@ -1,7 +1,7 @@
# Template file for 'syncthing'
pkgname=syncthing
version=1.2.2
revision=2
version=1.3.0
revision=1
build_style=go
go_import_path="github.com/syncthing/syncthing"
go_package="${go_import_path}/cmd/strelaysrv ${go_import_path}/cmd/syncthing"
@ -14,7 +14,7 @@ license="MPL-2.0"
changelog="https://github.com/syncthing/syncthing/releases"
homepage="http://syncthing.net/"
distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz"
checksum=8a7961d380bbb307610d28b9f2b5565892c7d659cae85665726c3dc9a3835baa
checksum=c6bb52c108a30a610afcc1023949674ca66f24127cbd569ab64789f0071d72e7
pre_build() {
GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go