diff --git a/Labels.txt b/Labels.txt index 2ccc883..ad223f2 100644 --- a/Labels.txt +++ b/Labels.txt @@ -286,6 +286,7 @@ spotify steelseriesengine strongsync sublimetext +superhuman supportapp suspiciouspackage swiftruntimeforcommandlinetools diff --git a/fragments/labels/superhuman.sh b/fragments/labels/superhuman.sh new file mode 100644 index 0000000..f64f8b8 --- /dev/null +++ b/fragments/labels/superhuman.sh @@ -0,0 +1,11 @@ +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 + appNewVersion=$(curl -fs "https://storage.googleapis.com/download.superhuman.com/supertron-update/latest-mac.yml" | head -1 | cut -d " " -f2) + expectedTeamID="6XHFYUTQGX" + ;;