diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 0f116efe502..f851afe9e0a 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,18 +1,18 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.13.5 +version=0.13.6 revision=1 build_style=go go_import_path="github.com/syncthing/syncthing" go_package="${go_import_path}/cmd/syncthing" go_build_tags="noupgrade" -go_ldflags="-X main.Version v${version}" +go_ldflags="-X main.Version=v${version}" short_desc="Open Source Continuous File Synchronization" maintainer="Duncaen " license="MPLv2" homepage="http://syncthing.net/" distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz" -checksum=c0427e28b4aa3f8e2f2d214132b1c65ac2b12a7c96bd7a0d46db0825e23f67ae +checksum=df99789c3ab017edb39522d0d9cccac68e626f2a59f7a55588b282d65eadf2f3 pre_build() { GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go