mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
vulkan: Update to version 1.2.176.1
This commit is contained in:
parent
78aacba8f7
commit
f9a32449d6
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": "1.2.170.0",
|
"version": "1.2.176.1",
|
||||||
"description": "SDK for new generation graphics and compute API",
|
"description": "SDK for new generation graphics and compute API",
|
||||||
"homepage": "https://www.khronos.org/vulkan/",
|
"homepage": "https://www.vulkan.org",
|
||||||
"license": {
|
"license": {
|
||||||
"identifier": "MIT,...",
|
"identifier": "MIT,...",
|
||||||
"url": "https://vulkan.lunarg.com/license/#/license"
|
"url": "https://vulkan.lunarg.com/license/#/license"
|
||||||
@ -10,8 +10,8 @@
|
|||||||
"Make sure you have the vulkan driver installed.",
|
"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/'"
|
"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.170.0/windows/VulkanSDK-1.2.170.0-Installer.exe#/dl.7z",
|
"url": "https://sdk.lunarg.com/sdk/download/1.2.176.1/windows/VulkanSDK-1.2.176.1-Installer.exe#/dl.7z",
|
||||||
"hash": "7086ca300c3995caf5b5dc1c3ef50251fa95b650ee1bf22c9f5f52b94b228d38",
|
"hash": "55d886d7f60394989d4be53fbc7203d0a4bf93704a02f85aaa7bb33712cabd41",
|
||||||
"pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstal*\" -Recurse",
|
"pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstal*\" -Recurse",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
@ -32,14 +32,14 @@
|
|||||||
"VK_SDK_PATH": "$dir"
|
"VK_SDK_PATH": "$dir"
|
||||||
},
|
},
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://vulkan.lunarg.com/sdk/home.dhtml",
|
"url": "https://vulkan.lunarg.com/sdk/latest/windows.json",
|
||||||
"regex": "/VulkanSDK-([\\d.]+)-Installer\\.exe"
|
"jsonpath": "$.windows"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"url": "https://sdk.lunarg.com/sdk/download/$version/windows/VulkanSDK-$version-Installer.exe#/dl.7z",
|
"url": "https://sdk.lunarg.com/sdk/download/$version/windows/VulkanSDK-$version-Installer.exe#/dl.7z",
|
||||||
"hash": {
|
"hash": {
|
||||||
"url": "https://vulkan.lunarg.com/sdk/home.dhtml",
|
"url": "https://vulkan.lunarg.com/sdk/files.json",
|
||||||
"regex": "(?sm)$basename.*?>$sha256</"
|
"jsonpath": "$.windows['$version'].files[?(@.file_name == '$basename')].sha"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user