diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2022-10-01 07:32:12 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-01 07:32:12 +0700 |
commit | 91aa49367d09b9debc25e8a9b7ca943ca1a985fd (patch) | |
tree | 877baf41d442da0df20dff081d673af8b86d787a /office | |
parent | 10cdd9c5db62390aad41f02e1722f51cc369f34c (diff) | |
download | slackbuilds-91aa49367d09b9debc25e8a9b7ca943ca1a985fd.tar.gz |
office/calibre-bin: Updated for version 6.6.1.
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 ef314e22e9..1effa634a7 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.5.0} +VERSION=${VERSION:-6.6.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 bb7fb34f6f..19ffcf81ab 100644 --- a/office/calibre-bin/calibre-bin.info +++ b/office/calibre-bin/calibre-bin.info @@ -1,10 +1,10 @@ PRGNAM="calibre-bin" -VERSION="6.5.0" +VERSION="6.6.1" HOMEPAGE="https://calibre-ebook.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.calibre-ebook.com/6.5.0/calibre-6.5.0-x86_64.txz" -MD5SUM_x86_64="c9e5873031fbeeac6d28c52f26f3a0d2" +DOWNLOAD_x86_64="https://download.calibre-ebook.com/6.6.1/calibre-6.6.1-x86_64.txz" +MD5SUM_x86_64="b375f30bd1faf764cee10590dbb3bcbf" REQUIRES="" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" |