summaryrefslogtreecommitdiffstats
path: root/network/syncthing
diff options
context:
space:
mode:
author Isaac Yu2022-03-03 10:27:06 +0100
committer Andrew Clemons2022-03-04 12:21:36 +0100
commitf80cccde5a070b92fdc5f0ccac463cf0d98f881b (patch)
treede94264c567cd17b51564dface2fe3bc3a0c8448 /network/syncthing
parent8d9b680e81192a2fa67f65aae775a3037cd209d8 (diff)
downloadslackbuilds-f80cccde5a070b92fdc5f0ccac463cf0d98f881b.tar.gz
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>
Diffstat (limited to 'network/syncthing')
-rw-r--r--network/syncthing/syncthing.SlackBuild7
-rw-r--r--network/syncthing/syncthing.info14
2 files changed, 12 insertions, 9 deletions
diff --git a/network/syncthing/syncthing.SlackBuild b/network/syncthing/syncthing.SlackBuild
index d812af7713..16b3140920 100644
--- a/network/syncthing/syncthing.SlackBuild
+++ b/network/syncthing/syncthing.SlackBuild
@@ -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}
diff --git a/network/syncthing/syncthing.info b/network/syncthing/syncthing.info
index ded831ebd6..c69d07eb72 100644
--- a/network/syncthing/syncthing.info
+++ b/network/syncthing/syncthing.info
@@ -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"