nim: Update to version 1.4.8

This commit is contained in:
Richard Kuhnt 2021-05-25 09:00:15 +00:00
parent 6b073d8fa4
commit 9935e8231d

View File

@ -1,20 +1,20 @@
{
"version": "1.4.6",
"version": "1.4.8",
"description": "A statically typed compiled systems programming language, which combines successful concepts from mature languages like Python, Ada and Modula.",
"homepage": "https://nim-lang.org/",
"license": "MIT",
"depends": "gcc",
"architecture": {
"64bit": {
"url": "https://nim-lang.org/download/nim-1.4.6_x64.zip",
"hash": "b9468de3be6e7a166cbc63b19a26e8174b4c0379dc12a897a69bb584cdb4e485"
"url": "https://nim-lang.org/download/nim-1.4.8_x64.zip",
"hash": "fa2186ec09825dba55ccff3000ac5ef507d75b8805fcf2695612dd3a98ebbf9a"
},
"32bit": {
"url": "https://nim-lang.org/download/nim-1.4.6_x32.zip",
"hash": "a92df99a9c3eefe8f900e2868fa863fef4609250ada20078b16cf4f174a9d1cc"
"url": "https://nim-lang.org/download/nim-1.4.8_x32.zip",
"hash": "9ab192c6eda9e8290699b8d6b60d186bc6199941f40894fb5679e846aae5694f"
}
},
"extract_dir": "nim-1.4.6",
"extract_dir": "nim-1.4.8",
"post_install": [
"# Copy Nimble package",
"Copy-Item -Recurse \"$dir\\dist\\nimble\\src\\nimblepkg\" \"$dir\\bin\""