From 66a156bf76ea8058b04330748b92849b274824cc Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 13 Feb 2017 15:21:00 +0000 Subject: calibre: updated to 2.79.1 --- calibre/build/calibre.SlackBuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'calibre') diff --git a/calibre/build/calibre.SlackBuild b/calibre/build/calibre.SlackBuild index 2d8aeabf..bbdf03d1 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 Eric Hameleers, Eindhoven, NL +# Copyright 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 Eric Hameleers, Eindhoven, NL # All rights reserved. # # Permission to use, copy, modify, and distribute this software for @@ -75,6 +75,8 @@ # * Update. # 2.75.1-1: 27/dec/2016 by Eric Hameleers # * Update. +# 2.79.1-1: 13/feb/2017 by Eric Hameleers +# * 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 . @@ -83,7 +85,7 @@ # ----------------------------------------------------------------------------- PRGNAM=calibre -VERSION=${VERSION:-2.75.1} +VERSION=${VERSION:-2.79.1} BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j4 "} TAG=${TAG:-alien} -- cgit v1.2.3-65-gdbad