diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2024-03-02 01:25:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-02 01:36:18 +0700 |
commit | bf19d15ee3d333bdb8d5898d7506a4bbfe5f9e2f (patch) | |
tree | a400b200599b0b68d1b27edeb2da5bb216b74905 | |
parent | 0e5aff0a7eb3cf5c413e89dd83f3db9e733a61ce (diff) |
office/calibre-bin: Updated for version 7.6.0.
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 f254261bafad4..fde32d5bb43ed 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.5.1} +VERSION=${VERSION:-7.6.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 eafda9c11c607..8059998016159 100644 --- a/office/calibre-bin/calibre-bin.info +++ b/office/calibre-bin/calibre-bin.info @@ -1,10 +1,10 @@ PRGNAM="calibre-bin" -VERSION="7.5.1" +VERSION="7.6.0" HOMEPAGE="https://calibre-ebook.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.calibre-ebook.com/7.5.1/calibre-7.5.1-x86_64.txz" -MD5SUM_x86_64="eff309c574f0935a52e2c25c17503739" +DOWNLOAD_x86_64="https://download.calibre-ebook.com/7.6.0/calibre-7.6.0-x86_64.txz" +MD5SUM_x86_64="47a6e10e901b4b4e5bdbecafc7ab4b79" REQUIRES="" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" |