From d918938576ee3dbac301d24056bdc8c931c73701 Mon Sep 17 00:00:00 2001 From: Sebastian Arcus Date: Thu, 11 Aug 2016 12:47:49 +0100 Subject: network/syncthing: Updated for version 0.14.4. Signed-off-by: David Spencer --- network/syncthing/rc.syncthing | 4 ++-- network/syncthing/syncthing.SlackBuild | 2 +- network/syncthing/syncthing.info | 10 +++++----- network/syncthing/syncthing.logrotate | 1 - 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/network/syncthing/rc.syncthing b/network/syncthing/rc.syncthing index 4bee846c84..730e638816 100644 --- a/network/syncthing/rc.syncthing +++ b/network/syncthing/rc.syncthing @@ -25,7 +25,7 @@ SYNCTHING="/usr/bin/syncthing" CONFDIR="/var/lib/syncthing/config" LOGFILE="/var/log/syncthing/syncthing.log" LOGFLAGS="11" -ST_ARGS="-no-browser" +SYNCTHING_ARGS="-no-browser" case "$1" in stop) @@ -39,7 +39,7 @@ case "$1" in ;; start) echo "Start Syncthing..." - su - $ST_USER -c "$SYNCTHING -home=$CONFDIR -logfile=$LOGFILE -logflags=$LOGFLAGS $ST_ARGS" 1>/dev/null 2>&1 & + su - $SYNCTHING_USER -c "$SYNCTHING -home=$CONFDIR -logfile=$LOGFILE -logflags=$LOGFLAGS $SYNCTHING_ARGS" 1>/dev/null 2>&1 & ;; restart) $0 stop diff --git a/network/syncthing/syncthing.SlackBuild b/network/syncthing/syncthing.SlackBuild index 12b01be171..45ef2f8ed3 100644 --- a/network/syncthing/syncthing.SlackBuild +++ b/network/syncthing/syncthing.SlackBuild @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=syncthing -VERSION=${VERSION:-0.13.4} +VERSION=${VERSION:-0.14.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/syncthing/syncthing.info b/network/syncthing/syncthing.info index ab8384a2f7..ab36cf4efa 100644 --- a/network/syncthing/syncthing.info +++ b/network/syncthing/syncthing.info @@ -1,10 +1,10 @@ PRGNAM="syncthing" -VERSION="0.13.4" +VERSION="0.14.4" HOMEPAGE="https://github.com/syncthing/syncthing" -DOWNLOAD="https://github.com/syncthing/syncthing/releases/download/v0.13.4/syncthing-linux-386-v0.13.4.tar.gz" -MD5SUM="8f0da32f850d766f9608f657dd618a3f" -DOWNLOAD_x86_64="https://github.com/syncthing/syncthing/releases/download/v0.13.4/syncthing-linux-amd64-v0.13.4.tar.gz" -MD5SUM_x86_64="f710609a7dd695445b79258125c8c3c7" +DOWNLOAD="https://github.com/syncthing/syncthing/releases/download/v0.14.4/syncthing-linux-386-v0.14.4.tar.gz" +MD5SUM="ce0580f7f201fbd7bcd719e9d2b3cc85" +DOWNLOAD_x86_64="https://github.com/syncthing/syncthing/releases/download/v0.14.4/syncthing-linux-amd64-v0.14.4.tar.gz" +MD5SUM_x86_64="4501973654a2e2552387ad88dbad3c55" REQUIRES="" MAINTAINER="Sebastian Arcus" EMAIL="s.arcus@open-t.co.uk" diff --git a/network/syncthing/syncthing.logrotate b/network/syncthing/syncthing.logrotate index 11a42aec64..ef303bf6ee 100644 --- a/network/syncthing/syncthing.logrotate +++ b/network/syncthing/syncthing.logrotate @@ -6,4 +6,3 @@ notifempty copytruncate } - -- cgit v1.2.3-65-gdbad