diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-21 11:35:15 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-21 11:35:15 +0700 |
commit | 4f47ca92989ee741a8399860ca97c9b49b447f47 (patch) | |
tree | 4bbdbc37eca90a0e04a622ca4f9d5209630fa958 /system/conmon | |
parent | 9795065d48e1e8792d214b89ba0ae25a11498f65 (diff) |
system/conmon: Fix GIT commit version.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/conmon')
-rw-r--r-- | system/conmon/conmon.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/conmon/conmon.SlackBuild b/system/conmon/conmon.SlackBuild index e0684c81a2ef2..56ebfc1fbdd49 100644 --- a/system/conmon/conmon.SlackBuild +++ b/system/conmon/conmon.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=conmon REPONAME=conmon VERSION=${VERSION:-2.1.8} -GIT_COMMIT="4dc8bcfec41e10ca760c8e2089474c2843dfd066" +GIT_COMMIT="00e08f4a9ca5420de733bf542b930ad58e1a7e7d" BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |