linsui 0f8c4b09fe Fix ~156 license tags (#272)
* 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
2019-08-02 07:28:29 -07:00

22 lines
839 B
JSON

{
"homepage": "https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/",
"version": "7.11.3214",
"license": {
"identifier":"Freeware,MIT,...",
"url": "https://github.com/KhronosGroup/glslang/blob/master/LICENSE.txt"
},
"url": "https://github.com/KhronosGroup/glslang/releases/download/7.11.3214/glslang-master-windows-x64-Release.zip",
"hash": "df919242577b1d39eb7eaecfdb9ef144b27d2e157cedc8f529179aa30af9101e",
"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"
}
}