summaryrefslogtreecommitdiffstats
path: root/calibre
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-12-23 11:14:27 +0000
committer Eric Hameleers <alien@slackware.com>2011-12-23 11:14:27 +0000
commit1d83f6e58f3ec8bec6a795b33d91c982c6af82fc (patch)
treed56d6aedd5401d3591259eb84b64ce84c95dee2f /calibre
parent9ed944b851afe42e73202627d5b6c6b7dc2baa28 (diff)
downloadasb-1d83f6e58f3ec8bec6a795b33d91c982c6af82fc.tar.gz
asb-1d83f6e58f3ec8bec6a795b33d91c982c6af82fc.tar.xz
Update to 0.8.32
Diffstat (limited to 'calibre')
-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 18bd4e24..9908579e 100755
--- a/calibre/build/calibre.SlackBuild
+++ b/calibre/build/calibre.SlackBuild
@@ -92,6 +92,8 @@
# * Update.
# 0.8.31-1: 16/dec/2011 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 0.8.32-1: 23/dec/2011 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 .
@@ -102,7 +104,7 @@
# Set initial variables:
PRGNAM=calibre
-VERSION=${VERSION:-0.8.31}
+VERSION=${VERSION:-0.8.32}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}