diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2024-02-10 08:28:23 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-10 16:17:20 +0700 |
commit | 38a72eca03894fa8d82b1739979149be1f7a7fd1 (patch) | |
tree | 08975512609c837ccf86baf7c98d5d8012748e30 | |
parent | cdceb06f4575b990d1860e39a7e353499a90d618 (diff) |
office/calibre-bin: Updated for version 7.5.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
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 eb591d1b4e6d..f254261bafad 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.4.0} +VERSION=${VERSION:-7.5.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 d2470cd2a51b..eafda9c11c60 100644 --- a/office/calibre-bin/calibre-bin.info +++ b/office/calibre-bin/calibre-bin.info @@ -1,10 +1,10 @@ PRGNAM="calibre-bin" -VERSION="7.4.0" +VERSION="7.5.1" HOMEPAGE="https://calibre-ebook.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.calibre-ebook.com/7.4.0/calibre-7.4.0-x86_64.txz" -MD5SUM_x86_64="2e9a6158b5cca3151eb414b2938421ad" +DOWNLOAD_x86_64="https://download.calibre-ebook.com/7.5.1/calibre-7.5.1-x86_64.txz" +MD5SUM_x86_64="eff309c574f0935a52e2c25c17503739" REQUIRES="" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" |