mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
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:
parent
8d9b680e81
commit
f80cccde5a
2 changed files with 12 additions and 9 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue