mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 02:31:21 +00:00
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:
parent
8bb02b33f5
commit
e8fdc2d3a5
41
bucket/vulkan.json
Normal file
41
bucket/vulkan.json
Normal 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</"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user