summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-10-21 08:37:26 +0000
committer Eric Hameleers <alien@slackware.com>2011-10-21 08:37:26 +0000
commit717681355b2e93248a88151ed133f7ed266d8762 (patch)
tree88e48a37fbec28c51b198ba9cce250d4070769be
parent67f0fb4f36bd03cf905fdd20d104fd074bd804d6 (diff)
downloadasb-717681355b2e93248a88151ed133f7ed266d8762.tar.gz
asb-717681355b2e93248a88151ed133f7ed266d8762.tar.xz
Update to 0.8.23
-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 efed03bd..cb2c27ab 100755
--- a/calibre/build/calibre.SlackBuild
+++ b/calibre/build/calibre.SlackBuild
@@ -74,6 +74,8 @@
# http://epubee.com/remove-drm-from-epub-on-adobe.html
# 0.8.22-1: 14/oct/2011 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 0.8.23-1: 21/oct/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 .
@@ -84,7 +86,7 @@
# Set initial variables:
PRGNAM=calibre
-VERSION=${VERSION:-0.8.22}
+VERSION=${VERSION:-0.8.23}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}