Files
Installomator/fragments/labels/fastscripts.sh
Søren Theilgaard 25fdfc38f9 Update fastscripts.sh
2021-11-22 12:03:32 +01:00

8 lines
431 B
Bash

fastscripts)
name="FastScripts"
type="zip"
downloadURL=$( curl -fs "https://redsweater.com/fastscripts/appcast3.php" | xpath '(//rss/channel/item/enclosure/@url)[1]' 2>/dev/null | cut -d '"' -f2 )
appNewVersion=$( curl -fs "https://redsweater.com/fastscripts/appcast3.php" | xpath '(//rss/channel/item/enclosure/@sparkle:shortVersionString)[1]' 2>/dev/null | cut -d '"' -f2 )
expectedTeamID="493CVA9A35"
;;