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