mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-06 03:35:14 +00:00
* Fix 150 license * Update * Update * Update cockroachdb.json See https://github.com/cockroachdb/cockroach/blob/master/LICENSE and https://github.com/cockroachdb/cockroach/blob/master/licenses/BSL.txt * Apply new rule * Change to unknown * Update tup.json * fix radare2 * Some fix * Some fix * Fix sliksvn * Fix sliksvn * Update imagemagick.json
14 lines
467 B
JSON
14 lines
467 B
JSON
{
|
|
"homepage": "https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/",
|
|
"version": "nightly",
|
|
"license": {
|
|
"identifier":"Freeware,MIT,...",
|
|
"url": "https://github.com/KhronosGroup/glslang/blob/master/LICENSE.txt"
|
|
},
|
|
"url": "https://github.com/KhronosGroup/glslang/releases/download/master-tot/glslang-master-windows-x64-Release.zip",
|
|
"bin": [
|
|
"bin\\glslangValidator.exe",
|
|
"bin\\spirv-remap.exe"
|
|
]
|
|
}
|