From cb4d5c116b58363eb71fc820a70d4ed088c4a0f8 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 12 Nov 2018 10:37:03 +0100 Subject: [PATCH] glslang: Update to version 7.9.2888 and add nightly closes #2716 --- glslang-nightly.json | 9 +++++++++ glslang.json | 18 ++++++++++++++---- 2 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 glslang-nightly.json 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" + } }