{ "version": "9.6.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": "bfc1675ee1e358db8356f515aaded7962923e426aa0a0a1c0eddfc4dab053f89", "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" } }