mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-06 15:31:19 +00:00
18 lines
693 B
JSON
18 lines
693 B
JSON
{
|
|
"homepage": "https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/",
|
|
"version": "7.11.3214",
|
|
"url": "https://github.com/KhronosGroup/glslang/releases/download/7.11.3214/glslang-master-windows-x64-Release.zip",
|
|
"hash": "df919242577b1d39eb7eaecfdb9ef144b27d2e157cedc8f529179aa30af9101e",
|
|
"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"
|
|
}
|
|
}
|