Browse Source
office/calibre-bin: Updated for version 6.3.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/186/head
Alexander Verbovetsky
3 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
office/calibre-bin/calibre-bin.SlackBuild
-
office/calibre-bin/calibre-bin.info
|
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=calibre-bin |
|
|
|
VERSION=${VERSION:-6.2.1} |
|
|
|
VERSION=${VERSION:-6.3.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
|
@ -1,10 +1,10 @@ |
|
|
|
PRGNAM="calibre-bin" |
|
|
|
VERSION="6.2.1" |
|
|
|
VERSION="6.3.0" |
|
|
|
HOMEPAGE="https://calibre-ebook.com" |
|
|
|
DOWNLOAD="UNSUPPORTED" |
|
|
|
MD5SUM="" |
|
|
|
DOWNLOAD_x86_64="https://download.calibre-ebook.com/6.2.1/calibre-6.2.1-x86_64.txz" |
|
|
|
MD5SUM_x86_64="5a388881305e975020d402ca829dfdf4" |
|
|
|
DOWNLOAD_x86_64="https://download.calibre-ebook.com/6.3.0/calibre-6.3.0-x86_64.txz" |
|
|
|
MD5SUM_x86_64="2cae1cad88f97b95c9501c0c0569229b" |
|
|
|
REQUIRES="" |
|
|
|
MAINTAINER="Alexander Verbovetsky" |
|
|
|
EMAIL="alik@ejik.org" |