summaryrefslogtreecommitdiffstats
path: root/calibre
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-03-07 16:02:09 +0000
committer Eric Hameleers <alien@slackware.com>2018-03-07 16:02:09 +0000
commitfa46e9bf0896498830cc3ed798ab0868a2003da7 (patch)
tree6ae4a7e0835a1630eba8b7c6b7227c3042b531cf /calibre
parent1ef8a00edb828d86adf0bd1310367e75f1e4a0a8 (diff)
downloadasb-fa46e9bf0896498830cc3ed798ab0868a2003da7.tar.gz
asb-fa46e9bf0896498830cc3ed798ab0868a2003da7.tar.xz
calibre: updated to 3.18.0
Diffstat (limited to 'calibre')
-rwxr-xr-xcalibre/build/calibre.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/calibre/build/calibre.SlackBuild b/calibre/build/calibre.SlackBuild
index 2fdf6ba5..25a1e155 100755
--- a/calibre/build/calibre.SlackBuild
+++ b/calibre/build/calibre.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 Eric Hameleers, Eindhoven, NL
+# Copyright 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -91,6 +91,8 @@
# * Update.
# 3.13.0-1: 08/dec/2017 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 3.18.0-1: 07/mar/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 .
@@ -100,7 +102,7 @@
PRGNAM=calibre
SRCNAM=calibre
-VERSION=${VERSION:-3.13.0}
+VERSION=${VERSION:-3.18.0}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j4 "}
TAG=${TAG:-alien}