mirror of
https://abf.rosa.ru/djam/syncthing.git
synced 2025-04-04 10:43:44 +00:00
This commit is contained in:
parent
eb44488603
commit
7333f3ae04
2 changed files with 4 additions and 4 deletions
2
.abf.yml
2
.abf.yml
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue