summaryrefslogtreecommitdiffstats
path: root/calibre
diff options
context:
space:
mode:
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 7032d68a..eb80043a 100755
--- a/calibre/build/calibre.SlackBuild
+++ b/calibre/build/calibre.SlackBuild
@@ -55,6 +55,8 @@
# 2.37.0-1: 04/sep/2015 by Eric Hameleers <alien@slackware.com>
# * Update. Removed BeautifulSoup as dependency. Minimal required
# version of Python becomes 2.7.9.
+# 2.37.1-1: 07/sep/2015 by Eric Hameleers <alien@slackware.com>
+# * Emergency bugfix 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 .
@@ -63,7 +65,7 @@
# -----------------------------------------------------------------------------
PRGNAM=calibre
-VERSION=${VERSION:-2.37.0}
+VERSION=${VERSION:-2.37.1}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j4 "}
TAG=${TAG:-alien}