aboutsummaryrefslogtreecommitdiff
path: root/community/syncthing/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-05-04 11:38:22 +0200
committerCem Keylan <cem@ckyln.com>2022-05-04 11:38:22 +0200
commit4051d86b2f117b5869881c20f105115373eaf60f (patch)
treeebabdcbfccfb5ab63d246100abe4f761c4c98154 /community/syncthing/build
parent3d49dd326a8239890cdee5c03d0f791bc68faef5 (diff)
downloadrepository-4051d86b2f117b5869881c20f105115373eaf60f.tar.gz
syncthing: bump to 1.20.0
Diffstat (limited to 'community/syncthing/build')
-rwxr-xr-xcommunity/syncthing/build4
1 files changed, 0 insertions, 4 deletions
diff --git a/community/syncthing/build b/community/syncthing/build
index 3cdf6dde..a4bd983e 100755
--- a/community/syncthing/build
+++ b/community/syncthing/build
@@ -1,9 +1,5 @@
#!/bin/sh -e
-patch -p1 < go-1.18.patch ||:
-
-go mod vendor
-
export GOPATH="$PWD/gopath"
export GOFLAGS="$GOFLAGS -mod=vendor"
trap "go clean -modcache" EXIT INT