nim: Update to version 0.20.0

This commit is contained in:
Richard Kuhnt 2019-06-06 15:00:40 +00:00
parent c0599fea81
commit 0bfa87d31d

View File

@ -1,19 +1,19 @@
{
"homepage": "https://nim-lang.org/",
"version": "0.19.6",
"version": "0.20.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://nim-lang.org/download/nim-0.19.6_x64.zip",
"hash": "99c690e50c2c0afaa5df035eb570e7441de685c747d5f32ba8befb679b9d2d2b"
"url": "https://nim-lang.org/download/nim-0.20.0_x64.zip",
"hash": "c4bbd29e2a48bdd8438465c9f85f15e4bf247498d4655f31aaecb2811421e062"
},
"32bit": {
"url": "https://nim-lang.org/download/nim-0.19.6_x32.zip",
"hash": "109ab127ce55642228aa6399ccde6ebf29c89c7d4b70249e9b521b2534a18f1c"
"url": "https://nim-lang.org/download/nim-0.20.0_x32.zip",
"hash": "42abdf593a09db427a93ed0bb8b5a911c32eea59b2d0089a7392c1c4d9bcf45a"
}
},
"depends": "gcc",
"extract_dir": "nim-0.19.6",
"extract_dir": "nim-0.20.0",
"post_install": [
"# Copy Nimble package",
"Copy-Item -Recurse \"$dir\\dist\\nimble\\src\\nimblepkg\" \"$dir\\bin\""