ScoopInstaller_Main/premake5.json
2016-10-16 07:46:22 +10:00

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.]+)?)"
}
}