From: Sebastien Douheret Date: Thu, 18 May 2017 13:36:50 +0000 (+0200) Subject: Bump to Syncthing 0.14.28 X-Git-Tag: v0.0.1-alpha~23 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=1db7b797aef7501d9f7d52d1f9d7d90d80f9f886;p=src%2Fxds%2Fxds-server.git Bump to Syncthing 0.14.28 --- diff --git a/Makefile b/Makefile index 4bb7207..19fe4a4 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ VERSION := 0.0.1 # Syncthing version to install -SYNCTHING_VERSION = 0.14.27 +SYNCTHING_VERSION = 0.14.28 # FIXME: use master while waiting a release that include #164 #SYNCTHING_INOTIFY_VERSION = 0.8.5 SYNCTHING_INOTIFY_VERSION=master diff --git a/glide.yaml b/glide.yaml index b182ebc..ba6438d 100644 --- a/glide.yaml +++ b/glide.yaml @@ -8,7 +8,7 @@ import: version: ^1.1.4 - package: github.com/gin-contrib/static - package: github.com/syncthing/syncthing - version: ^0.14.27-rc.2 + version: =0.14.28 - package: github.com/codegangsta/cli version: ^1.19.1 - package: github.com/Sirupsen/logrus diff --git a/scripts/get-syncthing.sh b/scripts/get-syncthing.sh index 2cbd8ac..54ca7e1 100755 --- a/scripts/get-syncthing.sh +++ b/scripts/get-syncthing.sh @@ -1,7 +1,7 @@ #!/bin/bash # Configurable variables -[ -z "$SYNCTHING_VERSION" ] && SYNCTHING_VERSION=0.14.25 +[ -z "$SYNCTHING_VERSION" ] && SYNCTHING_VERSION=0.14.28 # FIXME: temporary HACK while waiting merge of #165 #[ -z "$SYNCTHING_INOTIFY_VERSION" ] && SYNCTHING_INOTIFY_VERSION=0.8.5