From 6750330d2a890985c16f3d2009a995154de8ef85 Mon Sep 17 00:00:00 2001 From: Apfelpom Date: Thu, 6 Oct 2022 13:31:16 +0200 Subject: [PATCH] Update anydesk.sh Correct the URL in appNewVersion to target the right site as the old one is 404. --- fragments/labels/anydesk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fragments/labels/anydesk.sh b/fragments/labels/anydesk.sh index 6a7c69ff1..c6faa2f44 100644 --- a/fragments/labels/anydesk.sh +++ b/fragments/labels/anydesk.sh @@ -2,6 +2,6 @@ anydesk) name="AnyDesk" type="dmg" downloadURL="https://download.anydesk.com/anydesk.dmg" - appNewVersion="$(curl -fs https://anydesk.com/da/downloads/mac-os | grep -i "d-block" | grep -E -o ">v[0-9.]* .*MB" | sed -E 's/.*v([0-9.]*) .*/\1/g')" + appNewVersion="$(curl -fs https://anydesk.com/en/downloads/mac-os | grep -i "d-block" | grep -E -o ">v[0-9.]* .*MB" | sed -E 's/.*v([0-9.]*) .*/\1/g')" expectedTeamID="KU6W3B6JMZ" ;;