network/syncthing: Update for 1.19.1 (+new maintainer)

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Isaac Yu 2022-03-03 01:27:06 -08:00 committed by Andrew Clemons
parent 8d9b680e81
commit f80cccde5a
No known key found for this signature in database
GPG key ID: CD26380FFACBDA2B
2 changed files with 12 additions and 9 deletions

View file

@ -1,7 +1,10 @@
#!/bin/bash
# Slackware build script for syncthing
# Copyright 2015 Lionel Young, United States
# Copyright 2016 Sebastian Arcus, United Kingdom
# Copyright 2016 Sebastian Arcus, United Kingdom <s.arcus@open-t.co.uk>
# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=syncthing
VERSION=${VERSION:-1.14.0}
VERSION=${VERSION:-1.19.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="syncthing"
VERSION="1.14.0"
VERSION="1.19.1"
HOMEPAGE="https://syncthing.net"
DOWNLOAD="https://github.com/syncthing/syncthing/releases/download/v1.14.0/syncthing-linux-386-v1.14.0.tar.gz"
MD5SUM="08be360b13127e25fd87e4ffb871150a"
DOWNLOAD_x86_64="https://github.com/syncthing/syncthing/releases/download/v1.14.0/syncthing-linux-amd64-v1.14.0.tar.gz"
MD5SUM_x86_64="18a0ebe796720813b5fce68cc4256f98"
DOWNLOAD="https://github.com/syncthing/syncthing/releases/download/v1.19.1/syncthing-linux-386-v1.19.1.tar.gz"
MD5SUM="e27b9ad59751417d429e522177002302"
DOWNLOAD_x86_64="https://github.com/syncthing/syncthing/releases/download/v1.19.1/syncthing-linux-amd64-v1.19.1.tar.gz"
MD5SUM_x86_64="3765ff95486df4248048a00a7489d01d"
REQUIRES=""
MAINTAINER="Sebastian Arcus"
EMAIL="s.arcus@open-t.co.uk"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu1@isaacyu1.com"