{
    "version": "18.0.7.2",
    "description": "Driver removal utility that can help you completely uninstall AMD/NVIDIA graphics card drivers and packages from your system, without leaving leftovers behind (including registry keys, folders and files, driver store)",
    "homepage": "https://github.com/Wagnard/display-drivers-uninstaller",
    "license": {
        "identifier": "Freeware",
        "url": "https://github.com/Wagnard/display-drivers-uninstaller/blob/WPF/LICENSE.md"
    },
    "url": "https://ftp.nluug.nl/pub/games/PC/guru3d/ddu/%5BGuru3D.com%5D-DDU.zip",
    "hash": "c71b17a02977a209f51f6f2a42cebcfec8bea3595e58757cc89b76619cfec907",
    "pre_install": [
        "$ddu = \"DDU v$version\"",
        "Expand-7zipArchive \"$dir/$ddu.exe\" \"$dir\" -ExtractDir $ddu -Removal",
        "Remove-Item \"$dir/*Guru3D*\" -Recurse",
        "if (!(Test-Path \"$persist_dir/Settings/Settings.xml\")) { New-Item \"$dir/Settings/Settings.xml\" | Out-Null }"
    ],
    "persist": "Settings\\Settings.xml",
    "shortcuts": [
        [
            "Display Driver Uninstaller.exe",
            "DDU - Display Driver Uninstaller"
        ]
    ],
    "checkver": {
        "url": "https://www.wagnardsoft.com/forums/app.php/feed/forum/5",
        "regex": "Display Driver Uninstaller \\(DDU\\) V([\\d.]+)"
    },
    "autoupdate": {
        "url": "https://ftp.nluug.nl/pub/games/PC/guru3d/ddu/%5BGuru3D.com%5D-DDU.zip"
    }
}
