mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-11 01:41:21 +00:00
18 lines
663 B
JSON
18 lines
663 B
JSON
{
|
|
"homepage": "https://premake.github.io/",
|
|
"version": "5.0.0-alpha11",
|
|
"license": "BSD 3-Clause",
|
|
"url": "https://github.com/premake/premake-core/releases/download/v5.0.0-alpha11/premake-5.0.0-alpha11-windows.zip",
|
|
"hash": "f37b9c86edf6cb790ea9ada87be9951638705be5a8594c5426d4de14986d2440",
|
|
"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"
|
|
}
|
|
}
|