{
    "version": "2.6.0",
    "description": "Utility for tweaking AMD Ryzen laptops.",
    "homepage": "https://ryzencontroller.com/",
    "license": {
        "identifier": "CC0-1.0",
        "url": "https://gitlab.com/ryzen-controller-team/ryzen-controller/-/blob/master/LICENSE.md"
    },
    "architecture": {
        "64bit": {
            "url": "https://gitlab.com/ryzen-controller-team/ryzen-controller/-/jobs/3178939815/artifacts/raw/dist/win/Ryzen%20Controller%20Setup%202.6.0.exe#/dl.7z",
            "hash": "b54b8f0b73cd967a2ae8f346f71c025c5582f2c8d9bf14ef0630e2f53263852d"
        }
    },
    "pre_install": [
        "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
        "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall Ryzen Controller.exe\" -Force -Recurse | Out-Null"
    ],
    "shortcuts": [
        [
            "Ryzen Controller.exe",
            "Ryzen Controller"
        ]
    ],
    "checkver": {
        "url": "https://scoopinstaller.github.io/UpdateTracker/ryzen-controller/latest.xml",
        "regex": "<version>([\\d.]+)</version><url>(?<url>.*?)</url>"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "$matchUrl#/dl.7z"
            }
        }
    }
}
