diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2023-03-17 20:38:40 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-25 10:01:46 +0700 |
commit | 9d96e6be9734294c830364d640301b662ad7b3f6 (patch) | |
tree | b215f02e0617224ddf44489dc536c99ec294efb0 /office/calibre-bin | |
parent | 78f4e66e841fb012cec6631ae2f53ff7dbd2717e (diff) |
office/calibre-bin: Updated for version 6.14.1.
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 | 2 | ||||
-rw-r--r-- | office/calibre-bin/calibre-bin.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/office/calibre-bin/calibre-bin.SlackBuild b/office/calibre-bin/calibre-bin.SlackBuild index be380775d300..e43fc05f27d9 100644 --- a/office/calibre-bin/calibre-bin.SlackBuild +++ b/office/calibre-bin/calibre-bin.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=calibre-bin -VERSION=${VERSION:-6.14.0} +VERSION=${VERSION:-6.14.1} 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 0c5f48a162bd..309158351ccf 100644 --- a/office/calibre-bin/calibre-bin.info +++ b/office/calibre-bin/calibre-bin.info @@ -1,10 +1,10 @@ PRGNAM="calibre-bin" -VERSION="6.14.0" +VERSION="6.14.1" HOMEPAGE="https://calibre-ebook.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.calibre-ebook.com/6.14.0/calibre-6.14.0-x86_64.txz" -MD5SUM_x86_64="0b87232da505d0f3a4a57196366fe104" +DOWNLOAD_x86_64="https://download.calibre-ebook.com/6.14.1/calibre-6.14.1-x86_64.txz" +MD5SUM_x86_64="a6973e6b7c147ef772a29526f491cd14" REQUIRES="" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" |