diff options
author | Cem Keylan <cem@ckyln.com> | 2020-11-03 22:28:17 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-11-03 22:28:17 +0300 |
commit | 5644d10a1c9517794e92df8526121885fbf50bc2 (patch) | |
tree | 64207c5c643f9bc4d028ad07cf62551765661e2c /community/syncthing | |
parent | 7b25fc5f798b0530433138dd1b63f68c7e65fe4b (diff) | |
download | repository-5644d10a1c9517794e92df8526121885fbf50bc2.tar.gz |
syncthing: bump to 1.11.1
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, 7 insertions, 3 deletions
diff --git a/community/syncthing/build b/community/syncthing/build index 50bc1107..51a2e6f5 100755 --- a/community/syncthing/build +++ b/community/syncthing/build @@ -1,5 +1,9 @@ #!/bin/sh -e +export GOPATH=$PWD/gopath +trap "go clean -modcache" EXIT INT +go mod vendor + go run build.go -no-upgrade -version "v$2" build install -Dm755 syncthing "$1/usr/bin/syncthing" diff --git a/community/syncthing/checksums b/community/syncthing/checksums index 62afea53..89300625 100644 --- a/community/syncthing/checksums +++ b/community/syncthing/checksums @@ -1 +1 @@ -9baacd5383e36696d5ecf467536659c5e4beb12caf2126da29a92bd423277a46 v1.10.0.tar.gz +741d339dad6335f9a2fb9259a1b57c82896d9363d92a5c9ac2573068bf1859b7 v1.11.1.tar.gz diff --git a/community/syncthing/sources b/community/syncthing/sources index bf4e15da..285a5cfb 100644 --- a/community/syncthing/sources +++ b/community/syncthing/sources @@ -1 +1 @@ -https://github.com/syncthing/syncthing/archive/v1.10.0.tar.gz +https://github.com/syncthing/syncthing/archive/v1.11.1.tar.gz diff --git a/community/syncthing/version b/community/syncthing/version index ac83b38b..2cfc5616 100644 --- a/community/syncthing/version +++ b/community/syncthing/version @@ -1 +1 @@ -1.10.0 1 +1.11.1 1 |