diff options
author | Sebastian Arcus <s.arcus@open-t.co.uk> | 2020-10-09 02:34:08 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-10 10:18:47 +0700 |
commit | b498c2faf4ea40dc25d519724538584982ccb9c6 (patch) | |
tree | c69016c12b78370fe0112edf3f9f7559323060f9 /network/syncthing | |
parent | 3949b61cd87401f556b508cfdd69b63ac20dde7a (diff) |
network/syncthing: Updated for version 1.9.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/syncthing')
-rw-r--r-- | network/syncthing/README | 4 | ||||
-rw-r--r-- | network/syncthing/syncthing.SlackBuild | 2 | ||||
-rw-r--r-- | network/syncthing/syncthing.info | 10 |
3 files changed, 8 insertions, 8 deletions
diff --git a/network/syncthing/README b/network/syncthing/README index 6037811cca801..86b1197e66b6f 100644 --- a/network/syncthing/README +++ b/network/syncthing/README @@ -8,8 +8,8 @@ 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 (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 +groupadd -g 307 syncthing +useradd -d /var/lib/syncthing -g syncthing -s /bin/bash -u 307 syncthing This package includes a rc.syncthing startup script, suitable for running Syncthing as a system daemon - such as on a server. diff --git a/network/syncthing/syncthing.SlackBuild b/network/syncthing/syncthing.SlackBuild index 18d533d698e25..850ebef29c2a3 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:-1.5.0} +VERSION=${VERSION:-1.9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/syncthing/syncthing.info b/network/syncthing/syncthing.info index 73997f83c5f81..eced0acfb1fce 100644 --- a/network/syncthing/syncthing.info +++ b/network/syncthing/syncthing.info @@ -1,10 +1,10 @@ PRGNAM="syncthing" -VERSION="1.5.0" +VERSION="1.9.0" HOMEPAGE="https://syncthing.net" -DOWNLOAD="https://github.com/syncthing/syncthing/releases/download/v1.5.0/syncthing-linux-386-v1.5.0.tar.gz" -MD5SUM="01fcea06b6866a06e592feb4b96f5549" -DOWNLOAD_x86_64="https://github.com/syncthing/syncthing/releases/download/v1.5.0/syncthing-linux-amd64-v1.5.0.tar.gz" -MD5SUM_x86_64="42cf86825ad5ea3dde9414d66e205dde" +DOWNLOAD="https://github.com/syncthing/syncthing/releases/download/v1.9.0/syncthing-linux-386-v1.9.0.tar.gz" +MD5SUM="f5d974047b4e5208ff343e36e156470d" +DOWNLOAD_x86_64="https://github.com/syncthing/syncthing/releases/download/v1.9.0/syncthing-linux-amd64-v1.9.0.tar.gz" +MD5SUM_x86_64="2318ea72b7e8c5ae1ef75319f4ed6e7b" REQUIRES="" MAINTAINER="Sebastian Arcus" EMAIL="s.arcus@open-t.co.uk" |