diff options
author | Larry Hajali <larryhaja@gmail.com> | 2017-10-19 11:41:07 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-10-21 07:08:20 +0700 |
commit | c7e2c8bf8c5581db90054966642d6f0fb6917605 (patch) | |
tree | 8af9bd5bac1dfe353a855be54dfa35ba30c23433 /office/calibre | |
parent | 20ed0366ec63261d29e53a48e53616540339e47a (diff) |
office/calibre: Updated for version 3.9.0
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'office/calibre')
-rw-r--r-- | office/calibre/calibre.SlackBuild | 2 | ||||
-rw-r--r-- | office/calibre/calibre.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/office/calibre/calibre.SlackBuild b/office/calibre/calibre.SlackBuild index f2452c491a0f..a743c63e4056 100644 --- a/office/calibre/calibre.SlackBuild +++ b/office/calibre/calibre.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=calibre -VERSION=${VERSION:-3.7.0} +VERSION=${VERSION:-3.9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/office/calibre/calibre.info b/office/calibre/calibre.info index 07c90f2a867d..25fe23590423 100644 --- a/office/calibre/calibre.info +++ b/office/calibre/calibre.info @@ -1,8 +1,8 @@ PRGNAM="calibre" -VERSION="3.7.0" +VERSION="3.9.0" HOMEPAGE="https://calibre-ebook.com" -DOWNLOAD="https://download.calibre-ebook.com/3.7.0/calibre-3.7.0.tar.xz" -MD5SUM="c58e2cac4e622a5fb9e9f6b8d9a219d4" +DOWNLOAD="https://download.calibre-ebook.com/3.9.0/calibre-3.9.0.tar.xz" +MD5SUM="e3163d8f851921423f06a44dc3b33fe2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="cssutils dnspython lxml mechanize podofo python-dateutil netifaces psutil cssselect apsw optipng PyQt5 Pygments msgpack-python regex html5-parser" |