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 -2
View File
@@ -3,6 +3,6 @@ intellijideace)
name="IntelliJ IDEA CE"
type="dmg"
downloadURL="https://download.jetbrains.com/product?code=IIC&latest&distribution=mac"
appNewVersion=$(curl -fs "https://data.services.jetbrains.com/products/releases?code=IIC&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"
;;
;;