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/syncthing.SlackBuild | |
parent | a1c888513d6f520501c38c496ce5e417383585c4 (diff) |
network/syncthing: Update for 1.19.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/syncthing/syncthing.SlackBuild')
-rw-r--r-- | network/syncthing/syncthing.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/syncthing/syncthing.SlackBuild b/network/syncthing/syncthing.SlackBuild index 16b3140920aa..ac3976183ff2 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} |