labels sync

This commit is contained in:
Søren Theilgaard
2021-08-27 11:04:33 +02:00
parent 04880d329e
commit 3bcb9e7e32
13 changed files with 88 additions and 56 deletions

View File

@@ -0,0 +1,11 @@
jetbrainstoolbox)
name="JetBrains Toolbox"
type="dmg"
if [[ $(arch) == i386 ]]; then
downloadURL="https://download.jetbrains.com/product?code=TB&latest&distribution=mac"
elif [[ $(arch) == arm64 ]]; then
downloadURL="https://download.jetbrains.com/product?code=TB&latest&distribution=macM1"
fi
appNewVersion=$( curl -fsIL "${downloadURL}" | grep -i "location" | tail -1 | sed -E 's/.*\/[a-zA-Z-]*-([0-9.]*).*[-.].*dmg/\1/g' )
expectedTeamID="2ZEFAR8TH3"
;;