diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 5ae7433fecc..f7291fe36be 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -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