Skip to content

Commit

Permalink
updated appNewVersion URL, closes Installomator#786
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptingosx committed Dec 8, 2022
1 parent 49084af commit abad91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fragments/labels/anydesk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
;;

0 comments on commit abad91b

Please sign in to comment.