mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 18:21:22 +00:00
nim: Update to version 1.6.0
This commit is contained in:
parent
6ebae56cbc
commit
1cf8113757
@ -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.",
|
"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.8_x64.zip",
|
"url": "https://nim-lang.org/download/nim-1.6.0_x64.zip",
|
||||||
"hash": "fa2186ec09825dba55ccff3000ac5ef507d75b8805fcf2695612dd3a98ebbf9a"
|
"hash": "52a5d3ae061d97bae68e64e793967a212cac49039c7589c81b78d2ef8f23e035"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://nim-lang.org/download/nim-1.4.8_x32.zip",
|
"url": "https://nim-lang.org/download/nim-1.6.0_x32.zip",
|
||||||
"hash": "9ab192c6eda9e8290699b8d6b60d186bc6199941f40894fb5679e846aae5694f"
|
"hash": "0386847b932942051c43d9297b43ad0c3e066be04dc3e181c7d793e0f5230dae"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "nim-1.4.8",
|
"extract_dir": "nim-1.6.0",
|
||||||
"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\""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user