network/franz: Updated for version 5.8.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2022-02-20 01:31:26 +07:00
parent 0b55a05301
commit 8196ec623d
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -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}

View file

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