diff options
Diffstat (limited to 'community/syncthing')
-rwxr-xr-x | community/syncthing/build | 4 | ||||
-rw-r--r-- | community/syncthing/checksums | 2 | ||||
-rw-r--r-- | community/syncthing/sources | 2 | ||||
-rw-r--r-- | community/syncthing/version | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/community/syncthing/build b/community/syncthing/build index 1a4353f4..a4bd983e 100755 --- a/community/syncthing/build +++ b/community/syncthing/build @@ -1,8 +1,8 @@ #!/bin/sh -e -export GOPATH=$PWD/gopath +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 85d356be..a315329d 100644 --- a/community/syncthing/checksums +++ b/community/syncthing/checksums @@ -1,2 +1,2 @@ %BLAKE3 -deb51e273da6e161b3e138399d3a31416bbd0f971df1759e66e851e53aa950fa v1.18.2.tar.gz +cd6635cec1966f403ac425c5494b1baf79591861352186400f129d92f6acad5e syncthing-source-v1.24.0.tar.gz diff --git a/community/syncthing/sources b/community/syncthing/sources index b5d301a1..00871363 100644 --- a/community/syncthing/sources +++ b/community/syncthing/sources @@ -1 +1 @@ -https://github.com/syncthing/syncthing/archive/v1.18.2.tar.gz +https://github.com/syncthing/syncthing/releases/download/v1.24.0/syncthing-source-v1.24.0.tar.gz diff --git a/community/syncthing/version b/community/syncthing/version index 456db47c..48b5dc6c 100644 --- a/community/syncthing/version +++ b/community/syncthing/version @@ -1 +1 @@ -1.18.2 1 +1.24.0 1 |