diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2023-10-07 00:53:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-07 00:59:34 +0700 |
commit | 3440bb07a2c7cd212886ccdebdce38f34998f7bf (patch) | |
tree | 4b1ceceea855fde65a67e5e4307d07cafd3fadfa /office | |
parent | b2b3fc14804ede69ab086d367e4ab48d09e1ebbe (diff) |
office/calibre-bin: Updated for version 6.28.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 0e6b8bf451bd..4b917c00ceab 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.27.0} +VERSION=${VERSION:-6.28.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 c1dd7e95532b..2daa71a7359e 100644 --- a/office/calibre-bin/calibre-bin.info +++ b/office/calibre-bin/calibre-bin.info @@ -1,10 +1,10 @@ PRGNAM="calibre-bin" -VERSION="6.27.0" +VERSION="6.28.0" HOMEPAGE="https://calibre-ebook.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.calibre-ebook.com/6.27.0/calibre-6.27.0-x86_64.txz" -MD5SUM_x86_64="1d33bd0f5497198fe82a442312bc034f" +DOWNLOAD_x86_64="https://download.calibre-ebook.com/6.28.0/calibre-6.28.0-x86_64.txz" +MD5SUM_x86_64="8c2502f0f67bde04ed5e4a47529c4d70" REQUIRES="" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" |