diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2023-01-06 15:42:42 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-07 08:13:38 +0700 |
commit | 061a3c03b515356cdfdb99ec8fa2c1c7f7a03766 (patch) | |
tree | caa96e0e4006573fb76371fc72f481dcd2211269 /office | |
parent | d188f67b8401a800643ece4342d51e24c8d1e0d7 (diff) |
office/calibre-bin: Updated for version 6.11.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/calibre-bin/calibre-bin.SlackBuild | 2 | ||||
-rw-r--r-- | office/calibre-bin/calibre-bin.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/office/calibre-bin/calibre-bin.SlackBuild b/office/calibre-bin/calibre-bin.SlackBuild index a7aa17936579..e4abb65ca098 100644 --- a/office/calibre-bin/calibre-bin.SlackBuild +++ b/office/calibre-bin/calibre-bin.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=calibre-bin -VERSION=${VERSION:-6.10.0} +VERSION=${VERSION:-6.11.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/office/calibre-bin/calibre-bin.info b/office/calibre-bin/calibre-bin.info index a33fcd3cd641..3203e52f49fc 100644 --- a/office/calibre-bin/calibre-bin.info +++ b/office/calibre-bin/calibre-bin.info @@ -1,10 +1,10 @@ PRGNAM="calibre-bin" -VERSION="6.10.0" +VERSION="6.11.0" HOMEPAGE="https://calibre-ebook.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.calibre-ebook.com/6.10.0/calibre-6.10.0-x86_64.txz" -MD5SUM_x86_64="bf154c71b7c3760e93482083f246dd5c" +DOWNLOAD_x86_64="https://download.calibre-ebook.com/6.11.0/calibre-6.11.0-x86_64.txz" +MD5SUM_x86_64="bb8426d895e12f0f1a1ad9d9eddf973c" REQUIRES="" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" |