From 022320dd24280b617549f8aaca681ef090da92a0 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 2 Jun 2020 17:14:08 +0300 Subject: syncthing: bump to 1.6.1 --- community/syncthing/build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'community/syncthing/build') diff --git a/community/syncthing/build b/community/syncthing/build index 4a3170df..50bc1107 100755 --- a/community/syncthing/build +++ b/community/syncthing/build @@ -1,8 +1,6 @@ #!/bin/sh -e -read -r ver _ < "${0%/*}/version" - -go run build.go -no-upgrade -version "v$ver" build +go run build.go -no-upgrade -version "v$2" build install -Dm755 syncthing "$1/usr/bin/syncthing" -- cgit v1.2.3