mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
15 lines
525 B
JSON
15 lines
525 B
JSON
{
|
|
"homepage": "https://premake.github.io/",
|
|
"version": "5.0.0-alpha10",
|
|
"license": "BSD 3-Clause",
|
|
"url": "https://github.com/premake/premake-core/releases/download/v5.0.0-alpha10/premake-5.0.0-alpha10-windows.zip",
|
|
"hash": "681f47c00a469bf9e5ffa85b8a0d5cb234bf4c93be4c9ae15d84046c0723018e",
|
|
"bin": [
|
|
"premake5.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://github.com/premake/premake-core/releases/latest",
|
|
"re": "\/releases\/tag\/v(5[0-9.]+-?(alpha|beta)?([0-9.]+)?)"
|
|
}
|
|
}
|