mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"version": "1.8.2505.1",
|
|
"description": "DirectXShaderCompiler is a collection of tools, libraries and tests for compiling HLSL into DXIL, SPIR-V, and other target languages.",
|
|
"homepage": "https://github.com/microsoft/DirectXShaderCompiler",
|
|
"license": {
|
|
"identifier": "UIUC",
|
|
"url": "https://github.com/microsoft/DirectXShaderCompiler/blob/main/LICENSE.TXT"
|
|
},
|
|
"url": "https://github.com/microsoft/DirectXShaderCompiler/releases/download/v1.8.2505.1/dxc_2025_07_14.zip",
|
|
"hash": "9ad895a6b039e3a8f8c22a1009f866800b840a74b50db9218d13319e215ea8a4",
|
|
"architecture": {
|
|
"64bit": {
|
|
"bin": "bin/x64/dxc.exe"
|
|
},
|
|
"32bit": {
|
|
"bin": "bin/x86/dxc.exe"
|
|
},
|
|
"arm64": {
|
|
"bin": "bin/arm64/dxc.exe"
|
|
}
|
|
},
|
|
"checkver": {
|
|
"github": "https://github.com/microsoft/DirectXShaderCompiler",
|
|
"regex": "v(?<version>[\\d.]+)/dxc_(?<date>[\\d_]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/microsoft/DirectXShaderCompiler/releases/download/v$matchVersion/dxc_$matchDate.zip"
|
|
}
|
|
}
|