update-nim

This commit is contained in:
Scott Moore 2015-01-23 23:06:00 +11:00
parent 7b45a69377
commit 63148aee28
2 changed files with 25 additions and 29 deletions

25
nim.json Normal file
View File

@ -0,0 +1,25 @@
{
"homepage": "http://nim-lang.org/",
"version": "0.10.2",
"license": "MIT",
"architecture": {
"64bit": {
"url": "http://nim-lang.org/download/nim-0.10.2_x64.exe#/dl.7z",
"hash": "6221d688be567c15e0087f87dccaee5544cd537bfa6b032c72545dfbe1c806db"
},
"32bit": {
"url": "http://nim-lang.org/download/nim-0.10.2_x32.exe#/dl.7z",
"hash": "f447b27ff66f2611cfef92c87ad002bba236e503038bfe5e2b36adc2d3b3f16e"
}
},
"bin": [
"bin\\nimgrep.exe",
"bin\\nim.exe",
"bin\\nim_debug.exe"
],
"depends": "gcc",
"post_install": "
# Removes installation cruft
rm -r $dir\\`$PLUGINSDIR
rm -r $dir\\`$COMMONFILES"
}

View File

@ -1,29 +0,0 @@
{
"homepage": "http://nimrod-lang.org/",
"version": "0.9.6",
"license": "MIT",
"architecture": {
"64bit": {
"url": "http://nimrod-lang.org/download/nimrod_0.9.6_x64.exe#/dl.7z",
"hash": "387e7fe5084b8a56432554dc3162f98808622315a62c99e37d4851d1e9c26339"
},
"32bit": {
"url": "http://nimrod-lang.org/download/nimrod_0.9.6.exe#/dl.7z",
"hash": "175e9e163328a3294318a1320151c4b4e7baaf203314ac7098324a2c27ed171ex"
}
},
"bin": [
"bin\\nimgrep.exe",
"bin\\niminst.exe",
"bin\\nimrod.exe",
"bin\\nimrod_debug.exe"
],
"env_set": {
"NIMRODPATH": "$dir"
},
"depends": "gcc",
"post_install": "
# Removes installation cruft
rm -r $dir\\`$PLUGINSDIR
rm -r $dir\\`$COMMONFILES"
}