Updated idrivethin

revised downloadurl and appnewversion
This commit is contained in:
worthypants
2022-05-16 14:37:05 +02:00
parent 589747f0ad
commit e8d56b585c

View File

@@ -2,8 +2,8 @@ idrivethin)
name="IDrive" name="IDrive"
type="pkgInDmg" type="pkgInDmg"
pkgName="IDriveThin.pkg" pkgName="IDriveThin.pkg"
downloadURL=$(curl -fs https://static.idriveonlinebackup.com/downloads/idrivethin/thin_version.js | sed 's/.*thinclient-mac\([^;]*\).*/\1/' | sed 's/.*\(https.*dmg\).*/\1/g') downloadURL=$(curl -fs https://static.idriveonlinebackup.com/downloads/idrivethin/thin_version.js | sed -E 's/.*thinclient-mac([^;]*).*/\1/g' | sed -E 's/.*(https.*dmg).*/\1/g')
appNewVersion=$(curl -fs https://static.idriveonlinebackup.com/downloads/idrivethin/thin_version.js | sed 's/.*thin_mac_ver=\([^;]*\).*/\1/' | sed 's/.*Version \([0-9.]*\).*/\1/') appNewVersion=$(curl -fs https://static.idriveonlinebackup.com/downloads/idrivethin/thin_version.js | sed -E 's/.*thin\_mac\_ver\=\"Version\ ([0-9.]*).*/\1/g')
versionKey="CFBundleVersion" versionKey="CFBundleVersion"
expectedTeamID="JWDCNYZ922" expectedTeamID="JWDCNYZ922"
;; ;;