summaryrefslogtreecommitdiffstats
path: root/calibre
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2012-03-02 09:38:52 +0000
committer Eric Hameleers <alien@slackware.com>2012-03-02 09:38:52 +0000
commit03051f7a03f6f95a82f60ce2cfccfa27d08b6718 (patch)
tree224023d90e87973f58da164fe9720b1db7a15d56 /calibre
parentece4abc1c5cf3e970cff92e5fad4fb7a73751688 (diff)
downloadasb-03051f7a03f6f95a82f60ce2cfccfa27d08b6718.tar.gz
asb-03051f7a03f6f95a82f60ce2cfccfa27d08b6718.tar.xz
Update to 0.8.42 (expected later today0
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 e4dca767..ac31fd6f 100755
--- a/calibre/build/calibre.SlackBuild
+++ b/calibre/build/calibre.SlackBuild
@@ -112,6 +112,8 @@
# * Update.
# 0.8.41-1: 24/feb/2012 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 0.8.42-1: 02/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 .
@@ -122,7 +124,7 @@
# Set initial variables:
PRGNAM=calibre
-VERSION=${VERSION:-0.8.41}
+VERSION=${VERSION:-0.8.42}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}