diff options
author | Sebastian Arcus <s.arcus@open-t.co.uk> | 2020-10-09 02:34:08 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-10 10:18:47 +0700 |
commit | b498c2faf4ea40dc25d519724538584982ccb9c6 (patch) | |
tree | c69016c12b78370fe0112edf3f9f7559323060f9 /network/syncthing/syncthing.SlackBuild | |
parent | 3949b61cd87401f556b508cfdd69b63ac20dde7a (diff) |
network/syncthing: Updated for version 1.9.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
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 18d533d698e25..850ebef29c2a3 100644 --- a/network/syncthing/syncthing.SlackBuild +++ b/network/syncthing/syncthing.SlackBuild @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=syncthing -VERSION=${VERSION:-1.5.0} +VERSION=${VERSION:-1.9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |