aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-11-03 22:28:17 +0300
committerCem Keylan <cem@ckyln.com>2020-11-03 22:28:17 +0300
commit5644d10a1c9517794e92df8526121885fbf50bc2 (patch)
tree64207c5c643f9bc4d028ad07cf62551765661e2c /community
parent7b25fc5f798b0530433138dd1b63f68c7e65fe4b (diff)
downloadrepository-5644d10a1c9517794e92df8526121885fbf50bc2.tar.gz
syncthing: bump to 1.11.1
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/syncthing/build4
-rw-r--r--community/syncthing/checksums2
-rw-r--r--community/syncthing/sources2
-rw-r--r--community/syncthing/version2
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