mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
nim: Update to version 1.4.8
This commit is contained in:
parent
6b073d8fa4
commit
9935e8231d
@ -1,20 +1,20 @@
|
|||||||
{
|
{
|
||||||
"version": "1.4.6",
|
"version": "1.4.8",
|
||||||
"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.6_x64.zip",
|
"url": "https://nim-lang.org/download/nim-1.4.8_x64.zip",
|
||||||
"hash": "b9468de3be6e7a166cbc63b19a26e8174b4c0379dc12a897a69bb584cdb4e485"
|
"hash": "fa2186ec09825dba55ccff3000ac5ef507d75b8805fcf2695612dd3a98ebbf9a"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://nim-lang.org/download/nim-1.4.6_x32.zip",
|
"url": "https://nim-lang.org/download/nim-1.4.8_x32.zip",
|
||||||
"hash": "a92df99a9c3eefe8f900e2868fa863fef4609250ada20078b16cf4f174a9d1cc"
|
"hash": "9ab192c6eda9e8290699b8d6b60d186bc6199941f40894fb5679e846aae5694f"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "nim-1.4.6",
|
"extract_dir": "nim-1.4.8",
|
||||||
"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