diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2023-11-17 23:59:52 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-18 09:03:36 +0700 |
commit | f654152b4480ce0c224a7cb2c18d08b60ec66959 (patch) | |
tree | 222e204f85f4f230be8dc35eede418bddbd79f52 /office | |
parent | a32726c71325d77e597b0bdc37314e23395efd21 (diff) |
office/calibre-bin: Updated for version 7.0.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 c0723677d03c..ee1f296c6110 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.29.0} +VERSION=${VERSION:-7.0.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 f38feeebb0a1..ba832b3df6e6 100644 --- a/office/calibre-bin/calibre-bin.info +++ b/office/calibre-bin/calibre-bin.info @@ -1,10 +1,10 @@ PRGNAM="calibre-bin" -VERSION="6.29.0" +VERSION="7.0.0" HOMEPAGE="https://calibre-ebook.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.calibre-ebook.com/6.29.0/calibre-6.29.0-x86_64.txz" -MD5SUM_x86_64="789af8573098239bf7bfcd05292d25bf" +DOWNLOAD_x86_64="https://download.calibre-ebook.com/7.0.0/calibre-7.0.0-x86_64.txz" +MD5SUM_x86_64="0ee81853f898d1a4bab0cdc08e8ae8d2" REQUIRES="" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" |