nim: Update to version 1.0.2

This commit is contained in:
Richard Kuhnt 2019-10-23 12:00:16 +00:00
parent 72eea3c3d6
commit 3234cba79e

View File

@ -1,20 +1,20 @@
{
"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.",
"version": "1.0.0",
"version": "1.0.2",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://nim-lang.org/download/nim-1.0.0_x64.zip",
"hash": "f20e4f2dd4014bf5765d2d700c7d8822ccc8e56563a8849ee5f645af71142cbf"
"url": "https://nim-lang.org/download/nim-1.0.2_x64.zip",
"hash": "0ca89681d29c45b6900e98bbac3d942490a76f8fc361d647281be7da0f2aa909"
},
"32bit": {
"url": "https://nim-lang.org/download/nim-1.0.0_x32.zip",
"hash": "b41aa24ad8a611d051cf182e112e8d7a7785beb696e5903432eb273ae3d7d4e6"
"url": "https://nim-lang.org/download/nim-1.0.2_x32.zip",
"hash": "07790610a728dd6d6b07e6b602defbb5d2dfb85b7b7d9fba2371e072e5ed6d0a"
}
},
"depends": "gcc",
"extract_dir": "nim-1.0.0",
"extract_dir": "nim-1.0.2",
"post_install": [
"# Copy Nimble package",
"Copy-Item -Recurse \"$dir\\dist\\nimble\\src\\nimblepkg\" \"$dir\\bin\""