diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2023-04-08 01:29:53 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-08 09:16:28 +0700 |
commit | 105752e930d849f1ba113f7ea5076b43e670718f (patch) | |
tree | 8586f9eddab85109bb61135209cf6cc631600b20 | |
parent | fca294ec70b70a8d7ef9b994d33ee684066809af (diff) |
office/calibre-bin: Updated for version 6.15.0.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 e43fc05f27d93..43c8668905adb 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.14.1} +VERSION=${VERSION:-6.15.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 309158351ccf1..7d797c6c194fb 100644 --- a/office/calibre-bin/calibre-bin.info +++ b/office/calibre-bin/calibre-bin.info @@ -1,10 +1,10 @@ PRGNAM="calibre-bin" -VERSION="6.14.1" +VERSION="6.15.0" HOMEPAGE="https://calibre-ebook.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.calibre-ebook.com/6.14.1/calibre-6.14.1-x86_64.txz" -MD5SUM_x86_64="a6973e6b7c147ef772a29526f491cd14" +DOWNLOAD_x86_64="https://download.calibre-ebook.com/6.15.0/calibre-6.15.0-x86_64.txz" +MD5SUM_x86_64="ef25ac548a54d9cff4f936fe895bec33" REQUIRES="" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" |