network/syncthing: Updated for version 0.14.43.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Sebastian Arcus 2018-01-19 19:19:41 +07:00 committed by Willy Sudiarto Raharjo
parent ba0a974705
commit cde1dbc872
3 changed files with 7 additions and 7 deletions

View file

@ -6,7 +6,7 @@ Android, Solaris, Darwin and BSD. It can sync files between devices
on a local network, or between remote devices over the Internet.
Before you can build Syncthing, you have to create a syncthing
user and group:
user and group (used when running syncthing as a system-wide daemon):
# groupadd -g 307 syncthing
# useradd -d /var/lib/syncthing -g syncthing -s /bin/bash -u 307 syncthing

View file

@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=syncthing
VERSION=${VERSION:-0.14.37}
VERSION=${VERSION:-0.14.43}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="syncthing"
VERSION="0.14.37"
VERSION="0.14.43"
HOMEPAGE="https://syncthing.net"
DOWNLOAD="https://github.com/syncthing/syncthing/releases/download/v0.14.37/syncthing-linux-386-v0.14.37.tar.gz"
MD5SUM="2d3e277c17f06ca093842435fff65f7a"
DOWNLOAD_x86_64="https://github.com/syncthing/syncthing/releases/download/v0.14.37/syncthing-linux-amd64-v0.14.37.tar.gz"
MD5SUM_x86_64="24b2f530f104575be0300ae71478f170"
DOWNLOAD="https://github.com/syncthing/syncthing/releases/download/v0.14.43/syncthing-linux-386-v0.14.43.tar.gz"
MD5SUM="478f3a4b08ba79601bf3dd2a35c524c0"
DOWNLOAD_x86_64="https://github.com/syncthing/syncthing/releases/download/v0.14.43/syncthing-linux-amd64-v0.14.43.tar.gz"
MD5SUM_x86_64="c810dcdc962a09a8857490757e1e3396"
REQUIRES=""
MAINTAINER="Sebastian Arcus"
EMAIL="s.arcus@open-t.co.uk"