diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-20 01:31:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-20 01:31:26 +0700 |
commit | 8196ec623d2ac357d6808cf07b0300c4963a4014 (patch) | |
tree | 77264ea18f37c1864ce679734c2d2eba00c2e2ca /network/franz/franz.SlackBuild | |
parent | 0b55a05301ca7b5b3cdbaf49ed1e10bfda163f1d (diff) |
network/franz: Updated for version 5.8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/franz/franz.SlackBuild')
-rw-r--r-- | network/franz/franz.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/franz/franz.SlackBuild b/network/franz/franz.SlackBuild index 92588a4e6f034..2aa03fccf9928 100644 --- a/network/franz/franz.SlackBuild +++ b/network/franz/franz.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for franz -# Copyright 2020 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2020-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=franz -VERSION=${VERSION:-5.7.0} +VERSION=${VERSION:-5.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |