mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 16:21:20 +00:00
nim: Update to version 0.19.6
This commit is contained in:
parent
9b6074474d
commit
0c6d62fac5
@ -1,19 +1,19 @@
|
|||||||
{
|
{
|
||||||
"homepage": "https://nim-lang.org/",
|
"homepage": "https://nim-lang.org/",
|
||||||
"version": "0.19.4",
|
"version": "0.19.6",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://nim-lang.org/download/nim-0.19.4_x64.zip",
|
"url": "https://nim-lang.org/download/nim-0.19.6_x64.zip",
|
||||||
"hash": "60e4098921b17b4849a6c6105d588cf59407e1311ff0b5b38805050ba9c7818f"
|
"hash": "99c690e50c2c0afaa5df035eb570e7441de685c747d5f32ba8befb679b9d2d2b"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://nim-lang.org/download/nim-0.19.4_x32.zip",
|
"url": "https://nim-lang.org/download/nim-0.19.6_x32.zip",
|
||||||
"hash": "c54f33f7733eb79175f9e6e4d35b807de44151a8f80cd9f658305e76d906facd"
|
"hash": "109ab127ce55642228aa6399ccde6ebf29c89c7d4b70249e9b521b2534a18f1c"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"depends": "gcc",
|
"depends": "gcc",
|
||||||
"extract_dir": "nim-0.19.4",
|
"extract_dir": "nim-0.19.6",
|
||||||
"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