mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
42 lines
1.4 KiB
JSON
42 lines
1.4 KiB
JSON
{
|
|
"version": "1.2.141.2",
|
|
"description": "SDK for new generation graphics and compute API",
|
|
"homepage": "https://www.khronos.org/vulkan/",
|
|
"license": {
|
|
"identifier": "MIT,...",
|
|
"url": "https://vulkan.lunarg.com/license/#/license"
|
|
},
|
|
"notes": [
|
|
"Make sure you have the vulkan driver installed.",
|
|
"Variety of drivers of different graphic card vendors could be found at the bottom of 'https://www.khronos.org/vulkan/'"
|
|
],
|
|
"url": "https://sdk.lunarg.com/sdk/download/1.2.141.2/windows/VulkanSDK-1.2.141.2-Installer.exe#/dl.7z",
|
|
"hash": "d732eaee50c5f924ee64c9408bec7073b7a230464f1636f346833727c9bbddd0",
|
|
"pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstal*\" -Recurse",
|
|
"architecture": {
|
|
"64bit": {
|
|
"env_add_path": [
|
|
"Bin",
|
|
"Tools"
|
|
]
|
|
},
|
|
"32bit": {
|
|
"env_add_path": [
|
|
"Bin32",
|
|
"Tools32"
|
|
]
|
|
}
|
|
},
|
|
"checkver": {
|
|
"url": "https://vulkan.lunarg.com/sdk/home.dhtml",
|
|
"regex": "/VulkanSDK-([\\d.]+)-Installer\\.exe"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://sdk.lunarg.com/sdk/download/$version/windows/VulkanSDK-$version-Installer.exe#/dl.7z",
|
|
"hash": {
|
|
"url": "https://vulkan.lunarg.com/sdk/home.dhtml",
|
|
"regex": "(?sm)$basename.*?>$sha256</"
|
|
}
|
|
}
|
|
}
|