diff options
author | Sebastian Arcus <s.arcus@open-t.co.uk> | 2018-01-19 19:19:41 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-20 07:01:16 +0700 |
commit | cde1dbc872073212d179f5db98739853cbfee1af (patch) | |
tree | cf7e1a5728303bc70fb3f98bbec94959c935b21a /network | |
parent | ba0a97470506bbae1e26a37642f3599fb0e83fbb (diff) | |
download | slackbuilds-cde1dbc872073212d179f5db98739853cbfee1af.tar.gz |
network/syncthing: Updated for version 0.14.43.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/syncthing/README | 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/README b/network/syncthing/README index d5672c9ded..6037811cca 100644 --- a/network/syncthing/README +++ b/network/syncthing/README @@ -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 diff --git a/network/syncthing/syncthing.SlackBuild b/network/syncthing/syncthing.SlackBuild index 0073868c2f..8e25eb83a5 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.14.37} +VERSION=${VERSION:-0.14.43} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/syncthing/syncthing.info b/network/syncthing/syncthing.info index 730eeda4db..4b10888042 100644 --- a/network/syncthing/syncthing.info +++ b/network/syncthing/syncthing.info @@ -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" |