network/franz: Updated for version 5.9.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2022-04-10 00:12:10 +07:00
parent 09fa021099
commit 63e84fecd5
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 7 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=franz
VERSION=${VERSION:-5.8.0}
VERSION=${VERSION:-5.9.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -37,9 +37,6 @@ if [ -z "$ARCH" ]; then
esac
fi
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0

View File

@ -1,10 +1,10 @@
PRGNAM="franz"
VERSION="5.8.0"
VERSION="5.9.1"
HOMEPAGE="https://meetfranz.com/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/meetfranz/franz/releases/download/v5.8.0/franz_5.8.0_amd64.deb"
MD5SUM_x86_64="d919e65b8e211295c75d6c1aaad4f40b"
DOWNLOAD_x86_64="https://github.com/meetfranz/franz/releases/download/v5.9.1/franz_5.9.1_amd64.deb"
MD5SUM_x86_64="714d1b0cab2b22fd23a58143ea98cd49"
REQUIRES=""
MAINTAINER="Willy Sudiarto Raharjo"
EMAIL="willysr@slackbuilds.org"