mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/syncthing: Updated for version 0.14.37.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
023a257ae4
commit
5c63860cdd
2 changed files with 6 additions and 6 deletions
|
@ -22,7 +22,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=syncthing
|
||||
VERSION=${VERSION:-0.14.27}
|
||||
VERSION=${VERSION:-0.14.37}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="syncthing"
|
||||
VERSION="0.14.27"
|
||||
VERSION="0.14.37"
|
||||
HOMEPAGE="https://syncthing.net"
|
||||
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"
|
||||
DOWNLOAD="https://github.com/syncthing/syncthing/releases/download/v0.14.37/syncthing-linux-386-v0.14.37.tar.gz"
|
||||
MD5SUM="2d3e277c17f06ca093842435fff65f7a"
|
||||
DOWNLOAD_x86_64="https://github.com/syncthing/syncthing/releases/download/v0.14.37/syncthing-linux-amd64-v0.14.37.tar.gz"
|
||||
MD5SUM_x86_64="24b2f530f104575be0300ae71478f170"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Sebastian Arcus"
|
||||
EMAIL="s.arcus@open-t.co.uk"
|
||||
|
|
Loading…
Reference in a new issue