diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2020-01-03 20:02:16 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-03 20:02:16 +0700 |
commit | 6b0e39dd682fadb07b6814b8751fdf87fd99912f (patch) | |
tree | cbbc3ef90626af830aff739cd570d0a9d51f0894 /office | |
parent | 6416cb9df6ddb081e7d5d56c0df1b23ce3209d9d (diff) |
office/calibre-bin: Updated for version 4.8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/calibre-bin/calibre-bin.SlackBuild | 4 | ||||
-rw-r--r-- | office/calibre-bin/calibre-bin.info | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/office/calibre-bin/calibre-bin.SlackBuild b/office/calibre-bin/calibre-bin.SlackBuild index 77ea5f5e892e..8530602bac05 100644 --- a/office/calibre-bin/calibre-bin.SlackBuild +++ b/office/calibre-bin/calibre-bin.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for calibre-bin -# Copyright 2019, Alexander Verbovetsky, Moscow, Russia +# Copyright 2019-2020, Alexander Verbovetsky, Moscow, Russia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=calibre-bin -VERSION=${VERSION:-4.7.0} +VERSION=${VERSION:-4.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/office/calibre-bin/calibre-bin.info b/office/calibre-bin/calibre-bin.info index d7db0623fb2e..5f1b39f67316 100644 --- a/office/calibre-bin/calibre-bin.info +++ b/office/calibre-bin/calibre-bin.info @@ -1,10 +1,10 @@ PRGNAM="calibre-bin" -VERSION="4.7.0" +VERSION="4.8.0" HOMEPAGE="https://calibre-ebook.com" -DOWNLOAD="https://download.calibre-ebook.com/4.7.0/calibre-4.7.0-i686.txz" -MD5SUM="cfae909ca45aa4189880e64acff6c556" -DOWNLOAD_x86_64="https://download.calibre-ebook.com/4.7.0/calibre-4.7.0-x86_64.txz" -MD5SUM_x86_64="6284f192a0d6181903a0a2d86d7cd891" +DOWNLOAD="https://download.calibre-ebook.com/4.8.0/calibre-4.8.0-i686.txz" +MD5SUM="4c8db37598024ed5bde0b21f3333cb7c" +DOWNLOAD_x86_64="https://download.calibre-ebook.com/4.8.0/calibre-4.8.0-x86_64.txz" +MD5SUM_x86_64="1cfdbefe441665bcb3ccbf1a84d742bc" REQUIRES="" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" |