nim: Update to version 1.0.0

This commit is contained in:
Richard Kuhnt 2019-09-23 21:00:15 +00:00
parent a3d6ac04c8
commit 6faef45f29

View File

@ -1,20 +1,20 @@
{
"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.",
"version": "0.20.2",
"version": "1.0.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://nim-lang.org/download/nim-0.20.2_x64.zip",
"hash": "ccd258ae90d2af2eb1042830f1204920e8d44b6947aedb56458110cf9a714207"
"url": "https://nim-lang.org/download/nim-1.0.0_x64.zip",
"hash": "f20e4f2dd4014bf5765d2d700c7d8822ccc8e56563a8849ee5f645af71142cbf"
},
"32bit": {
"url": "https://nim-lang.org/download/nim-0.20.2_x32.zip",
"hash": "4a01f826dec15943fff3a0783f52436576c4c583ef92108c8ec8db1b89363469"
"url": "https://nim-lang.org/download/nim-1.0.0_x32.zip",
"hash": "b41aa24ad8a611d051cf182e112e8d7a7785beb696e5903432eb273ae3d7d4e6"
}
},
"depends": "gcc",
"extract_dir": "nim-0.20.2",
"extract_dir": "nim-1.0.0",
"post_install": [
"# Copy Nimble package",
"Copy-Item -Recurse \"$dir\\dist\\nimble\\src\\nimblepkg\" \"$dir\\bin\""