aboutsummaryrefslogtreecommitdiff
path: root/community/syncthing/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-02-04 13:53:41 +0300
committerCem Keylan <cem@ckyln.com>2020-02-04 13:53:41 +0300
commitfc0858155de07f7ce4076e4850da09dc161c2ee9 (patch)
tree437d30d3228aeb4ea60a08fb5bbd255ccf515351 /community/syncthing/build
parent5d154adcdd7f13e62530bd453241d994e0be0772 (diff)
downloadrepository-fc0858155de07f7ce4076e4850da09dc161c2ee9.tar.gz
syncthing: bump to 1.3.4
Diffstat (limited to 'community/syncthing/build')
-rwxr-xr-xcommunity/syncthing/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/syncthing/build b/community/syncthing/build
index 909d5b3d..ab63cd25 100755
--- a/community/syncthing/build
+++ b/community/syncthing/build
@@ -1,6 +1,6 @@
#!/bin/sh -e
-go run build.go -no-upgrade -version "v1.3.3" build
+go run build.go -no-upgrade -version "v$(cut -d ' ' -f 1 version)" build
install -Dm755 syncthing "$1/usr/bin/syncthing"