diff options
author | Sebastian Arcus <s.arcus@open-t.co.uk> | 2022-09-13 05:00:46 +0100 |
---|---|---|
committer | bedlam <dave@slackbuilds.org> | 2022-09-13 05:00:46 +0100 |
commit | f5620dfba18ad08ed99b8ef31b469a189296c9d9 (patch) | |
tree | f66630a9b68185a6fc1d403a83cf4534ea011d52 /network/syncthing/syncthing.SlackBuild | |
parent | 48147927cd5b0aca6eb74c624a83fe70fed06c75 (diff) |
network/syncthing: Updated for version 1.21.0.
Signed-off-by: bedlam <dave@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 810cfcd025..d2d0625b7b 100644 --- a/network/syncthing/syncthing.SlackBuild +++ b/network/syncthing/syncthing.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=syncthing -VERSION=${VERSION:-1.19.2} +VERSION=${VERSION:-1.21.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |