summaryrefslogtreecommitdiffstats
path: root/calibre
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-08-06 16:00:13 +0000
committer Eric Hameleers <alien@slackware.com>2017-08-06 16:00:13 +0000
commit02c6d631fba8b037ba142fb1bcaf2e597e1da419 (patch)
tree77d87956021270a84fd3e061a1d639bb55614062 /calibre
parenta0d2494bae1ddde4880cc849b2d4a1ce9b4958f7 (diff)
downloadasb-02c6d631fba8b037ba142fb1bcaf2e597e1da419.tar.gz
asb-02c6d631fba8b037ba142fb1bcaf2e597e1da419.tar.xz
calibre: updated to 3.6.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 2bb25962..4f44ffdf 100755
--- a/calibre/build/calibre.SlackBuild
+++ b/calibre/build/calibre.SlackBuild
@@ -81,6 +81,8 @@
# * New major release 3.x.
# 3.4.0-1: 16/jul/2017 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 3.6.0-1: 06/aug/2017 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 .
@@ -90,7 +92,7 @@
PRGNAM=calibre
SRCNAM=calibre
-VERSION=${VERSION:-3.4.0}
+VERSION=${VERSION:-3.6.0}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j4 "}
TAG=${TAG:-alien}