summaryrefslogtreecommitdiffstats
path: root/calibre
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2012-03-30 10:28:40 +0000
committer Eric Hameleers <alien@slackware.com>2012-03-30 10:28:40 +0000
commit8250aeee3b9b53938b331a3a8c1c2426ad1b1ee2 (patch)
treee246cb6c27d3c03f1fea3a20091c0ca5acc5d21d /calibre
parentc3bc575c396ff35ff1af5939651c622c70cce341 (diff)
downloadasb-8250aeee3b9b53938b331a3a8c1c2426ad1b1ee2.tar.gz
asb-8250aeee3b9b53938b331a3a8c1c2426ad1b1ee2.tar.xz
Updated to 0.8.45
Diffstat (limited to 'calibre')
-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 2d9852e4..8585326c 100755
--- a/calibre/build/calibre.SlackBuild
+++ b/calibre/build/calibre.SlackBuild
@@ -118,6 +118,8 @@
# * Update.
# 0.8.44-1: 23/mar/2012 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 0.8.45-1: 30/mar/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 .
@@ -128,7 +130,7 @@
# Set initial variables:
PRGNAM=calibre
-VERSION=${VERSION:-0.8.44}
+VERSION=${VERSION:-0.8.45}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}