diff options
author | Khronosschoty <khronosschoty@posteo.org> | 2022-02-25 13:27:05 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-25 13:27:05 +0700 |
commit | 4a35d960e1f31e1ad35c790e3baed681d785cb95 (patch) | |
tree | 7d43c24e7c6313845af984b0944a40132ea581c8 /system | |
parent | 94a00ee424eccea1e1079e093c5fab8788e3a52e (diff) |
system/eltclsh: Updated for version 1.18.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/eltclsh/eltclsh.SlackBuild | 6 | ||||
-rw-r--r-- | system/eltclsh/eltclsh.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/system/eltclsh/eltclsh.SlackBuild b/system/eltclsh/eltclsh.SlackBuild index 553a43ec813d..bb86271625ed 100644 --- a/system/eltclsh/eltclsh.SlackBuild +++ b/system/eltclsh/eltclsh.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for eltclsh -# Copyright 2016,2018 Khronosschoty +# Copyright 2016,2018,2022 Khronosschoty # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=eltclsh -VERSION=${VERSION:-1.17} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.18} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/eltclsh/eltclsh.info b/system/eltclsh/eltclsh.info index 0fff1fea200c..792aa8a6c82e 100644 --- a/system/eltclsh/eltclsh.info +++ b/system/eltclsh/eltclsh.info @@ -1,8 +1,8 @@ PRGNAM="eltclsh" -VERSION="1.17" +VERSION="1.18" HOMEPAGE="http://homepages.laas.fr/mallet/soft/shell/eltclsh" -DOWNLOAD="http://distfiles.openrobots.org/eltclsh/eltclsh-1.17.tar.gz" -MD5SUM="e698f5969970feafeff934b1294a37c0" +DOWNLOAD="http://distfiles.openrobots.org/eltclsh/eltclsh-1.18.tar.gz" +MD5SUM="f4d5982491b13072a90fffbf0bb37fd5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |