diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2024-07-19 23:37:33 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-20 08:08:41 +0700 |
commit | ca6af303d9964b5f773a9f733cec04ade90be1f8 (patch) | |
tree | 80be7deed8f28313c45b0e55f1de1417c7ed611f | |
parent | 87beea77587880a0f18de68c01bf4a50ecfe657c (diff) |
office/calibre-bin: Updated for version 7.15.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 97b047415e47..e61742756886 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.14.0} +VERSION=${VERSION:-7.15.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 126897d15e55..e5104c2aaae2 100644 --- a/office/calibre-bin/calibre-bin.info +++ b/office/calibre-bin/calibre-bin.info @@ -1,10 +1,10 @@ PRGNAM="calibre-bin" -VERSION="7.14.0" +VERSION="7.15.0" HOMEPAGE="https://calibre-ebook.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.calibre-ebook.com/7.14.0/calibre-7.14.0-x86_64.txz" -MD5SUM_x86_64="64e7b8b879be4fe63f02812b1ad04e84" +DOWNLOAD_x86_64="https://download.calibre-ebook.com/7.15.0/calibre-7.15.0-x86_64.txz" +MD5SUM_x86_64="e30f618b387265370438fa04a517e4cd" REQUIRES="" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" |