2020-10-05 19:00:22 +00:00

45 lines
1.5 KiB
JSON

{
"version": "1.2.154.0",
"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.154.0/windows/VulkanSDK-1.2.154.0-Installer.exe#/dl.7z",
"hash": "5d80a325a2dc37f571a4480d7606d9b2c0efad883de160a22740a0d604ac5083",
"pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstal*\" -Recurse",
"architecture": {
"64bit": {
"env_add_path": [
"Bin",
"Tools"
]
},
"32bit": {
"env_add_path": [
"Bin32",
"Tools32"
]
}
},
"env_set": {
"VULKAN_SDK": "$persist_dir\\scoop\\apps\\vulkan\\current"
},
"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</"
}
}
}