mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
45 lines
1.5 KiB
JSON
45 lines
1.5 KiB
JSON
{
|
|
"version": "2.4.0",
|
|
"description": "A high-level dynamically typed programming language",
|
|
"homepage": "https://nekovm.org",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/HaxeFoundation/neko/releases/download/v2-4-0/neko-2.4.0-win64.zip",
|
|
"hash": "334e192434483ddcd7062132a1af1cf961c4871258d92d2710a3c2e7a8225aca",
|
|
"extract_dir": "neko-2.4.0-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/HaxeFoundation/neko/releases/download/v2-4-0/neko-2.4.0-win.zip",
|
|
"hash": "8fde93b092d802cce53c43b7944ac72f7a9daa68ad4b3bb13edb2be855e5a5dc",
|
|
"extract_dir": "neko-2.4.0-win"
|
|
}
|
|
},
|
|
"bin": [
|
|
"neko.exe",
|
|
"nekoc.exe",
|
|
"nekoml.exe",
|
|
"nekotools.exe"
|
|
],
|
|
"env_add_path": ".",
|
|
"env_set": {
|
|
"NEKO_INSTPATH": "$dir"
|
|
},
|
|
"checkver": {
|
|
"github": "https://github.com/HaxeFoundation/neko",
|
|
"regex": "neko-([\\d.]+)-win64"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/HaxeFoundation/neko/releases/download/v$dashVersion/neko-$version-win64.zip",
|
|
"extract_dir": "neko-$version-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/HaxeFoundation/neko/releases/download/v$dashVersion/neko-$version-win.zip",
|
|
"extract_dir": "neko-$version-win"
|
|
}
|
|
}
|
|
}
|
|
}
|