summaryrefslogtreecommitdiffstats
path: root/calibre
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2012-05-11 07:39:00 +0000
committer Eric Hameleers <alien@slackware.com>2012-05-11 07:39:00 +0000
commit901457cf45f29a2e460d00f0014b31738b16155c (patch)
tree75a23bb8c99844ad3e985cf205dbf51009f0cb07 /calibre
parent641743a58f9d1e47249cab221c97812fb7daa0f5 (diff)
downloadasb-901457cf45f29a2e460d00f0014b31738b16155c.tar.gz
asb-901457cf45f29a2e460d00f0014b31738b16155c.tar.xz
Update to 0.8.51
Diffstat (limited to 'calibre')
-rwxr-xr-xcalibre/build/calibre.SlackBuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/calibre/build/calibre.SlackBuild b/calibre/build/calibre.SlackBuild
index e5b44aee..d28d9d4a 100755
--- a/calibre/build/calibre.SlackBuild
+++ b/calibre/build/calibre.SlackBuild
@@ -131,6 +131,10 @@
# 0.8.49-2: 01/may/2012 by Eric Hameleers <alien@slackware.com>
# * Update several internal libraries. Especially cssutils needed
# an update in order to fix the broken format conversion.
+# 0.8.50-1: 04/may/2012 by Eric Hameleers <alien@slackware.com>
+# * Update.
+# 0.8.51-1: 11/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 .
@@ -141,8 +145,8 @@
# Set initial variables:
PRGNAM=calibre
-VERSION=${VERSION:-0.8.49}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-0.8.51}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}