aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 d812af7713b7..16b3140920aa 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 ded831ebd6a0..c69d07eb7252 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"