office/calibre-bin: Updated for version 5.10.1.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
55ebe04adf
commit
56a204143a
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for calibre-bin
|
||||
|
||||
# Copyright 2019-2020, Alexander Verbovetsky, Moscow, Russia
|
||||
# Copyright 2019-2021, Alexander Verbovetsky, Moscow, Russia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=calibre-bin
|
||||
VERSION=${VERSION:-5.9.0}
|
||||
VERSION=${VERSION:-5.10.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="calibre-bin"
|
||||
VERSION="5.9.0"
|
||||
VERSION="5.10.1"
|
||||
HOMEPAGE="https://calibre-ebook.com"
|
||||
DOWNLOAD="https://download.calibre-ebook.com/5.9.0/calibre-5.9.0-i686.txz"
|
||||
MD5SUM="c33cac8e9d8ad1d0c8847eb5270f0c26"
|
||||
DOWNLOAD_x86_64="https://download.calibre-ebook.com/5.9.0/calibre-5.9.0-x86_64.txz"
|
||||
MD5SUM_x86_64="c481b9e49a21534e55c9ecaa60599767"
|
||||
DOWNLOAD="https://download.calibre-ebook.com/5.10.1/calibre-5.10.1-i686.txz"
|
||||
MD5SUM="1a1c94cb444d7a16df6dd1d9b5d832b2"
|
||||
DOWNLOAD_x86_64="https://download.calibre-ebook.com/5.10.1/calibre-5.10.1-x86_64.txz"
|
||||
MD5SUM_x86_64="22f9ddf740735362a0d6f593baabe4c1"
|
||||
REQUIRES="libxkbcommon"
|
||||
MAINTAINER="Alexander Verbovetsky"
|
||||
EMAIL="alik@ejik.org"
|
||||
|
|
Loading…
Reference in New Issue