diff options
author | B. Watson <urchlay@slackware.uk> | 2022-12-28 01:01:24 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-31 09:14:50 +0700 |
commit | 316c07a3e469542e3c4b4ecae5d9a07894e22f97 (patch) | |
tree | 4e861eb04f557d6fec7c776191c924684df82e0f /system/linuxconsoletools | |
parent | 1eb54c1e13722ddd65aed24888feeb9de452da44 (diff) |
system/linuxconsoletools: Updated for version 1.8.1.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/linuxconsoletools')
-rw-r--r-- | system/linuxconsoletools/linuxconsoletools.SlackBuild | 3 | ||||
-rw-r--r-- | system/linuxconsoletools/linuxconsoletools.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/system/linuxconsoletools/linuxconsoletools.SlackBuild b/system/linuxconsoletools/linuxconsoletools.SlackBuild index 813735d453e1..1e0c50fe5c1c 100644 --- a/system/linuxconsoletools/linuxconsoletools.SlackBuild +++ b/system/linuxconsoletools/linuxconsoletools.SlackBuild @@ -23,6 +23,7 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20221228 bkw: update for v1.8.1 # 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 @@ -35,7 +36,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=linuxconsoletools -VERSION=${VERSION:-1.7.1} +VERSION=${VERSION:-1.8.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/linuxconsoletools/linuxconsoletools.info b/system/linuxconsoletools/linuxconsoletools.info index 48ba4b082ef0..50f49c1ce93c 100644 --- a/system/linuxconsoletools/linuxconsoletools.info +++ b/system/linuxconsoletools/linuxconsoletools.info @@ -1,8 +1,8 @@ PRGNAM="linuxconsoletools" -VERSION="1.7.1" +VERSION="1.8.1" HOMEPAGE="https://sourceforge.net/projects/linuxconsole/" -DOWNLOAD="https://downloads.sourceforge.net/linuxconsole/linuxconsoletools-1.7.1.tar.bz2" -MD5SUM="bc9d7178434a2ff53b75dfdf7c34e2c8" +DOWNLOAD="https://downloads.sourceforge.net/linuxconsole/linuxconsoletools-1.8.1.tar.bz2" +MD5SUM="e68b6f473d81715e7be836b88fff6afe" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |