diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2023-09-09 08:38:16 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-09 10:14:12 +0700 |
commit | 3c5a12cc7a72e22e138690b76afd743d53eb5d9a (patch) | |
tree | cec70b6456cbfbb78698087723342d4c0b182c4f /office/calibre-bin | |
parent | 634cf57b4c69afe93cea0b2ca38ae7938281813a (diff) |
office/calibre-bin: Updated for version 6.26.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
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 63920c531f2e9..3b5c0fab9b03b 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.25.0} +VERSION=${VERSION:-6.26.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 f73bebcac4abd..b44f78e4bc951 100644 --- a/office/calibre-bin/calibre-bin.info +++ b/office/calibre-bin/calibre-bin.info @@ -1,10 +1,10 @@ PRGNAM="calibre-bin" -VERSION="6.25.0" +VERSION="6.26.0" HOMEPAGE="https://calibre-ebook.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.calibre-ebook.com/6.25.0/calibre-6.25.0-x86_64.txz" -MD5SUM_x86_64="99af379bca6a63bcbd7693dabddbe752" +DOWNLOAD_x86_64="https://download.calibre-ebook.com/6.26.0/calibre-6.26.0-x86_64.txz" +MD5SUM_x86_64="9eec976402e38c5d4b13bf9ce138734c" REQUIRES="" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" |