summaryrefslogtreecommitdiffstats
path: root/network/syncthing
diff options
context:
space:
mode:
author Sebastian Arcus <s.arcus@open-t.co.uk>2016-08-11 12:47:49 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-08-13 07:22:19 +0700
commitd918938576ee3dbac301d24056bdc8c931c73701 (patch)
treea5153dfbac7858f625723d7b02b026af43b0caf8 /network/syncthing
parent38e24981ed45490acfa3b5d3736edbcf017d4677 (diff)
downloadslackbuilds-d918938576ee3dbac301d24056bdc8c931c73701.tar.gz
slackbuilds-d918938576ee3dbac301d24056bdc8c931c73701.tar.xz
network/syncthing: Updated for version 0.14.4.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/syncthing')
-rw-r--r--network/syncthing/rc.syncthing4
-rw-r--r--network/syncthing/syncthing.SlackBuild2
-rw-r--r--network/syncthing/syncthing.info10
-rw-r--r--network/syncthing/syncthing.logrotate1
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
}
-