summaryrefslogtreecommitdiffstats
path: root/calibre
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2023-04-21 20:42:57 +0000
committer Eric Hameleers <alien@slackware.com>2023-04-21 20:42:57 +0000
commit3e2c4477963d491d74c3c76d44c1e3e6d3e4c5f9 (patch)
treee1b4f67acacc2aea547eedd5131d87e205605c2e /calibre
parentd81ddd05d88c02e172023665ce1a87282624ecbd (diff)
downloadasb-3e2c4477963d491d74c3c76d44c1e3e6d3e4c5f9.tar.gz
asb-3e2c4477963d491d74c3c76d44c1e3e6d3e4c5f9.tar.xz
calibre: update to 6.16.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 cba82383..8acdf079 100755
--- a/calibre/build/calibre.SlackBuild
+++ b/calibre/build/calibre.SlackBuild
@@ -145,6 +145,8 @@
# * Update.
# 6.15.1-1: 08/apr/2023 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 6.16.0-1: 21/apr/2023 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 .
@@ -154,7 +156,7 @@
PRGNAM=calibre
SRCNAM=calibre
-VERSION=${VERSION:-6.15.1}
+VERSION=${VERSION:-6.16.0}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}