mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
network/franz: Updated for version 5.8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0b55a05301
commit
8196ec623d
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue