From 64e4da1c114497dee6c70937d7c39222bfd3da0b Mon Sep 17 00:00:00 2001 From: Smooth Operator Date: Thu, 9 Mar 2023 08:06:43 -0500 Subject: [PATCH] 1.1.5: bump cligen for 1.9.1 --- bootstrap-nonimble.sh | 2 +- nimph.nimble | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bootstrap-nonimble.sh b/bootstrap-nonimble.sh index fc5a58c..11e6c6e 100755 --- a/bootstrap-nonimble.sh +++ b/bootstrap-nonimble.sh @@ -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.1 https://github.com/disruptek/cligen.git +git clone --depth 1 --branch 2.0.2 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 diff --git a/nimph.nimble b/nimph.nimble index 0423352..d023613 100644 --- a/nimph.nimble +++ b/nimph.nimble @@ -1,4 +1,4 @@ -version = "1.1.4" +version = "1.1.5" author = "disruptek" description = "nim package handler from the future" license = "MIT" @@ -9,7 +9,7 @@ srcDir = "src" # this breaks tests #installDirs = @["docs", "tests", "src"] -requires "https://github.com/disruptek/cligen >= 2.0.1 & < 3.0.0" +requires "https://github.com/disruptek/cligen >= 2.0.2 & < 3.0.0" requires "https://github.com/zevv/npeg >= 0.26.0 & < 2.0.0" requires "https://github.com/disruptek/bump >= 1.8.31 & < 2.0.0" requires "https://github.com/disruptek/github >= 3.0.0 & < 4.0.0"