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