nim: Update to version 1.0.4

This commit is contained in:
Richard Kuhnt 2019-11-27 16:01:09 +00:00
parent 98880d4ad7
commit 9e3b0673d2

View File

@ -1,20 +1,20 @@
{ {
"homepage": "https://nim-lang.org/", "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.", "description": "A statically typed compiled systems programming language, which combines successful concepts from mature languages like Python, Ada and Modula.",
"version": "1.0.2", "version": "1.0.4",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://nim-lang.org/download/nim-1.0.2_x64.zip", "url": "https://nim-lang.org/download/nim-1.0.4_x64.zip",
"hash": "0ca89681d29c45b6900e98bbac3d942490a76f8fc361d647281be7da0f2aa909" "hash": "e1f09f02d294aaac4c474fb94a08fa77ee4014784026e4e2ffbe55e9bc12b293"
}, },
"32bit": { "32bit": {
"url": "https://nim-lang.org/download/nim-1.0.2_x32.zip", "url": "https://nim-lang.org/download/nim-1.0.4_x32.zip",
"hash": "07790610a728dd6d6b07e6b602defbb5d2dfb85b7b7d9fba2371e072e5ed6d0a" "hash": "a6a2beb099a276e259013a016addfcbf128bd33cccb5bdca56b06b63edcb7610"
} }
}, },
"depends": "gcc", "depends": "gcc",
"extract_dir": "nim-1.0.2", "extract_dir": "nim-1.0.4",
"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\""