diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 51e25eaf5bb..ca487479bd7 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,7 +1,7 @@ # Template file for 'syncthing' pkgname=syncthing -version=1.1.0 -revision=2 +version=1.1.1 +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=e5503640568c852a2aba03534b800021d0c531455c294718e8b2586c6807e29e +checksum=cc95b859a9e0e6626a36f2cc510bbdf6b6397aac2c32000c3fa41cd3953da07f pre_build() { GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go