summaryrefslogtreecommitdiffstats
path: root/calibre/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-11-22 15:00:38 +0000
committer Eric Hameleers <alien@slackware.com>2015-11-22 15:00:38 +0000
commit653b1b6da433f9f75f2c5cd82bed06c665bdaf92 (patch)
treed29f82ef5178ad264266f37e5e4a5057052d315b /calibre/build
parent2c99125d6898e7cc63dbfb2532fe739823ded006 (diff)
downloadasb-653b1b6da433f9f75f2c5cd82bed06c665bdaf92.tar.gz
asb-653b1b6da433f9f75f2c5cd82bed06c665bdaf92.tar.xz
calibre: updated to 2.44.1
Diffstat (limited to 'calibre/build')
-rwxr-xr-xcalibre/build/calibre.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/calibre/build/calibre.SlackBuild b/calibre/build/calibre.SlackBuild
index 5a05201e..723b5bbf 100755
--- a/calibre/build/calibre.SlackBuild
+++ b/calibre/build/calibre.SlackBuild
@@ -59,6 +59,8 @@
# * Emergency bugfix release.
# 2.39.0-1: 25/sep/2015 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 2.44.1-1: 22/nov/2015 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh calibre.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
@@ -67,7 +69,7 @@
# -----------------------------------------------------------------------------
PRGNAM=calibre
-VERSION=${VERSION:-2.39.0}
+VERSION=${VERSION:-2.44.1}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j4 "}
TAG=${TAG:-alien}
@@ -80,7 +82,7 @@ SLACKVER=${SLACKVER:-$(cat /etc/slackware-version |cut -d' ' -f2)}
REQUIRED_QT="5.3.2"
# Only used in case we need to build our own Qt:
-INT_QT=5.5.0
+INT_QT=5.5.1
REQUIRED_MTP="1.1.5"