diff options
-rw-r--r-- | system/linuxconsoletools/linuxconsoletools.SlackBuild | 4 | ||||
-rw-r--r-- | system/linuxconsoletools/linuxconsoletools.info | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/system/linuxconsoletools/linuxconsoletools.SlackBuild b/system/linuxconsoletools/linuxconsoletools.SlackBuild index 9de107a5557d3..e5662ae25afe1 100644 --- a/system/linuxconsoletools/linuxconsoletools.SlackBuild +++ b/system/linuxconsoletools/linuxconsoletools.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for linuxconsoletools # Copyright 2011-2012 Roberto Neri, Palermo, Italy +# Copyright 2021 B. Watson <yalhcru@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,6 +23,7 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20210223 bkw: update for v1.7.1 # 20191129 bkw: update for v1.7.0, document new optional SDL2 dep. # 20181030 bkw: add GPM_COMPAT=yes option, minor cleanups, BUILD=2 # 20161015 bkw: update for v1.6.0 @@ -31,7 +33,7 @@ # replaced patch with a bit of sed. PRGNAM=linuxconsoletools -VERSION=${VERSION:-1.7.0} +VERSION=${VERSION:-1.7.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/linuxconsoletools/linuxconsoletools.info b/system/linuxconsoletools/linuxconsoletools.info index a337df9362ab6..31bd0ef77bb84 100644 --- a/system/linuxconsoletools/linuxconsoletools.info +++ b/system/linuxconsoletools/linuxconsoletools.info @@ -1,8 +1,8 @@ PRGNAM="linuxconsoletools" -VERSION="1.7.0" +VERSION="1.7.1" HOMEPAGE="https://sourceforge.net/projects/linuxconsole/" -DOWNLOAD="https://downloads.sourceforge.net/linuxconsole/linuxconsoletools-1.7.0.tar.bz2" -MD5SUM="b30c4daa2329d9af316045657370ee27" +DOWNLOAD="https://downloads.sourceforge.net/linuxconsole/linuxconsoletools-1.7.1.tar.bz2" +MD5SUM="bc9d7178434a2ff53b75dfdf7c34e2c8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |