From bda572dc2ac0c7c212324c5ccc1c984b798d6d7a Mon Sep 17 00:00:00 2001 From: Leorize Date: Sat, 4 Nov 2023 12:31:03 -0500 Subject: [PATCH] bootstrap: update cligen to 2.0.3 This release contains fixes for nimskull --- bootstrap-nonimble.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap-nonimble.sh b/bootstrap-nonimble.sh index 11e6c6e..5e01507 100755 --- a/bootstrap-nonimble.sh +++ b/bootstrap-nonimble.sh @@ -2,7 +2,7 @@ PASSES="" if [ "$GITHUB_ACTIONS" = "true" ]; then - if [ `uname -s` = "Linux" ]; then + if [ $(uname -s) = "Linux" ]; then LGEXT="so" else LGEXT="dylib" @@ -18,7 +18,7 @@ cd temporary git clone --depth 1 --branch 1.8.31 https://github.com/disruptek/bump.git git clone --depth 1 --branch 2.0.1 https://github.com/disruptek/cutelog.git git clone --depth 1 --branch 3.1.0 https://github.com/disruptek/gittyup.git -git clone --depth 1 --branch 2.0.2 https://github.com/disruptek/cligen.git +git clone --depth 1 --branch 2.0.3 https://github.com/disruptek/cligen.git git clone --depth 1 --branch 0.26.0 https://github.com/zevv/npeg.git git clone --depth 1 --branch 1.0.2 https://github.com/disruptek/jsonconvert.git git clone --depth 1 --branch 2.1.3 https://github.com/disruptek/badresults.git