summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-09-09 17:32:12 +0000
committer Eric Hameleers <alien@slackware.com>2011-09-09 17:32:12 +0000
commit73f9b4463d3b2199552ac4072a79b966996e0e69 (patch)
tree9901bda438a7e994ce955fcf14419f5943818739
parent594345247edf0e571e508ed735636827bc3f1ae6 (diff)
downloadasb-73f9b4463d3b2199552ac4072a79b966996e0e69.tar.gz
asb-73f9b4463d3b2199552ac4072a79b966996e0e69.tar.xz
Update to 0.8.18
-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 f91fe0d7..bd4311f9 100755
--- a/calibre/build/calibre.SlackBuild
+++ b/calibre/build/calibre.SlackBuild
@@ -60,6 +60,8 @@
# * Update.
# 0.8.17-1: 02/sep/2011 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 0.8.18-1: 09/sep/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 .
@@ -70,7 +72,7 @@
# Set initial variables:
PRGNAM=calibre
-VERSION=${VERSION:-0.8.17}
+VERSION=${VERSION:-0.8.18}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}