ScoopInstaller_Main/premake5.json
Richard Kuhnt 0ea6098e02 Updates
* cmake
* ffmpeg
* git-lfs
* groovy
* imagemagick
* latex
* premake5
* rg
* youtube-dl
2017-01-15 15:05:03 +01:00

18 lines
663 B
JSON

{
"homepage": "https://premake.github.io/",
"version": "5.0.0-alpha11",
"license": "BSD 3-Clause",
"url": "https://github.com/premake/premake-core/releases/download/v5.0.0-alpha11/premake-5.0.0-alpha11-windows.zip",
"hash": "f37b9c86edf6cb790ea9ada87be9951638705be5a8594c5426d4de14986d2440",
"bin": [
"premake5.exe"
],
"checkver": {
"url": "https://github.com/premake/premake-core/releases/latest",
"re": "/releases/tag/v(5[0-9.]+-?(alpha|beta)?([0-9.]+)?)"
},
"autoupdate": {
"url": "https://github.com/premake/premake-core/releases/download/v$version/premake-$version-windows.zip"
}
}