From 401d5ad1389fab9e78b0b0ae6ad09fdca1120e58 Mon Sep 17 00:00:00 2001 From: Adam Codega Date: Fri, 8 Apr 2022 09:43:23 -0400 Subject: [PATCH 1/2] Delete grammarly.sh Committed incorrectly to root of repo. --- grammarly.sh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 grammarly.sh diff --git a/grammarly.sh b/grammarly.sh deleted file mode 100644 index 5369199..0000000 --- a/grammarly.sh +++ /dev/null @@ -1,9 +0,0 @@ -grammarly) - name="Grammarly Desktop" - type="dmg" - packageID="com.grammarly.ProjectLlama" - downloadURL=$(curl -fsL "https://download-mac.grammarly.com/appcast.xml" | xpath '//rss/channel/item[1]/enclosure/@url' 2>/dev/null | cut -d '"' -f 2) - expectedTeamID="W8F64X92K3" - appNewVersion=$(curl -is "https://download-mac.grammarly.com/appcast.xml" | grep sparkle:version | tr ',' '\n' | grep sparkle:version | cut -d '"' -f 4) - appName="Grammarly Installer.app" - ;; From 2b3da07cdb4996f703afaed4f1195ebdc18cf547 Mon Sep 17 00:00:00 2001 From: DavidTaylor Date: Thu, 5 May 2022 23:30:59 -0700 Subject: [PATCH 2/2] Add Label: Shottr --- Labels.txt | 1 + fragments/labels/shottr.sh | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 fragments/labels/shottr.sh diff --git a/Labels.txt b/Labels.txt index dc91bee..bf630ff 100644 --- a/Labels.txt +++ b/Labels.txt @@ -322,6 +322,7 @@ secretive sequelpro sfsymbols shield +shottr sidekick signal silnite diff --git a/fragments/labels/shottr.sh b/fragments/labels/shottr.sh new file mode 100644 index 0000000..f9723d9 --- /dev/null +++ b/fragments/labels/shottr.sh @@ -0,0 +1,7 @@ +shottr) + name="Shottr" + type="dmg" + downloadURL="https://shottr.cc/dl/Shottr-1.5.3.dmg" + appNewVersion=$( echo ${downloadURL} | sed -E 's/.*\/[a-zA-Z]*-([0-9.]*)\..*/\1/g' ) + expectedTeamID="2Y683PRQWN" + ;; \ No newline at end of file