diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2024-06-29 07:55:01 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-29 07:58:02 +0700 |
commit | bb44135cd980c29a4d03509466a602ccf70913c5 (patch) | |
tree | 9699f666d499131efa03d21f1c70c887d8796202 /office/calibre-bin | |
parent | 3958e7b3973ac758dbf45d5636d1c45787820a39 (diff) |
office/calibre-bin: Updated for version 7.13.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/calibre-bin')
-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 c1d305d404e9d..0ff5bfabf21ac 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:-7.12.0} +VERSION=${VERSION:-7.13.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 1d440f5090b48..576e14ca43b5a 100644 --- a/office/calibre-bin/calibre-bin.info +++ b/office/calibre-bin/calibre-bin.info @@ -1,10 +1,10 @@ PRGNAM="calibre-bin" -VERSION="7.12.0" +VERSION="7.13.0" HOMEPAGE="https://calibre-ebook.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.calibre-ebook.com/7.12.0/calibre-7.12.0-x86_64.txz" -MD5SUM_x86_64="686c249044c105d1701765415655bf6f" +DOWNLOAD_x86_64="https://download.calibre-ebook.com/7.13.0/calibre-7.13.0-x86_64.txz" +MD5SUM_x86_64="78eb18976f6125164d7110d84b882288" REQUIRES="" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" |