mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
Update Nim to 0.16.0
This commit is contained in:
parent
838796cf45
commit
7ca970cd0c
12
nim.json
12
nim.json
@ -1,19 +1,19 @@
|
|||||||
{
|
{
|
||||||
"homepage": "http://nim-lang.org/",
|
"homepage": "http://nim-lang.org/",
|
||||||
"version": "0.15.2",
|
"version": "0.16.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "http://nim-lang.org/download/nim-0.15.2_x64.zip",
|
"url": "http://nim-lang.org/download/nim-0.16.0_x64.zip",
|
||||||
"hash": "ceea42de6ebcd41032ee51f04526dc4cf2cbb0958ca6ad2321cf21944e05f553"
|
"hash": "e667cdad1ae8e9429147aea5031fa8a80c4ccef6d274cec0e9480252d9c3168c"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "http://nim-lang.org/download/nim-0.15.2_x32.zip",
|
"url": "http://nim-lang.org/download/nim-0.16.0_x32.zip",
|
||||||
"hash": "0f1bfb74751f55e090140a361c08e9f39f1dd03f1f0c070c061f2d5049ab9f96s"
|
"hash": "69af94a6875a02543c1bf0fa03c665f126f8500a2c0e226c32571e64c6842e57"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"depends": "gcc",
|
"depends": "gcc",
|
||||||
"extract_dir": "nim-0.15.2",
|
"extract_dir": "nim-0.16.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