From c2d2b9da854af58e740e8f8cac8a9e3f8b0c6568 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 6 Apr 2020 22:23:26 +0300 Subject: syncthing: bump to 1.4.1 --- community/syncthing/build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'community/syncthing/build') diff --git a/community/syncthing/build b/community/syncthing/build index ab63cd25..3fe05416 100755 --- a/community/syncthing/build +++ b/community/syncthing/build @@ -1,6 +1,8 @@ #!/bin/sh -e -go run build.go -no-upgrade -version "v$(cut -d ' ' -f 1 version)" build +read -r ver _ < version + +go run build.go -no-upgrade -version "v$ver" build install -Dm755 syncthing "$1/usr/bin/syncthing" -- cgit v1.2.3