mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
network/syncthing: Updated for version 0.13.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5d5c1ad953
commit
0c1fa8c078
3 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue