mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-02 13:31:18 +00:00
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
18 lines
693 B
JSON
18 lines
693 B
JSON
{
|
|
"homepage": "https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/",
|
|
"version": "7.11.3113",
|
|
"url": "https://github.com/KhronosGroup/glslang/releases/download/7.11.3113/glslang-master-windows-x64-Release.zip",
|
|
"hash": "3e4826a47bee7442e1c39311575dc91a265b7ba5a3d59795191b0b2a114ad8f6",
|
|
"bin": [
|
|
"bin\\glslangValidator.exe",
|
|
"bin\\spirv-remap.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://github.com/KhronosGroup/glslang/releases",
|
|
"regex": "/releases/tag/(?:v)?([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/KhronosGroup/glslang/releases/download/$version/glslang-master-windows-x64-Release.zip"
|
|
}
|
|
}
|