mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 04:24:28 +00:00
* makes changes to almost all main repo files to be in accordance with .editorconfig * some files in "test\fixtures\..." were left alone to avoid breaking tests * NOTE: whitespace changes *only* (`git diff -b` shows no changes)
15 lines
498 B
JSON
15 lines
498 B
JSON
{
|
|
"homepage": "http://premake.github.io/",
|
|
"version": "5.0-alpha4",
|
|
"license": "BSD 3-Clause",
|
|
"url": "https://github.com/premake/premake-core/releases/download/v5.0.0.alpha4/premake-5.0.0.alpha4-windows.zip",
|
|
"hash": "3c6aad98305ab28733c9051acf90812773bee80587d892a5cf66f15dc5c76a5a",
|
|
"bin": [
|
|
"premake5.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://premake.github.io/download.html",
|
|
"re": "(5[0-9.]+-?(alpha|beta)?[0-9.]?)-windows.zip</a>"
|
|
}
|
|
}
|