mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/syncthing: Updated for version 1.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2272c490eb
commit
f44ea2e0a4
2 changed files with 6 additions and 6 deletions
|
@ -22,7 +22,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=syncthing
|
||||
VERSION=${VERSION:-1.4.0}
|
||||
VERSION=${VERSION:-1.5.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="syncthing"
|
||||
VERSION="1.4.0"
|
||||
VERSION="1.5.0"
|
||||
HOMEPAGE="https://syncthing.net"
|
||||
DOWNLOAD="https://github.com/syncthing/syncthing/releases/download/v1.4.0/syncthing-linux-386-v1.4.0.tar.gz"
|
||||
MD5SUM="ae19fb6fe57163e63702d619d56929e0"
|
||||
DOWNLOAD_x86_64="https://github.com/syncthing/syncthing/releases/download/v1.4.0/syncthing-linux-amd64-v1.4.0.tar.gz"
|
||||
MD5SUM_x86_64="ee4957c06189c21181e09d8c4facdae7"
|
||||
DOWNLOAD="https://github.com/syncthing/syncthing/releases/download/v1.5.0/syncthing-linux-386-v1.5.0.tar.gz"
|
||||
MD5SUM="01fcea06b6866a06e592feb4b96f5549"
|
||||
DOWNLOAD_x86_64="https://github.com/syncthing/syncthing/releases/download/v1.5.0/syncthing-linux-amd64-v1.5.0.tar.gz"
|
||||
MD5SUM_x86_64="42cf86825ad5ea3dde9414d66e205dde"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Sebastian Arcus"
|
||||
EMAIL="s.arcus@open-t.co.uk"
|
||||
|
|
Loading…
Reference in a new issue