network/franz: Updated for version 5.9.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
09fa021099
commit
63e84fecd5
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue