ScoopInstaller_Main/premake5.json
monotykamary 8296c661c8 Update Premake (alpha) to 5.0.0-alpha8 (#811)
SHA-256 taken from 7-zip; zipped executable premake5.exe still consistent.
2016-05-04 10:13:24 +10:00

15 lines
500 B
JSON

{
"homepage": "http://premake.github.io/",
"version": "5.0.0-alpha8",
"license": "BSD 3-Clause",
"url": "https://github.com/premake/premake-core/releases/download/v5.0.0-alpha8/premake-5.0.0-alpha8-windows.zip",
"hash": "4325c17dba200704897d824d44241414dfaa4d5a8013b62845540efc976766fe",
"bin": [
"premake5.exe"
],
"checkver": {
"url": "https://premake.github.io/download.html",
"re": "(5[0-9.]+-?(alpha|beta)?[0-9.]?)-windows.zip</a>"
}
}