aboutsummaryrefslogtreecommitdiff
path: root/community/syncthing/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-09-08 10:17:44 +0300
committerCem Keylan <cem@ckyln.com>2022-09-08 10:17:44 +0300
commita9a91039d0fa34c38e9f1a302f1e967014e525b8 (patch)
treeac1d2c07beff509ac04de1f3d2d404ff0db263c7 /community/syncthing/build
parent969e21ff1670b137cdb392c4c61038aa83e32de4 (diff)
downloadrepository-a9a91039d0fa34c38e9f1a302f1e967014e525b8.tar.gz
syncthing: bump to 1.21.0
Diffstat (limited to 'community/syncthing/build')
-rwxr-xr-xcommunity/syncthing/build2
1 files changed, 0 insertions, 2 deletions
diff --git a/community/syncthing/build b/community/syncthing/build
index 18c4e7cb..a4bd983e 100755
--- a/community/syncthing/build
+++ b/community/syncthing/build
@@ -4,8 +4,6 @@ export GOPATH="$PWD/gopath"
export GOFLAGS="$GOFLAGS -mod=vendor"
trap "go clean -modcache" EXIT INT
-patch -p1 < go-1.19.patch
-
go run build.go -no-upgrade -version "v$2" build
clinst -Dm755 syncthing "$1/usr/bin/syncthing"