diff --git a/fragments/labels/ibmnotifier.sh b/fragments/labels/ibmnotifier.sh new file mode 100644 index 0000000..de8b247 --- /dev/null +++ b/fragments/labels/ibmnotifier.sh @@ -0,0 +1,8 @@ +ibmnotifier) + name="IBM Notifier" + type="zip" + downloadURL="$(downloadURLFromGit IBM mac-ibm-notifications)" + #appNewVersion="$(versionFromGit IBM mac-ibm-notifications)" + appNewVersion="$(curl -sLI "https://github.com/IBM/mac-ibm-notifications/releases/latest" | grep -i "^location" | tr "/" "\n" | tail -1 | cut -d "-" -f2 | sed 's/[^0-9\.]//g')" + expectedTeamID="PETKK2G752" + ;;