From fc0858155de07f7ce4076e4850da09dc161c2ee9 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 4 Feb 2020 13:53:41 +0300 Subject: syncthing: bump to 1.3.4 --- community/syncthing/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/syncthing/build') 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" -- cgit v1.2.3