From 85800fc41f569f043e93dff4c568661818663838 Mon Sep 17 00:00:00 2001 From: Jake Date: Wed, 20 Oct 2021 12:00:23 -0400 Subject: [PATCH 1/2] create superhuman.sh --- fragments/labels/superhuman.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 fragments/labels/superhuman.sh diff --git a/fragments/labels/superhuman.sh b/fragments/labels/superhuman.sh new file mode 100644 index 0000000..3c757df --- /dev/null +++ b/fragments/labels/superhuman.sh @@ -0,0 +1,10 @@ +superhuman) + name="superhuman" + type="dmg" + if [[ $(arch) == "arm64" ]]; then + downloadURL="https://download.superhuman.com/Superhuman-arm64.dmg" + elif [[ $(arch) == "i386" ]]; then + downloadURL="https://download.superhuman.com/Superhuman.dmg" + fi + expectedTeamID="6XHFYUTQGX" + ;; From 8089187598165568c9d11182d34112ae22b97d86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Theilgaard?= Date: Mon, 22 Nov 2021 10:53:05 +0100 Subject: [PATCH 2/2] superhuman version --- Labels.txt | 1 + fragments/labels/superhuman.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/Labels.txt b/Labels.txt index 5e72460..9876777 100644 --- a/Labels.txt +++ b/Labels.txt @@ -276,6 +276,7 @@ sourcetree splashtopsos spotify sublimetext +superhuman supportapp suspiciouspackage swiftruntimeforcommandlinetools diff --git a/fragments/labels/superhuman.sh b/fragments/labels/superhuman.sh index 3c757df..f64f8b8 100644 --- a/fragments/labels/superhuman.sh +++ b/fragments/labels/superhuman.sh @@ -6,5 +6,6 @@ superhuman) elif [[ $(arch) == "i386" ]]; then downloadURL="https://download.superhuman.com/Superhuman.dmg" fi + appNewVersion=$(curl -fs "https://storage.googleapis.com/download.superhuman.com/supertron-update/latest-mac.yml" | head -1 | cut -d " " -f2) expectedTeamID="6XHFYUTQGX" ;;