Skip to content

Commit

Permalink
1.0.6: bootstrap earlier nimterop
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Dec 26, 2020
1 parent 8f72ecb commit 3eb07e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bootstrap-nonimble.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ git clone --depth 1 https://github.com/disruptek/bump.git
git clone --depth 1 https://github.com/disruptek/cutelog.git
git clone --depth 1 https://github.com/disruptek/gittyup.git
git clone --depth 1 https://github.com/disruptek/nimgit2.git
git clone --depth 1 https://github.com/genotrance/nimterop.git
git clone --depth 1 --branch v0.6.11 https://github.com/genotrance/nimterop.git
git clone --depth 1 https://github.com/nitely/nim-regex.git
git clone --depth 1 https://github.com/nitely/nim-unicodedb.git
git clone --depth 1 https://github.com/nitely/nim-unicodeplus.git
Expand Down
1 change: 1 addition & 0 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export NIMBLE_DIR="`pwd`/deps"
mkdir --parents "$NIMBLE_DIR"

nimble --accept refresh
nimble install nimterop@0.6.11
nimble install "--passNim:--path:\"`pwd`/src\" --outdir:\"`pwd`\""

realpath nimph
2 changes: 1 addition & 1 deletion nimph.nimble
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "1.0.5"
version = "1.0.6"
author = "disruptek"
description = "nim package handler from the future"
license = "MIT"
Expand Down

0 comments on commit 3eb07e8

Please sign in to comment.