diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2023-02-17 21:10:12 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-18 10:06:47 +0700 |
commit | 960d07224496278a405d91decd1124128706c620 (patch) | |
tree | 05061e2bc710cfff9bdbecf431884f165dc5dda8 /office | |
parent | da66f3eeba06c9d0de931b052bb446481e803951 (diff) |
office/calibre-bin: Updated for version 6.13.0.
Signed-off-by: bedlam <dave@slackbuilds.org>
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 070cf40cc148..8d688f1a05da 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.12.0} +VERSION=${VERSION:-6.13.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 bc1d7927332a..2a61ee584c4f 100644 --- a/office/calibre-bin/calibre-bin.info +++ b/office/calibre-bin/calibre-bin.info @@ -1,10 +1,10 @@ PRGNAM="calibre-bin" -VERSION="6.12.0" +VERSION="6.13.0" HOMEPAGE="https://calibre-ebook.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.calibre-ebook.com/6.12.0/calibre-6.12.0-x86_64.txz" -MD5SUM_x86_64="58b9f97df10f953641a0216ea918cf64" +DOWNLOAD_x86_64="https://download.calibre-ebook.com/6.13.0/calibre-6.13.0-x86_64.txz" +MD5SUM_x86_64="5013e7237f5130cd8ae6bb7e5ea9deec" REQUIRES="" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" |