summaryrefslogtreecommitdiffstats
path: root/calibre/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2013-06-07 06:35:28 +0000
committer Eric Hameleers <alien@slackware.com>2013-06-07 06:35:28 +0000
commitcc53701c2de9378e9a0df9e1b4a7c452c4836156 (patch)
treec6e0284b302f9f9db2061a5f011bc7e10eecb021 /calibre/build
parent68be06b296f042aa3cc8623766b3cd44e134d25a (diff)
downloadasb-cc53701c2de9378e9a0df9e1b4a7c452c4836156.tar.gz
asb-cc53701c2de9378e9a0df9e1b4a7c452c4836156.tar.xz
Update to 0.9.34
Diffstat (limited to 'calibre/build')
-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 44f5743e..1d3ca0bd 100755
--- a/calibre/build/calibre.SlackBuild
+++ b/calibre/build/calibre.SlackBuild
@@ -249,6 +249,8 @@
# * New release.
# 0.9.33-1: 31/may/2013 by Eric Hameleers <alien@slackware.com>
# * New release.
+# 0.9.34-1: 07/jun/2013 by Eric Hameleers <alien@slackware.com>
+# * New release.
#
# Run 'sh calibre.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
@@ -259,7 +261,7 @@
# Set initial variables:
PRGNAM=calibre
-VERSION=${VERSION:-0.9.33}
+VERSION=${VERSION:-0.9.34}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}