diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2020-02-08 01:45:03 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-08 01:45:03 +0700 |
commit | 68ff332a020a00dfbc2bd8a4bfd055debe5c952d (patch) | |
tree | 05c66505f6ff27ccfd4f90b21b66801adf0076c3 /office | |
parent | 2496bc3a077a6b2b6677fff78f7824abb0c8d90c (diff) | |
download | slackbuilds-68ff332a020a00dfbc2bd8a4bfd055debe5c952d.tar.gz |
office/calibre-bin: Updated for version 4.10.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 | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/office/calibre-bin/calibre-bin.SlackBuild b/office/calibre-bin/calibre-bin.SlackBuild index ff7d1e45b9..84eb7e8451 100644 --- a/office/calibre-bin/calibre-bin.SlackBuild +++ b/office/calibre-bin/calibre-bin.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=calibre-bin -VERSION=${VERSION:-4.9.1} +VERSION=${VERSION:-4.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 a506e2ca4f..c02a30afe0 100644 --- a/office/calibre-bin/calibre-bin.info +++ b/office/calibre-bin/calibre-bin.info @@ -1,10 +1,10 @@ PRGNAM="calibre-bin" -VERSION="4.9.1" +VERSION="4.10.1" HOMEPAGE="https://calibre-ebook.com" -DOWNLOAD="https://download.calibre-ebook.com/4.9.1/calibre-4.9.1-i686.txz" -MD5SUM="80f8301e23618c1afb0a7a386dd54528" -DOWNLOAD_x86_64="https://download.calibre-ebook.com/4.9.1/calibre-4.9.1-x86_64.txz" -MD5SUM_x86_64="0508d20c8a65326189c66fa38ac92d08" -REQUIRES="" +DOWNLOAD="https://download.calibre-ebook.com/4.10.1/calibre-4.10.1-i686.txz" +MD5SUM="52c18c6999cdd5212fdf54c357bf6196" +DOWNLOAD_x86_64="https://download.calibre-ebook.com/4.10.1/calibre-4.10.1-x86_64.txz" +MD5SUM_x86_64="09e41ee9d4cc0b315e415cffd08329a8" +REQUIRES="libxkbcommon" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" |