glslang: Update to version 7.9.2888 and add nightly

closes #2716
This commit is contained in:
Richard Kuhnt 2018-11-12 10:37:03 +01:00
parent e4c3d68898
commit cb4d5c116b
2 changed files with 23 additions and 4 deletions

9
glslang-nightly.json Normal file
View File

@ -0,0 +1,9 @@
{
"homepage": "https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/",
"version": "nightly",
"url": "https://github.com/KhronosGroup/glslang/releases/download/master-tot/glslang-master-windows-x64-Release.zip",
"bin": [
"bin\\glslangValidator.exe",
"bin\\spirv-remap.exe"
]
}

View File

@ -1,7 +1,17 @@
{
"homepage": "https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/",
"version": "Overload400-PrecQual.1817",
"url": "https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang/Install/Windows/glslangValidator.exe",
"hash": "6d7c6b88472aaa904f07367dbb54fdcb89d4c95e4d22ec8a9a8069aa138c0077",
"bin": "glslangValidator.exe"
"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"
}
}