From 5644d10a1c9517794e92df8526121885fbf50bc2 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 3 Nov 2020 22:28:17 +0300 Subject: syncthing: bump to 1.11.1 --- community/syncthing/build | 4 ++++ community/syncthing/checksums | 2 +- community/syncthing/sources | 2 +- community/syncthing/version | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) (limited to 'community') 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 -- cgit v1.2.3