aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-02-14 14:48:46 +0100
committerCem Keylan <cem@ckyln.com>2022-02-14 14:48:46 +0100
commit205264e0f8735c5f01ec94b9ded740858beb074c (patch)
tree29ff5dcabf6952b99bc3a9915c47e563522f70e3 /community
parentc0e2a15f83a7f61c11c34da88a7ad5d907d81a39 (diff)
downloadrepository-205264e0f8735c5f01ec94b9ded740858beb074c.tar.gz
syncthing: use vendored source
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/syncthing/build2
-rw-r--r--community/syncthing/checksums2
-rw-r--r--community/syncthing/sources2
3 files changed, 3 insertions, 3 deletions
diff --git a/community/syncthing/build b/community/syncthing/build
index b9cc55ee..a4bd983e 100755
--- a/community/syncthing/build
+++ b/community/syncthing/build
@@ -1,8 +1,8 @@
#!/bin/sh -e
export GOPATH="$PWD/gopath"
+export GOFLAGS="$GOFLAGS -mod=vendor"
trap "go clean -modcache" EXIT INT
-go mod vendor
go run build.go -no-upgrade -version "v$2" build
diff --git a/community/syncthing/checksums b/community/syncthing/checksums
index ea25bf9a..a07886ba 100644
--- a/community/syncthing/checksums
+++ b/community/syncthing/checksums
@@ -1,2 +1,2 @@
%BLAKE3
-6c287c7cecc38f87c3d9f29fcb1d86f73491e402ed745edf2ea479c4de246ab0 v1.19.0.tar.gz
+1c7f2f80fed249c901bbcc3c87ed52b1b22a8b81efbe0d5cb4118b0a1f4f284f syncthing-source-v1.19.0.tar.gz
diff --git a/community/syncthing/sources b/community/syncthing/sources
index 36e0f348..4f9ce6c7 100644
--- a/community/syncthing/sources
+++ b/community/syncthing/sources
@@ -1 +1 @@
-https://github.com/syncthing/syncthing/archive/v1.19.0.tar.gz
+https://github.com/syncthing/syncthing/releases/download/v1.19.0/syncthing-source-v1.19.0.tar.gz