diff --git a/fragments/labels/whatroute.sh b/fragments/labels/whatroute.sh new file mode 100644 index 0000000..2577a23 --- /dev/null +++ b/fragments/labels/whatroute.sh @@ -0,0 +1,7 @@ +whatroute) + name="WhatRoute" + type="zip" + downloadURL="$(curl -fs https://www.whatroute.net/whatroute2appcast.xml | xpath '(//rss/channel/item/enclosure/@url)[1]' 2>/dev/null | cut -d '"' -f2)" + appNewVersion="$(curl -fs https://www.whatroute.net/whatroute2appcast.xml | xpath '(//rss/channel/item/enclosure/@sparkle:shortVersionString)[1]' 2>/dev/null | cut -d '"' -f2)" + expectedTeamID="H5879E8LML" + ;;