nim: Update to version 0.20.2

This commit is contained in:
Richard Kuhnt 2019-07-17 15:00:44 +00:00
parent 627b9feedb
commit 07666891d1

View File

@ -1,19 +1,19 @@
{ {
"homepage": "https://nim-lang.org/", "homepage": "https://nim-lang.org/",
"version": "0.20.0", "version": "0.20.2",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://nim-lang.org/download/nim-0.20.0_x64.zip", "url": "https://nim-lang.org/download/nim-0.20.2_x64.zip",
"hash": "47ce2a7e77c6ba65266eb35a3319cafe24e6845947bfbdcae929e57892ca1491" "hash": "ccd258ae90d2af2eb1042830f1204920e8d44b6947aedb56458110cf9a714207"
}, },
"32bit": { "32bit": {
"url": "https://nim-lang.org/download/nim-0.20.0_x32.zip", "url": "https://nim-lang.org/download/nim-0.20.2_x32.zip",
"hash": "01801b88a8ba4974656b202c7ad6349c08d69d2e35456df3f065d20a11c18abc" "hash": "4a01f826dec15943fff3a0783f52436576c4c583ef92108c8ec8db1b89363469"
} }
}, },
"depends": "gcc", "depends": "gcc",
"extract_dir": "nim-0.20.0", "extract_dir": "nim-0.20.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\""