From ac874a9f282896e6d89dda539fc6c770f5dcc95e Mon Sep 17 00:00:00 2001 From: Theile Date: Thu, 6 Oct 2022 15:28:59 +0200 Subject: [PATCH] IBM Notifier MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit IBM for some reason is adding too much to the “tag” on Github, so they have “Version 2.9.1 Build 96” for the current latest version. That ends up being read as 2.9.196, and not only 2.9.1 that the app version is. I upload this, so we have it ready, but not sure if `appNewVersion` should stay or be commented out. --- fragments/labels/ibmnotifier.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 fragments/labels/ibmnotifier.sh diff --git a/fragments/labels/ibmnotifier.sh b/fragments/labels/ibmnotifier.sh new file mode 100644 index 0000000..6f4844e --- /dev/null +++ b/fragments/labels/ibmnotifier.sh @@ -0,0 +1,7 @@ +ibmnotifier) + name="IBM Notifier" + type="zip" + downloadURL="$(downloadURLFromGit IBM mac-ibm-notifications)" + appNewVersion="$(versionFromGit IBM mac-ibm-notifications)" + expectedTeamID="PETKK2G752" + ;;