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 ++++ 1 file changed, 4 insertions(+) (limited to 'community/syncthing/build') 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" -- cgit v1.2.3