diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index fe4f31c502f..2f414264895 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,14 +1,14 @@ # Template file for 'syncthing' pkgname=syncthing version=1.29.2 -revision=2 +revision=3 build_style=go go_import_path="github.com/syncthing/syncthing" go_package=" ${go_import_path}/cmd/stdiscosrv ${go_import_path}/cmd/strelaysrv ${go_import_path}/cmd/syncthing" -go_build_tags="-no-upgrade" +go_build_tags="noupgrade" go_ldflags="-X github.com/syncthing/syncthing/lib/build.Version=v${version}" make_check_target="./lib/... ./cmd/stdiscosrv