Update nim to version 0.17.2

This commit is contained in:
Richard Kuhnt 2017-09-07 21:00:14 +00:00
parent 49be408955
commit 5a44a780c6

View File

@ -1,19 +1,19 @@
{ {
"homepage": "https://nim-lang.org/", "homepage": "https://nim-lang.org/",
"version": "0.17.0", "version": "0.17.2",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://nim-lang.org/download/nim-0.17.0_x64.zip", "url": "https://nim-lang.org/download/nim-0.17.2_x64.zip",
"hash": "0e0aea31338b433e75f9c197a6ec37a42f68aee4be6c91d813f3e053fef5a05c" "hash": "99c0e0d128ffd0fd368ca184afde807066167eef188a5e57f1c49b5bd3776fe0"
}, },
"32bit": { "32bit": {
"url": "https://nim-lang.org/download/nim-0.17.0_x32.zip", "url": "https://nim-lang.org/download/nim-0.17.2_x32.zip",
"hash": "8fe344f6fb6242b4555878f4243844ea78edb22acf9cb23a91399ea543a5036b" "hash": "7eb9881de6ffa1ff080106fb336685763a7a1db578b8f2a2affe2d9b318ff6b4"
} }
}, },
"depends": "gcc", "depends": "gcc",
"extract_dir": "nim-0.17.0", "extract_dir": "nim-0.17.2",
"post_install": " "post_install": "
# Copy Nimble package # Copy Nimble package
Copy-Item -Recurse $dir\\dist\\nimble\\src\\nimblepkg $dir\\bin Copy-Item -Recurse $dir\\dist\\nimble\\src\\nimblepkg $dir\\bin