diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2023-07-02 21:38:53 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-02 21:38:53 +0700 |
commit | 33900824c035b57fc484587888f37bb5c3a642ab (patch) | |
tree | 00357bc3eeff8ff8505662ec485ee4f04216a2eb /office/calibre-bin | |
parent | 2ab1b036422f0795be05e892e057de90705512f9 (diff) |
office/calibre-bin: Updated for version 6.22.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 51107064378ca..e11522fb8a075 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.21.0} +VERSION=${VERSION:-6.22.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 5d1f3b1841a9a..451c318cd268a 100644 --- a/office/calibre-bin/calibre-bin.info +++ b/office/calibre-bin/calibre-bin.info @@ -1,10 +1,10 @@ PRGNAM="calibre-bin" -VERSION="6.21.0" +VERSION="6.22.0" HOMEPAGE="https://calibre-ebook.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.calibre-ebook.com/6.21.0/calibre-6.21.0-x86_64.txz" -MD5SUM_x86_64="5e821e456c916dc28a3c9d1db98dd40f" +DOWNLOAD_x86_64="https://download.calibre-ebook.com/6.22.0/calibre-6.22.0-x86_64.txz" +MD5SUM_x86_64="dec8b70f6cf0d0d5ed2aba4d7dd46f9a" REQUIRES="" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" |