From b1a5b9f82c0a062d066599988b47828c4bdee07d Mon Sep 17 00:00:00 2001 From: dkwo Date: Sat, 18 Jan 2025 10:00:00 +0100 Subject: [PATCH] syncthing: fix tag --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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