diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2022-11-05 04:39:29 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-05 21:15:10 +0700 |
commit | e005ca04b734f5c2d41127bc2f2037c09e364641 (patch) | |
tree | f9b754b3949c90a14a740cddbc67fa9c5897d56d /office | |
parent | 681a22b13078bce73435943d56e742abb5cdaafa (diff) | |
download | slackbuilds-e005ca04b734f5c2d41127bc2f2037c09e364641.tar.gz |
office/calibre-bin: Updated for version 6.8.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 4ee87ff591..3b2b9953f3 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.7.1} +VERSION=${VERSION:-6.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 3bdc438d6b..ca0a79d4f5 100644 --- a/office/calibre-bin/calibre-bin.info +++ b/office/calibre-bin/calibre-bin.info @@ -1,10 +1,10 @@ PRGNAM="calibre-bin" -VERSION="6.7.1" +VERSION="6.8.0" HOMEPAGE="https://calibre-ebook.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.calibre-ebook.com/6.7.1/calibre-6.7.1-x86_64.txz" -MD5SUM_x86_64="ad1c64d6454661ebfbb1bcedf2441f4b" +DOWNLOAD_x86_64="https://download.calibre-ebook.com/6.8.0/calibre-6.8.0-x86_64.txz" +MD5SUM_x86_64="ec13b5360a4bf9c2dabb8ce36fd93665" REQUIRES="" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" |