Hugo Locurcio 5810275996 Use SPDX license identifiers in the default bucket (#2211)
This leads to more consistent license properties and allows for easier
automated parsing. https://spdx.org/licenses/
2018-04-20 18:04:49 +02:00

18 lines
527 B
JSON

{
"homepage": "https://nekovm.org/",
"version": "2.2.0",
"license": "MIT",
"url": "https://nekovm.org/media/neko-2.2.0-win.zip",
"hash": "93d7ca96698a6825f38ca8eea49e2e6b691c0849270174f6c1bd531290db8d69",
"extract_dir": "neko-2.2.0-win",
"env_add_path": "./",
"checkver": {
"url": "https://nekovm.org/download/",
"re": "Neko ([\\d.]+)"
},
"autoupdate": {
"url": "https://nekovm.org/media/neko-$version-win.zip",
"extract_dir": "neko-$version-win"
}
}