diff options
author | Larry Hajali <larryhaja@gmail.com> | 2017-08-26 08:13:40 -0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-09-02 10:22:28 +0100 |
commit | f0fa57e431ba961aff5c74f1c9eaa75a101ef7be (patch) | |
tree | 68112807edbe469a894787f88ed9a3971deecbbc /office/calibre | |
parent | 8322647503ee7d840426fc2af6e27f2e99df0671 (diff) | |
download | slackbuilds-f0fa57e431ba961aff5c74f1c9eaa75a101ef7be.tar.gz |
office/calibre: Updated for version 3.7.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 8d84705a1e..f2452c491a 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.6.0} +VERSION=${VERSION:-3.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/office/calibre/calibre.info b/office/calibre/calibre.info index dd3e431b2c..07c90f2a86 100644 --- a/office/calibre/calibre.info +++ b/office/calibre/calibre.info @@ -1,8 +1,8 @@ PRGNAM="calibre" -VERSION="3.6.0" +VERSION="3.7.0" HOMEPAGE="https://calibre-ebook.com" -DOWNLOAD="https://download.calibre-ebook.com/3.6.0/calibre-3.6.0.tar.xz" -MD5SUM="bf8a4c1b408efc2fd83c9e87411d2bff" +DOWNLOAD="https://download.calibre-ebook.com/3.7.0/calibre-3.7.0.tar.xz" +MD5SUM="c58e2cac4e622a5fb9e9f6b8d9a219d4" 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" |