diff options
author | Sebastian Arcus <s.arcus@open-t.co.uk> | 2016-06-01 06:55:38 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-06-01 07:03:22 +0700 |
commit | 0c1fa8c0784c131190d03fe7219f946486fd4467 (patch) | |
tree | d1c91432ffc36be1208634f5721e7c54bed5f27e | |
parent | 5d5c1ad9532fab92fb6bdd5300deb8065e642558 (diff) | |
download | slackbuilds-0c1fa8c0784c131190d03fe7219f946486fd4467.tar.gz |
network/syncthing: Updated for version 0.13.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/syncthing/rc.syncthing | 2 | ||||
-rw-r--r-- | network/syncthing/syncthing.SlackBuild | 2 | ||||
-rw-r--r-- | network/syncthing/syncthing.info | 10 |
3 files changed, 7 insertions, 7 deletions
diff --git a/network/syncthing/rc.syncthing b/network/syncthing/rc.syncthing index 1ba6fd4f52..4bee846c84 100644 --- a/network/syncthing/rc.syncthing +++ b/network/syncthing/rc.syncthing @@ -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 - $ST_USER -c "$SYNCTHING -home=$CONFDIR -logfile=$LOGFILE -logflags=$LOGFLAGS $ST_ARGS" 1>/dev/null 2>&1 & ;; restart) $0 stop diff --git a/network/syncthing/syncthing.SlackBuild b/network/syncthing/syncthing.SlackBuild index 8a154a675b..12b01be171 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.0} +VERSION=${VERSION:-0.13.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/syncthing/syncthing.info b/network/syncthing/syncthing.info index 8f682196c3..ab8384a2f7 100644 --- a/network/syncthing/syncthing.info +++ b/network/syncthing/syncthing.info @@ -1,10 +1,10 @@ PRGNAM="syncthing" -VERSION="0.13.0" +VERSION="0.13.4" HOMEPAGE="https://github.com/syncthing/syncthing" -DOWNLOAD="https://github.com/syncthing/syncthing/releases/download/v0.13.0/syncthing-linux-386-v0.13.0.tar.gz" -MD5SUM="24d9b638a6bee6639e48cb3d538432f7" -DOWNLOAD_x86_64="https://github.com/syncthing/syncthing/releases/download/v0.13.0/syncthing-linux-amd64-v0.13.0.tar.gz" -MD5SUM_x86_64="21552f0332fbeb95f310cad18714ca3d" +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" REQUIRES="" MAINTAINER="Sebastian Arcus" EMAIL="s.arcus@open-t.co.uk" |