diff options
-rw-r--r-- | system/makeself/makeself.SlackBuild | 4 | ||||
-rw-r--r-- | system/makeself/makeself.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/makeself/makeself.SlackBuild b/system/makeself/makeself.SlackBuild index 1f2ccfdbe7515..8d3977ff36957 100644 --- a/system/makeself/makeself.SlackBuild +++ b/system/makeself/makeself.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for makeself -# Copyright 2020, Erik Falor <ewfalor@gmail.com>, Utah, USA +# Copyright 2022, Erik Falor <ewfalor@gmail.com>, Utah, USA # All rights reserved. # # Originally maintained by Andrew Tkalia <anddt@yandex.ru>, Ukraine, Kyiv @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=makeself -VERSION=${VERSION:-2.4.2} +VERSION=${VERSION:-2.4.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/makeself/makeself.info b/system/makeself/makeself.info index a1573f2778ec7..e550885f172d7 100644 --- a/system/makeself/makeself.info +++ b/system/makeself/makeself.info @@ -1,8 +1,8 @@ PRGNAM="makeself" -VERSION="2.4.2" +VERSION="2.4.5" HOMEPAGE="https://github.com/megastep/makeself" -DOWNLOAD="https://github.com/megastep/makeself/archive/release-2.4.2.tar.gz" -MD5SUM="7f81a68ee6a8db39ca099e93e7bbc5ed" +DOWNLOAD="https://github.com/megastep/makeself/archive/release-2.4.5.tar.gz" +MD5SUM="18bd1c06156cdf2d006ce21a72078e30" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |