ScoopInstaller_Main/premake5.json
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
663 B
JSON

{
"homepage": "https://premake.github.io/",
"version": "5.0.0-alpha12",
"license": "BSD-3-Clause",
"url": "https://github.com/premake/premake-core/releases/download/v5.0.0-alpha12/premake-5.0.0-alpha12-windows.zip",
"hash": "d12ee2f8cfa0ab29a08c9bcaab3a5f76e575ae000b1596ee61d4f4916e9d154c",
"bin": [
"premake5.exe"
],
"checkver": {
"url": "https://github.com/premake/premake-core/releases/latest",
"re": "/releases/tag/v(5[0-9.]+-?(alpha|beta)?([0-9.]+)?)"
},
"autoupdate": {
"url": "https://github.com/premake/premake-core/releases/download/v$version/premake-$version-windows.zip"
}
}