nim: Update to version 1.6.0

This commit is contained in:
Richard Kuhnt 2021-10-19 13:00:41 +00:00
parent 6ebae56cbc
commit 1cf8113757

View File

@ -1,20 +1,20 @@
{
"version": "1.4.8",
"version": "1.6.0",
"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.8_x64.zip",
"hash": "fa2186ec09825dba55ccff3000ac5ef507d75b8805fcf2695612dd3a98ebbf9a"
"url": "https://nim-lang.org/download/nim-1.6.0_x64.zip",
"hash": "52a5d3ae061d97bae68e64e793967a212cac49039c7589c81b78d2ef8f23e035"
},
"32bit": {
"url": "https://nim-lang.org/download/nim-1.4.8_x32.zip",
"hash": "9ab192c6eda9e8290699b8d6b60d186bc6199941f40894fb5679e846aae5694f"
"url": "https://nim-lang.org/download/nim-1.6.0_x32.zip",
"hash": "0386847b932942051c43d9297b43ad0c3e066be04dc3e181c7d793e0f5230dae"
}
},
"extract_dir": "nim-1.4.8",
"extract_dir": "nim-1.6.0",
"post_install": [
"# Copy Nimble package",
"Copy-Item -Recurse \"$dir\\dist\\nimble\\src\\nimblepkg\" \"$dir\\bin\""