diff options
author | Cem Keylan <cem@ckyln.com> | 2023-03-08 12:30:54 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-03-08 12:30:54 +0100 |
commit | 19f9474a9fdf6ee1b950b01b674e4b9a4f1da26f (patch) | |
tree | 1c9e7b8e5a042ac31f9563775871b1ebe1ebbdce /community/syncthing/build | |
parent | 624c5c9098e5182afa793b4b9be7a1a6cd319bb7 (diff) | |
download | repository-19f9474a9fdf6ee1b950b01b674e4b9a4f1da26f.tar.gz |
syncthing: bump to 1.23.2
Diffstat (limited to 'community/syncthing/build')
-rwxr-xr-x | community/syncthing/build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/community/syncthing/build b/community/syncthing/build index 43e614e4..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.20.patch - go run build.go -no-upgrade -version "v$2" build clinst -Dm755 syncthing "$1/usr/bin/syncthing" |