summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-09-16 19:46:09 +0000
committer Eric Hameleers <alien@slackware.com>2011-09-16 19:46:09 +0000
commit6e86e018e67fe5d96bffacab002cf8a53a316d72 (patch)
treedb0e03cb80e56686e83f8ccdbe9576cddd5d9eab
parent874eb5f021f24faecba76de3432121e7eda4c2bb (diff)
downloadasb-6e86e018e67fe5d96bffacab002cf8a53a316d72.tar.gz
asb-6e86e018e67fe5d96bffacab002cf8a53a316d72.tar.xz
Update to 0.8.19
-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 bd4311f9..50387855 100755
--- a/calibre/build/calibre.SlackBuild
+++ b/calibre/build/calibre.SlackBuild
@@ -62,6 +62,8 @@
# * Update.
# 0.8.18-1: 09/sep/2011 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 0.8.19-1: 16/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 .
@@ -72,7 +74,7 @@
# Set initial variables:
PRGNAM=calibre
-VERSION=${VERSION:-0.8.18}
+VERSION=${VERSION:-0.8.19}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}