ScoopInstaller_Main/premake.json
Hsiao-nan Cheung 4bf3644807 premake: Rename premake5 to premake, move premake4 to versions bucket (#3184)
[premake4](https://github.com/scoopinstaller/versions/blob/master/bucket/premake4.json) and [premake5](https://github.com/scoopinstaller/versions/blob/master/bucket/premake5.json) are in versions bucket already.

And since premake's current version is 5 (although still in alpha), rename premake5 to premake and delete premake4 in main bucket.
2019-03-07 22:21:42 +01:00

16 lines
599 B
JSON

{
"homepage": "https://premake.github.io/",
"version": "5.0.0-alpha13",
"license": "BSD-3-Clause",
"url": "https://github.com/premake/premake-core/releases/download/v5.0.0-alpha13/premake-5.0.0-alpha13-windows.zip",
"hash": "712ee206fd2df4adf6320500b755d131ff5fac188a2a653876ae10d3066f4163",
"bin": "premake5.exe",
"checkver": {
"url": "https://premake.github.io/download.html",
"regex": "v(5[0-9a-z.-]+)"
},
"autoupdate": {
"url": "https://github.com/premake/premake-core/releases/download/v$version/premake-$version-windows.zip"
}
}