summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2013-04-12 12:52:23 +0000
committer Eric Hameleers <alien@slackware.com>2013-04-12 12:52:23 +0000
commit754aed8437b059310119dfb2cf558c15657ea8c6 (patch)
treeb163496ebe9e1c35c55772da67e21af730f13d2b
parent2afae2175131c49af76638ccca716d6ac3142eec (diff)
downloadasb-754aed8437b059310119dfb2cf558c15657ea8c6.tar.gz
asb-754aed8437b059310119dfb2cf558c15657ea8c6.tar.xz
Updated to 0.9.27
Diffstat (limited to '')
-rwxr-xr-xcalibre/build/calibre.SlackBuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/calibre/build/calibre.SlackBuild b/calibre/build/calibre.SlackBuild
index f0348f9f..36dfa173 100755
--- a/calibre/build/calibre.SlackBuild
+++ b/calibre/build/calibre.SlackBuild
@@ -233,6 +233,10 @@
# * New release.
# 0.9.25-1: 29/mar/2013 by Eric Hameleers <alien@slackware.com>
# * New release.
+# 0.9.26-1: 05/apr/2013 by Eric Hameleers <alien@slackware.com>
+# * New release.
+# 0.9.27-1: 12/apr/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 .
@@ -243,7 +247,7 @@
# Set initial variables:
PRGNAM=calibre
-VERSION=${VERSION:-0.9.25}
+VERSION=${VERSION:-0.9.27}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}