{ "version": "9.6.9", "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": "f717d0abf3f7e8b08b8461c711caaa808b8888e8631cd3386f4f588b5fefbfb3", "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" } }