mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			46 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.2.162.1",
 | 
						|
    "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.162.1/windows/VulkanSDK-1.2.162.1-Installer.exe#/dl.7z",
 | 
						|
    "hash": "ada71bb25f5775c648048d22185d65c0bf49678ac1060e9fa79edcafe9816440",
 | 
						|
    "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": "$dir",
 | 
						|
        "VK_SDK_PATH": "$dir"
 | 
						|
    },
 | 
						|
    "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</"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |