nim: Update to version 1.0.6

This commit is contained in:
Richard Kuhnt 2020-01-27 12:01:53 +00:00
parent be3bddc258
commit 3131df4067

View File

@ -1,20 +1,20 @@
{ {
"homepage": "https://nim-lang.org/", "homepage": "https://nim-lang.org/",
"description": "A statically typed compiled systems programming language, which combines successful concepts from mature languages like Python, Ada and Modula.", "description": "A statically typed compiled systems programming language, which combines successful concepts from mature languages like Python, Ada and Modula.",
"version": "1.0.4", "version": "1.0.6",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://nim-lang.org/download/nim-1.0.4_x64.zip", "url": "https://nim-lang.org/download/nim-1.0.6_x64.zip",
"hash": "e1f09f02d294aaac4c474fb94a08fa77ee4014784026e4e2ffbe55e9bc12b293" "hash": "cd9585b407ec22c588cb3836862ee113e3e7eea729934eef8f81e0c1210e780d"
}, },
"32bit": { "32bit": {
"url": "https://nim-lang.org/download/nim-1.0.4_x32.zip", "url": "https://nim-lang.org/download/nim-1.0.6_x32.zip",
"hash": "a6a2beb099a276e259013a016addfcbf128bd33cccb5bdca56b06b63edcb7610" "hash": "33d274e7ec6edb62c354e5cf104e0e3eb054b7dabbd2302678b5e56001dc04e3"
} }
}, },
"depends": "gcc", "depends": "gcc",
"extract_dir": "nim-1.0.4", "extract_dir": "nim-1.0.6",
"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\""