diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2024-08-03 09:14:21 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-03 13:57:22 +0700 |
commit | 2edf1560b85c901242b8b5a90dc6c62faaddb573 (patch) | |
tree | 09954de9903a3d7530c7f103d19f7c70dd581e5a /office | |
parent | c1ce8b92da528deb5714e41d65d69ecb2fcb30bb (diff) | |
download | slackbuilds-2edf1560b85c901242b8b5a90dc6c62faaddb573.tar.gz slackbuilds-2edf1560b85c901242b8b5a90dc6c62faaddb573.tar.xz |
office/calibre-bin: Updated for version 7.16.0.
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 | 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 e617427568..2036624b17 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:-7.15.0} +VERSION=${VERSION:-7.16.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 e5104c2aaa..63ad140a35 100644 --- a/office/calibre-bin/calibre-bin.info +++ b/office/calibre-bin/calibre-bin.info @@ -1,10 +1,10 @@ PRGNAM="calibre-bin" -VERSION="7.15.0" +VERSION="7.16.0" HOMEPAGE="https://calibre-ebook.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.calibre-ebook.com/7.15.0/calibre-7.15.0-x86_64.txz" -MD5SUM_x86_64="e30f618b387265370438fa04a517e4cd" +DOWNLOAD_x86_64="https://download.calibre-ebook.com/7.16.0/calibre-7.16.0-x86_64.txz" +MD5SUM_x86_64="e3580bf5d6c72f18977ba75e03094ccf" REQUIRES="" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" |