diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2024-05-24 20:47:52 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-24 23:38:03 +0700 |
commit | 1d3400d98bf6ec73f3687e02554f23c29071d925 (patch) | |
tree | 73d94e65f5a9069aaadf89ec2a19b699c7871f59 /office | |
parent | 91607fe861eb9eceeba226533ade1da29732cdfa (diff) |
office/calibre-bin: Updated for version 7.11.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-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 e01633e81660f..dff142e55f73b 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.10.0} +VERSION=${VERSION:-7.11.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 30bf1c52f7a1a..a7e68dcf8e02c 100644 --- a/office/calibre-bin/calibre-bin.info +++ b/office/calibre-bin/calibre-bin.info @@ -1,10 +1,10 @@ PRGNAM="calibre-bin" -VERSION="7.10.0" +VERSION="7.11.0" HOMEPAGE="https://calibre-ebook.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.calibre-ebook.com/7.10.0/calibre-7.10.0-x86_64.txz" -MD5SUM_x86_64="f16f8530308b81b5d6ab303890c412d9" +DOWNLOAD_x86_64="https://download.calibre-ebook.com/7.11.0/calibre-7.11.0-x86_64.txz" +MD5SUM_x86_64="1f3ef35aec760d2e7b6a942779705964" REQUIRES="" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" |