summaryrefslogtreecommitdiffstats
path: root/calibre/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2013-02-22 11:12:06 +0000
committer Eric Hameleers <alien@slackware.com>2013-02-22 11:12:06 +0000
commit6eb0b64171d85eadd3f2828254e33a00b2e36b28 (patch)
tree2d46ebeb159bfeadccf7cda4d82bd129e4dfe4b0 /calibre/build
parent661dbce84ad8ed046dec85525b3aad8319b75334 (diff)
downloadasb-6eb0b64171d85eadd3f2828254e33a00b2e36b28.tar.gz
asb-6eb0b64171d85eadd3f2828254e33a00b2e36b28.tar.xz
Update to 0.9.20
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 d87c10a5..a2293184 100755
--- a/calibre/build/calibre.SlackBuild
+++ b/calibre/build/calibre.SlackBuild
@@ -221,6 +221,8 @@
# * New release.
# 0.9.19-1: 15/feb/2013 by Eric Hameleers <alien@slackware.com>
# * New release.
+# 0.9.20-1: 22/feb/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 .
@@ -231,7 +233,7 @@
# Set initial variables:
PRGNAM=calibre
-VERSION=${VERSION:-0.9.19}
+VERSION=${VERSION:-0.9.20}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}