office/calibre-bin: Updated for version 6.23.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Alexander Verbovetsky 2023-07-15 11:08:12 +09:00 committed by Willy Sudiarto Raharjo
parent 49044227a2
commit 2bac4d039f
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 8 additions and 4 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=calibre-bin
VERSION=${VERSION:-6.22.0}
VERSION=${VERSION:-6.23.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -73,6 +73,10 @@ done
rm calibre-uninstall
cd ../..
find -L opt/calibre/plugins -type f -name "*.so" -exec chmod 755 {} \;
find -L opt/calibre/lib/calibre-extensions \
-type f -name "*.so" -exec chmod 755 {} \;
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \

View File

@ -1,10 +1,10 @@
PRGNAM="calibre-bin"
VERSION="6.22.0"
VERSION="6.23.0"
HOMEPAGE="https://calibre-ebook.com"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://download.calibre-ebook.com/6.22.0/calibre-6.22.0-x86_64.txz"
MD5SUM_x86_64="dec8b70f6cf0d0d5ed2aba4d7dd46f9a"
DOWNLOAD_x86_64="https://download.calibre-ebook.com/6.23.0/calibre-6.23.0-x86_64.txz"
MD5SUM_x86_64="7bb34ba7c56bca2278b750ebe59a95f6"
REQUIRES=""
MAINTAINER="Alexander Verbovetsky"
EMAIL="alik@ejik.org"