diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2020-06-06 09:08:05 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-06 09:08:05 +0700 |
commit | 34bd3c9fd1a85ed17614266b369cab7f8b7de3b3 (patch) | |
tree | 68b5c187a1a72b472889ec288cc4ff8064764fb3 /office/calibre-bin | |
parent | 226f6a19833626f3f7263ad81279c1f017df3ac0 (diff) | |
download | slackbuilds-34bd3c9fd1a85ed17614266b369cab7f8b7de3b3.tar.gz |
office/calibre-bin: Updated for version 4.18.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/calibre-bin')
-rw-r--r-- | office/calibre-bin/calibre-bin.SlackBuild | 2 | ||||
-rw-r--r-- | office/calibre-bin/calibre-bin.info | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/office/calibre-bin/calibre-bin.SlackBuild b/office/calibre-bin/calibre-bin.SlackBuild index f970e25cbd..2670b66761 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.17.0} +VERSION=${VERSION:-4.18.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/office/calibre-bin/calibre-bin.info b/office/calibre-bin/calibre-bin.info index f63a6527a2..cc1157467c 100644 --- a/office/calibre-bin/calibre-bin.info +++ b/office/calibre-bin/calibre-bin.info @@ -1,10 +1,10 @@ PRGNAM="calibre-bin" -VERSION="4.17.0" +VERSION="4.18.0" HOMEPAGE="https://calibre-ebook.com" -DOWNLOAD="https://download.calibre-ebook.com/4.17.0/calibre-4.17.0-i686.txz" -MD5SUM="66bc0bd22b34e15d37ad0de1b234bafd" -DOWNLOAD_x86_64="https://download.calibre-ebook.com/4.17.0/calibre-4.17.0-x86_64.txz" -MD5SUM_x86_64="a75a61380b22700fa295616f008af275" +DOWNLOAD="https://download.calibre-ebook.com/4.18.0/calibre-4.18.0-i686.txz" +MD5SUM="056083a74ae9e6572b13bbf23b3722be" +DOWNLOAD_x86_64="https://download.calibre-ebook.com/4.18.0/calibre-4.18.0-x86_64.txz" +MD5SUM_x86_64="7ee903bfc7202d71740284f87113f7da" REQUIRES="libxkbcommon" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" |