aboutsummaryrefslogtreecommitdiff
path: root/network/syncthing/syncthing.SlackBuild
diff options
context:
space:
mode:
authorSebastian Arcus <s [dot] arcus [at] open-t [dot] co [dot] uk>2024-02-07 06:30:23 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-10 16:09:43 +0700
commit6b0b5abb743707d21a58223f5cdff03fbdaa5dd6 (patch)
treeff0737bd9b08bdeb8fb01a7e8ab6fc2edebacc18 /network/syncthing/syncthing.SlackBuild
parentf5f03ff39ab6d54fb9b79ad37ace34b4bd371200 (diff)
network/syncthing: Updated for version 1.27.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/syncthing/syncthing.SlackBuild')
-rw-r--r--network/syncthing/syncthing.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/network/syncthing/syncthing.SlackBuild b/network/syncthing/syncthing.SlackBuild
index 161ab4e38b6b4..c95bf6a2726a1 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