diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2024-04-12 23:06:35 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-13 22:03:45 +0700 |
commit | 527d292171bb7831f0519d6ebb2a6bbeb5a17a97 (patch) | |
tree | 41e20228f96d2e9a06e1fbbdb5387fd0af7a277f /office/calibre-bin | |
parent | 36f1169eafc9dffcc86a91285598029f16cd00ca (diff) |
office/calibre-bin: Updated for version 7.8.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 1a2062e0c378f..02880e9b4c96c 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:-7.7.0} +VERSION=${VERSION:-7.8.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 7a6a700777263..d7f49bddfc5af 100644 --- a/office/calibre-bin/calibre-bin.info +++ b/office/calibre-bin/calibre-bin.info @@ -1,10 +1,10 @@ PRGNAM="calibre-bin" -VERSION="7.7.0" +VERSION="7.8.0" HOMEPAGE="https://calibre-ebook.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.calibre-ebook.com/7.7.0/calibre-7.7.0-x86_64.txz" -MD5SUM_x86_64="46558dcf83fe0bb3dc357585b9920b67" +DOWNLOAD_x86_64="https://download.calibre-ebook.com/7.8.0/calibre-7.8.0-x86_64.txz" +MD5SUM_x86_64="0924fc95f90edde8b607a029a84ccce6" REQUIRES="" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" |