mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
parent
e4c3d68898
commit
cb4d5c116b
9
glslang-nightly.json
Normal file
9
glslang-nightly.json
Normal 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"
|
||||
]
|
||||
}
|
||||
18
glslang.json
18
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"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user