Update itsycal.sh

This commit is contained in:
Søren Theilgaard
2022-01-09 20:55:13 +01:00
parent c1734bac7f
commit 02b0829877

View File

@@ -3,6 +3,5 @@ itsycal)
type="zip"
downloadURL=$(curl -fs https://s3.amazonaws.com/itsycal/itsycal-apple-silicon.xml | xpath '(//rss/channel/item/enclosure/@url)[1]' 2>/dev/null | head -1 | cut -d '"' -f 2)
appNewVersion=$(curl -fs https://s3.amazonaws.com/itsycal/itsycal-apple-silicon.xml | xpath '(//rss/channel/item/enclosure/@sparkle:shortVersionString)[1]' 2>/dev/null | head -1 | cut -d '"' -f 2)
blockingProcesses=( "Itsycal" )
expectedTeamID="HFT3T55WND"
;;