aboutsummaryrefslogtreecommitdiff
path: root/network/syncthing/syncthing.SlackBuild
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2022-03-03 01:27:06 -0800
committerAndrew Clemons <andrew.clemons@gmail.com>2022-03-05 00:21:36 +1300
commitf80cccde5a070b92fdc5f0ccac463cf0d98f881b (patch)
treede94264c567cd17b51564dface2fe3bc3a0c8448 /network/syncthing/syncthing.SlackBuild
parent8d9b680e81192a2fa67f65aae775a3037cd209d8 (diff)
network/syncthing: Update for 1.19.1 (+new maintainer)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'network/syncthing/syncthing.SlackBuild')
-rw-r--r--network/syncthing/syncthing.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/network/syncthing/syncthing.SlackBuild b/network/syncthing/syncthing.SlackBuild
index d812af7713b78..16b3140920aaa 100644
--- a/network/syncthing/syncthing.SlackBuild
+++ b/network/syncthing/syncthing.SlackBuild
@@ -1,7 +1,10 @@
#!/bin/bash
+
# Slackware build script for syncthing
+
# Copyright 2015 Lionel Young, United States
-# Copyright 2016 Sebastian Arcus, United Kingdom
+# Copyright 2016 Sebastian Arcus, United Kingdom <s.arcus@open-t.co.uk>
+# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=syncthing
-VERSION=${VERSION:-1.14.0}
+VERSION=${VERSION:-1.19.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}