summaryrefslogtreecommitdiffstats
path: root/calibre/build/calibre.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-07-15 12:31:10 +0000
committer Eric Hameleers <alien@slackware.com>2015-07-15 12:31:10 +0000
commit5d2a8ec223d1e01637ef2159a1346ae908bc3b48 (patch)
tree1bf71e2c7e7adfa44f5e0bd54f1dd7e160a30252 /calibre/build/calibre.SlackBuild
parent1b3202f10997be7903dd319b2d453cf41124e518 (diff)
downloadasb-5d2a8ec223d1e01637ef2159a1346ae908bc3b48.tar.gz
asb-5d2a8ec223d1e01637ef2159a1346ae908bc3b48.tar.xz
calibre: updated to 2.31.0
Diffstat (limited to 'calibre/build/calibre.SlackBuild')
-rwxr-xr-xcalibre/build/calibre.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/calibre/build/calibre.SlackBuild b/calibre/build/calibre.SlackBuild
index 90ddc17e..44a92008 100755
--- a/calibre/build/calibre.SlackBuild
+++ b/calibre/build/calibre.SlackBuild
@@ -44,6 +44,8 @@
# * First build of the Qt5 based 2.x series.
# 2.30.0-1: 05/jun/2015 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 2.31.0-1: 15/jul/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 .
@@ -52,7 +54,7 @@
# -----------------------------------------------------------------------------
PRGNAM=calibre
-VERSION=${VERSION:-2.30.0}
+VERSION=${VERSION:-2.31.0}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j4 "}
TAG=${TAG:-alien}