nim: Update to version 0.19.4

This commit is contained in:
Richard Kuhnt 2019-02-04 21:00:19 +00:00
parent 21bb364bd7
commit 86173d78fd

View File

@ -1,19 +1,19 @@
{ {
"homepage": "https://nim-lang.org/", "homepage": "https://nim-lang.org/",
"version": "0.19.2", "version": "0.19.4",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://nim-lang.org/download/nim-0.19.2_x64.zip", "url": "https://nim-lang.org/download/nim-0.19.4_x64.zip",
"hash": "81b386fcc281e4f70d27760e3f941b153909aa2a14dd0e37495ad65e6164749a" "hash": "60e4098921b17b4849a6c6105d588cf59407e1311ff0b5b38805050ba9c7818f"
}, },
"32bit": { "32bit": {
"url": "https://nim-lang.org/download/nim-0.19.2_x32.zip", "url": "https://nim-lang.org/download/nim-0.19.4_x32.zip",
"hash": "da0a5a7846f061c48e2b88f20fbdc41cc745b6803bab5b978af4eb153046f36a" "hash": "c54f33f7733eb79175f9e6e4d35b807de44151a8f80cd9f658305e76d906facd"
} }
}, },
"depends": "gcc", "depends": "gcc",
"extract_dir": "nim-0.19.2", "extract_dir": "nim-0.19.4",
"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\""