diff --git a/Labels.txt b/Labels.txt index ce9c544..46044e0 100644 --- a/Labels.txt +++ b/Labels.txt @@ -90,6 +90,7 @@ evernote exelbanstats exifrenamer fantastical +fastscripts favro ferdi figma diff --git a/fragments/labels/fastscripts.sh b/fragments/labels/fastscripts.sh new file mode 100644 index 0000000..2aed4c9 --- /dev/null +++ b/fragments/labels/fastscripts.sh @@ -0,0 +1,7 @@ +fastscripts) + name="FastScripts" + type="zip" + downloadURL=$( curl -fs "https://redsweater.com/fastscripts/appcast3.php" | xpath '//rss/channel/item/enclosure/@url' 2>/dev/null | cut -d '"' -f2 ) + appNewVersion=$( curl -fs "https://redsweater.com/fastscripts/appcast3.php" | xpath '//rss/channel/item/enclosure/@sparkle:shortVersionString' 2>/dev/null | cut -d '"' -f2 ) + expectedTeamID="493CVA9A35" + ;;