vulkan: Add version 1.2.135.0 (#1063)

* vulkan: Create the manifest.json of vulkan

* Vulkan drivers reside in homepage

* Update the license description

* Update bucket/vulkan.json

Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/vulkan.json

Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/vulkan.json

Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/vulkan.json

Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/vulkan.json

Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>

Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
lxy 2020-06-07 05:34:59 +08:00 committed by GitHub
parent 8bb02b33f5
commit e8fdc2d3a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

41
bucket/vulkan.json Normal file
View File

@ -0,0 +1,41 @@
{
"version": "1.2.135.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.135.0/windows/VulkanSDK-1.2.135.0-Installer.exe#/dl.7z",
"hash": "181b3353612c8b0fc5e1857b652d62140191ae42b98f2f0d532cf349cebfd8c6",
"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</"
}
}
}