diff --git a/glslang-nightly.json b/glslang-nightly.json new file mode 100644 index 0000000000..cf167a381e --- /dev/null +++ b/glslang-nightly.json @@ -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" + ] +} diff --git a/glslang.json b/glslang.json index 2b5ec1700d..b0059e827c 100644 --- a/glslang.json +++ b/glslang.json @@ -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" + } }