diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-04-05 15:50:53 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-09 15:45:47 +0700 |
commit | 32bd80f51d519225eae0b45592ee730fdbf54b68 (patch) | |
tree | 7046cbe87e766e418a6e99e0965fcd93feaad239 /network/syncthing | |
parent | a1c888513d6f520501c38c496ce5e417383585c4 (diff) | |
download | slackbuilds-32bd80f51d519225eae0b45592ee730fdbf54b68.tar.gz |
network/syncthing: Update for 1.19.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/syncthing')
-rw-r--r-- | network/syncthing/syncthing.SlackBuild | 2 | ||||
-rw-r--r-- | network/syncthing/syncthing.info | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/network/syncthing/syncthing.SlackBuild b/network/syncthing/syncthing.SlackBuild index 16b3140920..ac3976183f 100644 --- a/network/syncthing/syncthing.SlackBuild +++ b/network/syncthing/syncthing.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=syncthing -VERSION=${VERSION:-1.19.1} +VERSION=${VERSION:-1.19.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/syncthing/syncthing.info b/network/syncthing/syncthing.info index c69d07eb72..370558a519 100644 --- a/network/syncthing/syncthing.info +++ b/network/syncthing/syncthing.info @@ -1,10 +1,10 @@ PRGNAM="syncthing" -VERSION="1.19.1" +VERSION="1.19.2" HOMEPAGE="https://syncthing.net" -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" +DOWNLOAD="https://github.com/syncthing/syncthing/releases/download/v1.19.2/syncthing-linux-386-v1.19.2.tar.gz" +MD5SUM="83301bdf35a592b892f29575d15c9a51" +DOWNLOAD_x86_64="https://github.com/syncthing/syncthing/releases/download/v1.19.2/syncthing-linux-amd64-v1.19.2.tar.gz" +MD5SUM_x86_64="0d7313f0570d068ba25396bb3b8f0654" REQUIRES="" MAINTAINER="Isaac Yu" EMAIL="isaacyu1@isaacyu1.com" |