nim: Update to version 1.4.2

This commit is contained in:
Richard Kuhnt 2020-12-01 12:01:47 +00:00
parent 8ac8e006ec
commit 83821fe74c

View File

@ -1,20 +1,20 @@
{ {
"version": "1.4.0", "version": "1.4.2",
"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.0_x64.zip", "url": "https://nim-lang.org/download/nim-1.4.2_x64.zip",
"hash": "931b8718e9d9651ca75cefa2e086671bf2b0c83b313034c9246c46d3288a5b1d" "hash": "f8f2e4ae0a61a917a23d465d4c8d84348695e551187233f2937b98639a59ca9a"
}, },
"32bit": { "32bit": {
"url": "https://nim-lang.org/download/nim-1.4.0_x32.zip", "url": "https://nim-lang.org/download/nim-1.4.2_x32.zip",
"hash": "941a0cff5ca0cdcfce1b1fe8d60aebff1d27af6cb1ba4c0a49cb863eaaa35ed1" "hash": "eb755c4bc984ce31fd99a9b04142a947c1e8c268e2bcb2f49f499a28ce71c2c3"
} }
}, },
"extract_dir": "nim-1.4.0", "extract_dir": "nim-1.4.2",
"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\""