mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
nim: Update to version 2.0.0
This commit is contained in:
parent
2a994409e4
commit
3187852e31
@ -1,20 +1,20 @@
|
|||||||
{
|
{
|
||||||
"version": "1.6.14",
|
"version": "2.0.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": "mingw-winlibs",
|
"depends": "mingw-winlibs",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://nim-lang.org/download/nim-1.6.14_x64.zip",
|
"url": "https://nim-lang.org/download/nim-2.0.0_x64.zip",
|
||||||
"hash": "11b822da0df8af2d764b8ed3ab5ed80f06551f63237f67413ca4df86cf41acf5"
|
"hash": "54ef6f0c3ed26d9615b3f0e442fcbf780dbf31b54d2adcf61257b880a2512d60"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://nim-lang.org/download/nim-1.6.14_x32.zip",
|
"url": "https://nim-lang.org/download/nim-2.0.0_x32.zip",
|
||||||
"hash": "9e9fdac12efe20ca7dc79c26c8b96f2beaee86aaed458b59c956fecd2914848e"
|
"hash": "6cd5a94d29591536ebdc96b304b4d7c402e980f372c814cd882795d7156339aa"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "nim-1.6.14",
|
"extract_dir": "nim-2.0.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