summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2012-05-25 10:28:38 +0000
committer Eric Hameleers <alien@slackware.com>2012-05-25 10:28:38 +0000
commite9f593e06351eccae0ee9f6f1d29dc952cac6f8c (patch)
tree2638ba401daae765aa02bb4abae2c5446c2cd1b9
parentbb740201473a1ba8fbf6fcca98a08c570f07a6ff (diff)
downloadasb-e9f593e06351eccae0ee9f6f1d29dc952cac6f8c.tar.gz
asb-e9f593e06351eccae0ee9f6f1d29dc952cac6f8c.tar.xz
Update to 0.8.53
-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 97e26d7e..697d7618 100755
--- a/calibre/build/calibre.SlackBuild
+++ b/calibre/build/calibre.SlackBuild
@@ -138,6 +138,8 @@
# 0.8.52-1: 18/may/2012 by Eric Hameleers <alien@slackware.com>
# * Update. Man pages are no longer included as all utilities
# have more comprehensive command line "--help".
+# 0.8.53-1: 25/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 .
@@ -148,7 +150,7 @@
# Set initial variables:
PRGNAM=calibre
-VERSION=${VERSION:-0.8.52}
+VERSION=${VERSION:-0.8.53}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}