diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2024-05-31 22:59:52 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-01 00:50:16 +0700 |
commit | 295d3543fa3e99ee48b56f112a119afdeaaeba4c (patch) | |
tree | 7450fa319d6f963e8e50ee36e23132c36a1f6b83 /office | |
parent | c894895ea3b7d647227205dca9110074b652b18d (diff) |
office/calibre-bin: Updated for version 7.12.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 dff142e55f73..c1d305d404e9 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.11.0} +VERSION=${VERSION:-7.12.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 a7e68dcf8e02..1d440f5090b4 100644 --- a/office/calibre-bin/calibre-bin.info +++ b/office/calibre-bin/calibre-bin.info @@ -1,10 +1,10 @@ PRGNAM="calibre-bin" -VERSION="7.11.0" +VERSION="7.12.0" HOMEPAGE="https://calibre-ebook.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.calibre-ebook.com/7.11.0/calibre-7.11.0-x86_64.txz" -MD5SUM_x86_64="1f3ef35aec760d2e7b6a942779705964" +DOWNLOAD_x86_64="https://download.calibre-ebook.com/7.12.0/calibre-7.12.0-x86_64.txz" +MD5SUM_x86_64="686c249044c105d1701765415655bf6f" REQUIRES="" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" |