office/calibre-bin: Updated for version 7.1.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Alexander Verbovetsky 2023-11-25 07:25:02 +07:00 committed by Willy Sudiarto Raharjo
parent 9756ea936a
commit 9ead018adf
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=calibre-bin
VERSION=${VERSION:-7.0.0}
VERSION=${VERSION:-7.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="calibre-bin"
VERSION="7.0.0"
VERSION="7.1.0"
HOMEPAGE="https://calibre-ebook.com"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://download.calibre-ebook.com/7.0.0/calibre-7.0.0-x86_64.txz"
MD5SUM_x86_64="0ee81853f898d1a4bab0cdc08e8ae8d2"
DOWNLOAD_x86_64="https://download.calibre-ebook.com/7.1.0/calibre-7.1.0-x86_64.txz"
MD5SUM_x86_64="4d8d1ebd8b1ac870a5abc31df62a7100"
REQUIRES=""
MAINTAINER="Alexander Verbovetsky"
EMAIL="alik@ejik.org"