summaryrefslogtreecommitdiffstats
path: root/calibre/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-04-18 07:14:26 +0000
committer Eric Hameleers <alien@slackware.com>2014-04-18 07:14:26 +0000
commit8a399fffc3895f0ef61c9922ad0e2d1102acf87e (patch)
treed3b841e2bad17a2b12d04fc7a38735e484a4ca1c /calibre/build
parent73f435e57739e89c4ea15e18920c8eb92a496029 (diff)
downloadasb-8a399fffc3895f0ef61c9922ad0e2d1102acf87e.tar.gz
asb-8a399fffc3895f0ef61c9922ad0e2d1102acf87e.tar.xz
Update to 1.33.0
Diffstat (limited to 'calibre/build')
-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 66d90e28..92d67689 100755
--- a/calibre/build/calibre.SlackBuild
+++ b/calibre/build/calibre.SlackBuild
@@ -336,6 +336,8 @@
# * Update.
# 1.32.0-1: 11/mar/2014 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 1.33.0-1: 18/mar/2014 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 .
@@ -344,7 +346,7 @@
# -----------------------------------------------------------------------------
PRGNAM=calibre
-VERSION=${VERSION:-1.32.0}
+VERSION=${VERSION:-1.33.0}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j4 "}
TAG=${TAG:-alien}