mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-11 22:25:14 +00:00
18 lines
691 B
JSON
18 lines
691 B
JSON
{
|
|
"homepage": "https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/",
|
|
"version": "7.9.2888",
|
|
"url": "https://github.com/KhronosGroup/glslang/releases/download/7.9.2888/glslang-master-windows-x64-Release.zip",
|
|
"hash": "cf275f5d3e41cf561efe6bf4aa792e5c4ce34043c84df7ca39019cdfbf4806c5",
|
|
"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"
|
|
}
|
|
}
|