mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
network/syncthing: Updated for version 1.27.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f5f03ff39a
commit
6b0b5abb74
2 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue