summaryrefslogtreecommitdiffstats
path: root/calibre
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-09-25 14:22:30 +0000
committer Eric Hameleers <alien@slackware.com>2015-09-25 14:22:30 +0000
commit9a29b027d6f590308b686d32b07d86e88d240b49 (patch)
treeb11e4dbe6bbd4b3ab008e225202859169cd11f31 /calibre
parent1d25d1451e9aade14f829d9ff9b35899329cef1f (diff)
downloadasb-9a29b027d6f590308b686d32b07d86e88d240b49.tar.gz
asb-9a29b027d6f590308b686d32b07d86e88d240b49.tar.xz
calibre: updated to 2.39.0
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 eb80043a..5a05201e 100755
--- a/calibre/build/calibre.SlackBuild
+++ b/calibre/build/calibre.SlackBuild
@@ -57,6 +57,8 @@
# version of Python becomes 2.7.9.
# 2.37.1-1: 07/sep/2015 by Eric Hameleers <alien@slackware.com>
# * Emergency bugfix release.
+# 2.39.0-1: 25/sep/2015 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh calibre.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
@@ -65,7 +67,7 @@
# -----------------------------------------------------------------------------
PRGNAM=calibre
-VERSION=${VERSION:-2.37.1}
+VERSION=${VERSION:-2.39.0}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j4 "}
TAG=${TAG:-alien}