Ross Smith II 7954f8a1c0
Update bucket/premake.json
Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
2019-08-15 12:20:54 -07:00

17 lines
735 B
JSON

{
"homepage": "https://premake.github.io/",
"description": "Automatically generate build configurations for multiple and widely used toolsets using one universal definition.",
"version": "5.0.0-alpha14",
"license": "BSD-3-Clause",
"url": "https://github.com/premake/premake-core/releases/download/v5.0.0-alpha14/premake-5.0.0-alpha14-windows.zip",
"hash": "070419eedbb4c8737664d05f0e3701055741014c1135a9214c35d6feb03724a7",
"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"
}
}