diff options
-rwxr-xr-x | community/syncthing/build | 2 | ||||
-rw-r--r-- | community/syncthing/checksums | 2 | ||||
-rw-r--r-- | community/syncthing/sources | 2 |
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 |