summaryrefslogtreecommitdiffstats
path: root/calibre
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-09-07 04:46:56 +0000
committer Eric Hameleers <alien@slackware.com>2015-09-07 04:46:56 +0000
commit4fb7dc5c5737d143342f4bcee4d723509ace3fe1 (patch)
tree7fbccf40cff4e8f8a25200bc455e085f80077c37 /calibre
parent7b795b86227569fff2c723fb1d862b139bd45cd2 (diff)
downloadasb-4fb7dc5c5737d143342f4bcee4d723509ace3fe1.tar.gz
asb-4fb7dc5c5737d143342f4bcee4d723509ace3fe1.tar.xz
calibre: updated to 2.37.1 (emergency bugfix release)
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}