diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2023-10-14 08:40:39 +0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-14 10:32:25 +0700 |
commit | 8bd7c9408a6388b85ce2238abadfbe68afb0570c (patch) | |
tree | fe5a533a70f2e272c4fe5c07764bae09c6711d00 /office | |
parent | 207676577e218a4db7c6f2aeafe7e8da2b378357 (diff) |
office/calibre-bin: Updated for version 6.28.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
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 4b917c00ceab2..d845b5c18c5ab 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.28.0} +VERSION=${VERSION:-6.28.1} 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 2daa71a7359e3..c9b72f992f5a6 100644 --- a/office/calibre-bin/calibre-bin.info +++ b/office/calibre-bin/calibre-bin.info @@ -1,10 +1,10 @@ PRGNAM="calibre-bin" -VERSION="6.28.0" +VERSION="6.28.1" HOMEPAGE="https://calibre-ebook.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.calibre-ebook.com/6.28.0/calibre-6.28.0-x86_64.txz" -MD5SUM_x86_64="8c2502f0f67bde04ed5e4a47529c4d70" +DOWNLOAD_x86_64="https://download.calibre-ebook.com/6.28.1/calibre-6.28.1-x86_64.txz" +MD5SUM_x86_64="e0dabca0496cd22fae76b82a06b9f6a3" REQUIRES="" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" |