1.29.4
All checks were successful
Run CI/CD... / main (push) Successful in 3m50s

This commit is contained in:
Your Name 2025-04-01 09:05:54 +00:00
parent eb44488603
commit 7333f3ae04
2 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,3 @@
sources:
syncthing-1.29.3.tar.gz: 38723d05a068e99e02934252333b7bb0210ba8fb
syncthing-1.29.4.tar.gz: ad4cdd34cf13b3a415d595477c1af76c86f4b1c0
syncthing-source-v1.3.0.tar.gz: 3034b64191fc6fca6ad407551ca5ce6c1a50d579

View file

@ -13,7 +13,7 @@
Name: syncthing
Version: 1.29.3
Version: 1.29.4
Release: 1
Summary: Syncthing
License: MIT
@ -55,10 +55,10 @@ trivy fs --scanners vuln --format cosign-vuln .
%build
export GOPROXY=https://proxy.golang.org/cached-only
export GOPROXY=https://proxy.golang.org,direct
go run build.go -version v%{version}
#./build.sh -version v%{version}
upx bin/%{name}
# upx bin/%{name}
%install
rm -rf %{buildroot}