{
    "version": "9.7.1",
    "description": "A Remote Desktop Software That Actually Works",
    "homepage": "https://anydesk.com/",
    "license": {
        "identifier": "Shareware",
        "url": "https://anydesk.com/terms"
    },
    "url": "https://download.anydesk.com/AnyDesk.exe",
    "hash": "5bf2945ceaaac681fad1b9b999c6620ce8393f919179ce6ca0fef5b411e984e5",
    "bin": "AnyDesk.exe",
    "shortcuts": [
        [
            "AnyDesk.exe",
            "AnyDesk"
        ]
    ],
    "checkver": {
        "script": [
            "$dl_url = 'https://download.anydesk.com/AnyDesk.exe'",
            "$dl_path = cache_path 'AnyDesk' 'unknown' $dl_url",
            "Invoke-WebRequest -Uri $dl_url -OutFile $dl_path",
            "$ver = (Get-Item -Path $dl_path).VersionInfo.FileVersion",
            "Write-Output $ver"
        ],
        "regex": "(\\d+(?:\\.\\d)+)"
    },
    "autoupdate": {
        "url": "https://download.anydesk.com/AnyDesk.exe"
    }
}
