diff options
author | Erik Falor <ewfalor@gmail.com> | 2022-02-23 09:43:24 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-23 20:10:22 +0700 |
commit | 1ceaa099843d30bea6083c8b4df6b0e326cbf2d0 (patch) | |
tree | 8e34bcf7ac0e116a6913c856c947dc3df86e7214 /system | |
parent | 07e74ec180ca094b9e3c6c0321ed57879d4933ae (diff) | |
download | slackbuilds-1ceaa099843d30bea6083c8b4df6b0e326cbf2d0.tar.gz |
system/makeself: Updated for version 2.4.5.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-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 1f2ccfdbe7..8d3977ff36 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 a1573f2778..e550885f17 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="" |