diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2022-12-17 09:04:42 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-17 09:04:42 +0700 |
commit | 63f835de7e7ff5ed031e570774d45412b1b27d35 (patch) | |
tree | 28516bdbc9903020b3ca3353a339d9704ec326aa /office/calibre-bin | |
parent | 2aa7b6888bedbec125eb56d9bb05d74ef0bb80f4 (diff) |
office/calibre-bin: Updated for version 6.10.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 373aa8abdf39d..a7aa179365798 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.9.0} +VERSION=${VERSION:-6.10.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 b4c4ecac8e2ee..a33fcd3cd6411 100644 --- a/office/calibre-bin/calibre-bin.info +++ b/office/calibre-bin/calibre-bin.info @@ -1,10 +1,10 @@ PRGNAM="calibre-bin" -VERSION="6.9.0" +VERSION="6.10.0" HOMEPAGE="https://calibre-ebook.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.calibre-ebook.com/6.9.0/calibre-6.9.0-x86_64.txz" -MD5SUM_x86_64="fc0768cf9eae840d36b8a81df1bff669" +DOWNLOAD_x86_64="https://download.calibre-ebook.com/6.10.0/calibre-6.10.0-x86_64.txz" +MD5SUM_x86_64="bf154c71b7c3760e93482083f246dd5c" REQUIRES="" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" |