diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2022-06-17 21:29:49 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-18 09:09:59 +0700 |
commit | 1c6795519d714e5ebee5fb884a0682e051135717 (patch) | |
tree | f9e3b23a682416d37b691d6074547c791d1a2f9f /office | |
parent | 0624b75ffa2613db25555552beaf4263ae646189 (diff) |
office/calibre-bin: Updated for version 5.44.0.
Signed-off-by: Dave Woodfall <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 | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/office/calibre-bin/calibre-bin.SlackBuild b/office/calibre-bin/calibre-bin.SlackBuild index 2cce99c507c1..28a36fdc4e2f 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:-5.43.0} +VERSION=${VERSION:-5.44.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 27ce2a5fa5f0..7f38fe40001d 100644 --- a/office/calibre-bin/calibre-bin.info +++ b/office/calibre-bin/calibre-bin.info @@ -1,10 +1,10 @@ PRGNAM="calibre-bin" -VERSION="5.43.0" +VERSION="5.44.0" HOMEPAGE="https://calibre-ebook.com" -DOWNLOAD="https://download.calibre-ebook.com/5.43.0/calibre-5.43.0-i686.txz" -MD5SUM="a8c79d7879ce624c5c2914a5d136f49a" -DOWNLOAD_x86_64="https://download.calibre-ebook.com/5.43.0/calibre-5.43.0-x86_64.txz" -MD5SUM_x86_64="d4c7daf5b2e10e3f084266c48c735394" +DOWNLOAD="https://download.calibre-ebook.com/5.44.0/calibre-5.44.0-i686.txz" +MD5SUM="7b014ac6ee6b02e9ff0b27f1d51aa62d" +DOWNLOAD_x86_64="https://download.calibre-ebook.com/5.44.0/calibre-5.44.0-x86_64.txz" +MD5SUM_x86_64="8c1ddbf55c658174e08d0d4529949d22" REQUIRES="" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" |