diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2022-11-26 06:55:07 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-26 06:55:07 +0700 |
commit | 0498d3c9422decdcca9b3dc25c09789d3a2f53fb (patch) | |
tree | fee52aa241bfe4614d34c96c025d6e5197e9d52f /office | |
parent | 1e4e6470780bde03ad930d09d56f2d58def1aa12 (diff) |
office/calibre-bin: Updated for version 6.9.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 3b2b9953f3adc..373aa8abdf39d 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.8.0} +VERSION=${VERSION:-6.9.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 ca0a79d4f5c8e..b4c4ecac8e2ee 100644 --- a/office/calibre-bin/calibre-bin.info +++ b/office/calibre-bin/calibre-bin.info @@ -1,10 +1,10 @@ PRGNAM="calibre-bin" -VERSION="6.8.0" +VERSION="6.9.0" HOMEPAGE="https://calibre-ebook.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.calibre-ebook.com/6.8.0/calibre-6.8.0-x86_64.txz" -MD5SUM_x86_64="ec13b5360a4bf9c2dabb8ce36fd93665" +DOWNLOAD_x86_64="https://download.calibre-ebook.com/6.9.0/calibre-6.9.0-x86_64.txz" +MD5SUM_x86_64="fc0768cf9eae840d36b8a81df1bff669" REQUIRES="" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" |