diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2023-08-19 07:49:20 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-19 09:15:20 +0700 |
commit | a78e293460e3ba09a814eb538c74c18673fc57d4 (patch) | |
tree | f1b81e335663133dcee315e67ef1a234dbec0a22 /office/calibre-bin | |
parent | 55bae5e3172db688ded544f2ced997f35e50971b (diff) |
office/calibre-bin: Updated for version 6.25.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 ed0a3aed419ae..63920c531f2e9 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.24.0} +VERSION=${VERSION:-6.25.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 0ccfd9a059257..f73bebcac4abd 100644 --- a/office/calibre-bin/calibre-bin.info +++ b/office/calibre-bin/calibre-bin.info @@ -1,10 +1,10 @@ PRGNAM="calibre-bin" -VERSION="6.24.0" +VERSION="6.25.0" HOMEPAGE="https://calibre-ebook.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.calibre-ebook.com/6.24.0/calibre-6.24.0-x86_64.txz" -MD5SUM_x86_64="28c8f77ff42e1545adf115cfa85fe59d" +DOWNLOAD_x86_64="https://download.calibre-ebook.com/6.25.0/calibre-6.25.0-x86_64.txz" +MD5SUM_x86_64="99af379bca6a63bcbd7693dabddbe752" REQUIRES="" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" |