diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2023-02-03 18:56:00 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-04 07:19:56 +0700 |
commit | da5c29342d8ecc72b7d15e8e29d757e0de4e6ef3 (patch) | |
tree | 663b582b246d2a1f0a026d096454383a5a98279d /office/calibre-bin | |
parent | 1122933ad525058e73e7e19190bb10463290bb48 (diff) |
office/calibre-bin: Updated for version 6.12.0.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/calibre-bin')
-rw-r--r-- | office/calibre-bin/calibre-bin.SlackBuild | 4 | ||||
-rw-r--r-- | office/calibre-bin/calibre-bin.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/office/calibre-bin/calibre-bin.SlackBuild b/office/calibre-bin/calibre-bin.SlackBuild index e4abb65ca098..070cf40cc148 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-2022, Alexander Verbovetsky, Moscow, Russia +# Copyright 2019-2023, Alexander Verbovetsky, Moscow, Russia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=calibre-bin -VERSION=${VERSION:-6.11.0} +VERSION=${VERSION:-6.12.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 3203e52f49fc..bc1d7927332a 100644 --- a/office/calibre-bin/calibre-bin.info +++ b/office/calibre-bin/calibre-bin.info @@ -1,10 +1,10 @@ PRGNAM="calibre-bin" -VERSION="6.11.0" +VERSION="6.12.0" HOMEPAGE="https://calibre-ebook.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.calibre-ebook.com/6.11.0/calibre-6.11.0-x86_64.txz" -MD5SUM_x86_64="bb8426d895e12f0f1a1ad9d9eddf973c" +DOWNLOAD_x86_64="https://download.calibre-ebook.com/6.12.0/calibre-6.12.0-x86_64.txz" +MD5SUM_x86_64="58b9f97df10f953641a0216ea918cf64" REQUIRES="" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" |