syncthing: fix tag

This commit is contained in:
dkwo 2025-01-18 10:00:00 +01:00 committed by Duncan Overbruck
parent cf6fc5faeb
commit b1a5b9f82c

View File

@ -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