diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2023-12-15 22:23:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-15 22:26:10 +0700 |
commit | 11581c0e1f989ff7999b8db2067255f1709cffb7 (patch) | |
tree | 333a8ca0a7585c7e48ece5e9e35d6707dd672e0d /office | |
parent | de2523f86f5eff87e34f7a65479d1302582f17fb (diff) |
office/calibre-bin: Updated for version 7.2.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 b63e4752c405b..a1e32c07c269c 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.1.0} +VERSION=${VERSION:-7.2.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 8164e89d7864c..4ba16d102b178 100644 --- a/office/calibre-bin/calibre-bin.info +++ b/office/calibre-bin/calibre-bin.info @@ -1,10 +1,10 @@ PRGNAM="calibre-bin" -VERSION="7.1.0" +VERSION="7.2.0" HOMEPAGE="https://calibre-ebook.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.calibre-ebook.com/7.1.0/calibre-7.1.0-x86_64.txz" -MD5SUM_x86_64="4d8d1ebd8b1ac870a5abc31df62a7100" +DOWNLOAD_x86_64="https://download.calibre-ebook.com/7.2.0/calibre-7.2.0-x86_64.txz" +MD5SUM_x86_64="40bdc4c1d212d9f5a49306db815d7c30" REQUIRES="" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" |