aboutsummaryrefslogtreecommitdiff
path: root/network/syncthing
diff options
context:
space:
mode:
authorSebastian Arcus <s.arcus@open-t.co.uk>2023-04-30 21:08:08 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-06 08:28:22 +0700
commitd42b193496da1d1507eeb01c0b56d9955862328d (patch)
tree107725744cf7e12da92be73c9e6bbd8006d4091a /network/syncthing
parenta337557ef099a35d1b25c0c2a7218d836665afa1 (diff)
network/syncthing: Updated for version 1.23.4.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/syncthing')
-rw-r--r--network/syncthing/syncthing.SlackBuild4
-rw-r--r--network/syncthing/syncthing.info10
2 files changed, 7 insertions, 7 deletions
diff --git a/network/syncthing/syncthing.SlackBuild b/network/syncthing/syncthing.SlackBuild
index 8957ddb65d11..161ab4e38b6b 100644
--- a/network/syncthing/syncthing.SlackBuild
+++ b/network/syncthing/syncthing.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=syncthing
-VERSION=${VERSION:-1.22.1}
+VERSION=${VERSION:-1.23.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -101,7 +101,7 @@ cat $CWD/syncthing.logrotate > $PKG/etc/logrotate.d/syncthing.new
mkdir -p -m 750 $PKG/var/lib/syncthing/config
mkdir -p -m 750 $PKG/var/log/syncthing
mkdir -p -m 750 $PKG/var/run/syncthing
-chown -R syncthing.syncthing $PKG/var/{lib,run,log}/syncthing
+chown -R syncthing:syncthing $PKG/var/{lib,run,log}/syncthing
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a *.txt extra/*.pdf $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/network/syncthing/syncthing.info b/network/syncthing/syncthing.info
index 78c131b961c1..c813ed9c9892 100644
--- a/network/syncthing/syncthing.info
+++ b/network/syncthing/syncthing.info
@@ -1,10 +1,10 @@
PRGNAM="syncthing"
-VERSION="1.22.1"
+VERSION="1.23.4"
HOMEPAGE="https://syncthing.net"
-DOWNLOAD="https://github.com/syncthing/syncthing/releases/download/v1.22.1/syncthing-linux-386-v1.22.1.tar.gz"
-MD5SUM="4189116155834d5841f39552774dd139"
-DOWNLOAD_x86_64="https://github.com/syncthing/syncthing/releases/download/v1.22.1/syncthing-linux-amd64-v1.22.1.tar.gz"
-MD5SUM_x86_64="42ce881bc8595ea21f40712c959d5356"
+DOWNLOAD="https://github.com/syncthing/syncthing/releases/download/v1.23.4/syncthing-linux-386-v1.23.4.tar.gz"
+MD5SUM="9f7f0f6d17fd128f1ca9a7cc0b29b410"
+DOWNLOAD_x86_64="https://github.com/syncthing/syncthing/releases/download/v1.23.4/syncthing-linux-amd64-v1.23.4.tar.gz"
+MD5SUM_x86_64="1015881e1da5995311a77b77345955ab"
REQUIRES=""
MAINTAINER="Sebastian Arcus"
EMAIL="s.arcus@open-t.co.uk"