nim: Update to version 0.19.6

This commit is contained in:
Richard Kuhnt 2019-05-13 18:00:22 +00:00
parent 9b6074474d
commit 0c6d62fac5

View File

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