more label syncs

This commit is contained in:
Søren Theilgaard
2021-08-27 11:17:41 +02:00
parent 553d06826d
commit cfaac1eb28
7 changed files with 29 additions and 35 deletions
+2 -3
View File
@@ -1,8 +1,7 @@
jetbrainsintellijidea)
# credit: Gabe Marchan (gabemarchan.com - @darklink87)
name="IntelliJ IDEA"
type="dmg"
downloadURL="https://download.jetbrains.com/product?code=II&latest&distribution=mac"
appNewVersion=$(curl -fs "https://data.services.jetbrains.com/products/releases?code=II&latest=true&type=release" | grep -o 'version*.*,' | cut -d '"' -f3)
appNewVersion=$( curl -fsIL "${downloadURL}" | grep -i "location" | tail -1 | sed -E 's/.*\/[a-zA-Z-]*-([0-9.]*).*[-.].*dmg/\1/g' )
expectedTeamID="2ZEFAR8TH3"
;;
;;