summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Alexander Verbovetsky2022-04-26 15:48:13 +0200
committer Willy Sudiarto Raharjo2022-04-30 08:52:06 +0200
commit68aa541132254bf06c3a6018c19fe6268893d877 (patch)
tree6e04e9e22b522ee25c7d549eb0af9126490b1b30
parent0677690e5a8f4960e092a37517216fcddab146ca (diff)
downloadslackbuilds-68aa541132254bf06c3a6018c19fe6268893d877.tar.gz
office/calibre-bin: Updated for version 5.41.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--office/calibre-bin/calibre-bin.SlackBuild7
-rw-r--r--office/calibre-bin/calibre-bin.info10
2 files changed, 7 insertions, 10 deletions
diff --git a/office/calibre-bin/calibre-bin.SlackBuild b/office/calibre-bin/calibre-bin.SlackBuild
index 2307c3bad4..022e1b1b10 100644
--- a/office/calibre-bin/calibre-bin.SlackBuild
+++ b/office/calibre-bin/calibre-bin.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for calibre-bin
-# Copyright 2019-2021, Alexander Verbovetsky, Moscow, Russia
+# Copyright 2019-2022, Alexander Verbovetsky, Moscow, Russia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=calibre-bin
-VERSION=${VERSION:-5.15.0}
+VERSION=${VERSION:-5.41.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -39,9 +39,6 @@ case "$ARCH" in
arm*) ARCH=arm ;;
esac
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
diff --git a/office/calibre-bin/calibre-bin.info b/office/calibre-bin/calibre-bin.info
index 86209c6949..5e885c5d13 100644
--- a/office/calibre-bin/calibre-bin.info
+++ b/office/calibre-bin/calibre-bin.info
@@ -1,10 +1,10 @@
PRGNAM="calibre-bin"
-VERSION="5.15.0"
+VERSION="5.41.0"
HOMEPAGE="https://calibre-ebook.com"
-DOWNLOAD="https://download.calibre-ebook.com/5.15.0/calibre-5.15.0-i686.txz"
-MD5SUM="66fd3a67515ea40d67267bea163ad929"
-DOWNLOAD_x86_64="https://download.calibre-ebook.com/5.15.0/calibre-5.15.0-x86_64.txz"
-MD5SUM_x86_64="2d0a5e8c350537f79efda07610c089fc"
+DOWNLOAD="https://download.calibre-ebook.com/5.41.0/calibre-5.41.0-i686.txz"
+MD5SUM="97dd293155cb8b1334e55e920a03b06c"
+DOWNLOAD_x86_64="https://download.calibre-ebook.com/5.41.0/calibre-5.41.0-x86_64.txz"
+MD5SUM_x86_64="f83c2d54b2d31f5e1ccda9d3602dad21"
REQUIRES=""
MAINTAINER="Alexander Verbovetsky"
EMAIL="alik@ejik.org"