diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2021-01-23 00:19:57 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-23 18:18:52 +0700 |
commit | 56a204143aed1fc3cd43273f3753a5a80af6d304 (patch) | |
tree | 427895a0d8f163fb55b9d817984fd0278eff746c /office | |
parent | 55ebe04adfaa190a56f24372b34d016242b17535 (diff) |
office/calibre-bin: Updated for version 5.10.1.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
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 5fa85cf4a103..71d145031452 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-2020, Alexander Verbovetsky, Moscow, Russia +# Copyright 2019-2021, 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:-5.9.0} +VERSION=${VERSION:-5.10.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/office/calibre-bin/calibre-bin.info b/office/calibre-bin/calibre-bin.info index 4edc71170019..ca291c38863f 100644 --- a/office/calibre-bin/calibre-bin.info +++ b/office/calibre-bin/calibre-bin.info @@ -1,10 +1,10 @@ PRGNAM="calibre-bin" -VERSION="5.9.0" +VERSION="5.10.1" HOMEPAGE="https://calibre-ebook.com" -DOWNLOAD="https://download.calibre-ebook.com/5.9.0/calibre-5.9.0-i686.txz" -MD5SUM="c33cac8e9d8ad1d0c8847eb5270f0c26" -DOWNLOAD_x86_64="https://download.calibre-ebook.com/5.9.0/calibre-5.9.0-x86_64.txz" -MD5SUM_x86_64="c481b9e49a21534e55c9ecaa60599767" +DOWNLOAD="https://download.calibre-ebook.com/5.10.1/calibre-5.10.1-i686.txz" +MD5SUM="1a1c94cb444d7a16df6dd1d9b5d832b2" +DOWNLOAD_x86_64="https://download.calibre-ebook.com/5.10.1/calibre-5.10.1-x86_64.txz" +MD5SUM_x86_64="22f9ddf740735362a0d6f593baabe4c1" REQUIRES="libxkbcommon" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" |