mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 03:01:22 +00:00
Update Nim to 0.14.0 (#895)
+ nimsuggest is now added to PATH - nimble is no longer shipped with the distro for some reason
This commit is contained in:
parent
8796d62dae
commit
894acf5fa2
20
nim.json
20
nim.json
@ -1,26 +1,20 @@
|
|||||||
{
|
{
|
||||||
"homepage": "http://nim-lang.org/",
|
"homepage": "http://nim-lang.org/",
|
||||||
"version": "0.13.0",
|
"version": "0.14.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "http://nim-lang.org/download/nim-0.13.0_x64.exe#/dl.7z",
|
"url": "http://nim-lang.org/download/nim-0.14.0_x64.exe#/dl.7z",
|
||||||
"hash": "b8ae30664e6c0c4be0f9cd3bb4e5f78d41e1571c208301d0cf6d8edec73d187b"
|
"hash": "94e60ac31aaf64a3955c500a3f2eacee8adff2000c23a659d5be9049fd1e5c81"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "http://nim-lang.org/download/nim-0.13.0_x32.exe#/dl.7z",
|
"url": "http://nim-lang.org/download/nim-0.14.0_x32.exe#/dl.7z",
|
||||||
"hash": "e05f470e77384a9ce68b1feabac176c7ba0806ab667a001f43980080610e2a96"
|
"hash": "2c444c7e1454fbd52449686ae82f3079068f1de48c90140fcdbf8b6e1b3e1760"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": [
|
|
||||||
"bin\\nimgrep.exe",
|
|
||||||
"bin\\nim.exe",
|
|
||||||
"bin\\nimble.exe"
|
|
||||||
],
|
|
||||||
"depends": "gcc",
|
"depends": "gcc",
|
||||||
"post_install": "
|
"post_install": "
|
||||||
# Removes installation cruft
|
# Removes installation cruft
|
||||||
rm -r $dir\\`$PLUGINSDIR
|
rm -r $dir\\`$PLUGINSDIR",
|
||||||
rm -r $dir\\`$COMMONFILES",
|
"env_add_path": "bin"
|
||||||
"env_add_path": "dist"
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user