mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-18 14:41:19 +00:00
This leads to more consistent license properties and allows for easier automated parsing. https://spdx.org/licenses/
18 lines
663 B
JSON
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"
|
|
}
|
|
}
|