summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Sebastian Arcus <s [dot] arcus [at] open-t [dot] co [dot] uk>2024-02-07 06:30:23 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-10 16:09:43 +0700
commit6b0b5abb743707d21a58223f5cdff03fbdaa5dd6 (patch)
treeff0737bd9b08bdeb8fb01a7e8ab6fc2edebacc18 /network
parentf5f03ff39ab6d54fb9b79ad37ace34b4bd371200 (diff)
downloadslackbuilds-6b0b5abb743707d21a58223f5cdff03fbdaa5dd6.tar.gz
slackbuilds-6b0b5abb743707d21a58223f5cdff03fbdaa5dd6.tar.xz
network/syncthing: Updated for version 1.27.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/syncthing/syncthing.SlackBuild4
-rw-r--r--network/syncthing/syncthing.info12
2 files changed, 8 insertions, 8 deletions
diff --git a/network/syncthing/syncthing.SlackBuild b/network/syncthing/syncthing.SlackBuild
index 161ab4e38b..c95bf6a272 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.23.4}
+VERSION=${VERSION:-1.27.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -104,7 +104,7 @@ mkdir -p -m 750 $PKG/var/run/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
+cp -a *.txt $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/network/syncthing/syncthing.info b/network/syncthing/syncthing.info
index c813ed9c98..5a459b7d92 100644
--- a/network/syncthing/syncthing.info
+++ b/network/syncthing/syncthing.info
@@ -1,10 +1,10 @@
PRGNAM="syncthing"
-VERSION="1.23.4"
+VERSION="1.27.3"
HOMEPAGE="https://syncthing.net"
-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"
+DOWNLOAD="https://github.com/syncthing/syncthing/releases/download/v1.27.3/syncthing-linux-386-v1.27.3.tar.gz"
+MD5SUM="77e848ed29495480fd2b5da39a5c0b78"
+DOWNLOAD_x86_64="https://github.com/syncthing/syncthing/releases/download/v1.27.3/syncthing-linux-amd64-v1.27.3.tar.gz"
+MD5SUM_x86_64="e24685e31b730d62eadc50b26abbc7e9"
REQUIRES=""
MAINTAINER="Sebastian Arcus"
-EMAIL="s.arcus@open-t.co.uk"
+EMAIL="s [dot] arcus [at] open-t [dot] co [dot] uk"