nim: Update to version 1.4.6

This commit is contained in:
Richard Kuhnt 2021-04-15 10:01:15 +00:00
parent dc3fd6fe19
commit bbe6918641

View File

@ -1,20 +1,20 @@
{ {
"version": "1.4.4", "version": "1.4.6",
"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.",
"homepage": "https://nim-lang.org/", "homepage": "https://nim-lang.org/",
"license": "MIT", "license": "MIT",
"depends": "gcc", "depends": "gcc",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://nim-lang.org/download/nim-1.4.4_x64.zip", "url": "https://nim-lang.org/download/nim-1.4.6_x64.zip",
"hash": "92106b7d46c6c297a51980e5fcc18928aba7b2350641a84a4ca3f36e31552252" "hash": "b9468de3be6e7a166cbc63b19a26e8174b4c0379dc12a897a69bb584cdb4e485"
}, },
"32bit": { "32bit": {
"url": "https://nim-lang.org/download/nim-1.4.4_x32.zip", "url": "https://nim-lang.org/download/nim-1.4.6_x32.zip",
"hash": "fd0f54a4ca8383dc9dcbddef14a5ed983d4d379d13b234a796b5558c1ccc9d71" "hash": "a92df99a9c3eefe8f900e2868fa863fef4609250ada20078b16cf4f174a9d1cc"
} }
}, },
"extract_dir": "nim-1.4.4", "extract_dir": "nim-1.4.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\""