mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/syncthing: Updated for version 0.14.27.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
10cc71facf
commit
f0ea64cd27
2 changed files with 9 additions and 9 deletions
|
@ -22,24 +22,24 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=syncthing
|
||||
VERSION=${VERSION:-0.14.9}
|
||||
VERSION=${VERSION:-0.14.27}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
if [ "$ARCH" = "i586" ] || [ "$ARCH" = "i686" ]; then
|
||||
FARCH=386
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
FARCH=amd64
|
||||
else
|
||||
echo "Only i386 and x86_64 architectures are supported..."
|
||||
echo "$ARCH architecture is not supported."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="syncthing"
|
||||
VERSION="0.14.9"
|
||||
VERSION="0.14.27"
|
||||
HOMEPAGE="https://syncthing.net"
|
||||
DOWNLOAD="https://github.com/syncthing/syncthing/releases/download/v0.14.9/syncthing-linux-386-v0.14.9.tar.gz"
|
||||
MD5SUM="284cc5ce3dc1d04efcb8c6d0eab3b51e"
|
||||
DOWNLOAD_x86_64="https://github.com/syncthing/syncthing/releases/download/v0.14.9/syncthing-linux-amd64-v0.14.9.tar.gz"
|
||||
MD5SUM_x86_64="3e74173b8882754932970d810c018edd"
|
||||
DOWNLOAD="https://github.com/syncthing/syncthing/releases/download/v0.14.27/syncthing-linux-386-v0.14.27.tar.gz"
|
||||
MD5SUM="e9c7465e1754750d38d70bdb3b921fcf"
|
||||
DOWNLOAD_x86_64="https://github.com/syncthing/syncthing/releases/download/v0.14.27/syncthing-linux-amd64-v0.14.27.tar.gz"
|
||||
MD5SUM_x86_64="59aafe37c986bea1d155bb98cabb4dca"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Sebastian Arcus"
|
||||
EMAIL="s.arcus@open-t.co.uk"
|
||||
|
|
Loading…
Reference in a new issue