summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2012-05-31 14:30:14 +0000
committer Eric Hameleers <alien@slackware.com>2012-05-31 14:30:14 +0000
commitf6dab2d55b9be0d442803f1da1ce14ad492973c0 (patch)
treeb762666e0213286559649681598df55badaa7c4e
parent78db9ea023f84c803d78da7352af037a5180684f (diff)
downloadasb-f6dab2d55b9be0d442803f1da1ce14ad492973c0.tar.gz
asb-f6dab2d55b9be0d442803f1da1ce14ad492973c0.tar.xz
Update to 0.8.54
-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 697d7618..71c98412 100755
--- a/calibre/build/calibre.SlackBuild
+++ b/calibre/build/calibre.SlackBuild
@@ -140,6 +140,8 @@
# have more comprehensive command line "--help".
# 0.8.53-1: 25/may/2012 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 0.8.54-1: 31/may/2012 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 .
@@ -150,7 +152,7 @@
# Set initial variables:
PRGNAM=calibre
-VERSION=${VERSION:-0.8.53}
+VERSION=${VERSION:-0.8.54}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}