mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-10 06:13:12 +01:00
general cleanup in prep for release
This commit is contained in:
@@ -12,4 +12,4 @@
|
||||
expectedTeamID="2BUA8C4S2C"
|
||||
blockingProcesses=( "1Password Extension Helper" "1Password 7" "1Password" "1Password (Safari)" "1PasswordNativeMessageHost" "1PasswordSafariAppExtension" )
|
||||
#forcefulQuit=YES
|
||||
;;
|
||||
;;
|
||||
|
||||
@@ -9,4 +9,4 @@ type="pkg"
|
||||
appNewVersion=$(curl -s https://raw.githubusercontent.com/corretto/corretto-8/develop/CHANGELOG.md | grep "## Corretto version" | head -n 1 | awk '{ print $4; exit}')
|
||||
fi
|
||||
expectedTeamID="94KV3E626L"
|
||||
;;
|
||||
;;
|
||||
|
||||
@@ -10,4 +10,4 @@ androidstudio)
|
||||
fi
|
||||
expectedTeamID="EQHXZ8M8AV"
|
||||
blockingProcesses=( androidstudio )
|
||||
;;
|
||||
;;
|
||||
|
||||
@@ -5,4 +5,3 @@ camtasia2020)
|
||||
appNewVersion=$(curl -H "User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15" -fs "https://support.techsmith.com/hc/en-us/articles/360004908652-Desktop-Product-Download-Links" | grep "Camtasia (Mac) 2020" | sed -e 's/.*Camtasia (Mac) //' -e 's/<\/td>.*//')
|
||||
expectedTeamID="7TQL462TU8"
|
||||
;;
|
||||
|
||||
@@ -9,4 +9,4 @@ postman)
|
||||
appNewVersion=$(curl -fsL --head "${downloadURL}" | grep "content-disposition:" | sed 's/^.*[^0-9]\([0-9]*\.[0-9]*\.[0-9]*\).*$/\1/')
|
||||
fi
|
||||
expectedTeamID="H7H8Q7M5CK"
|
||||
;;
|
||||
;;
|
||||
|
||||
@@ -6,4 +6,4 @@ propresenter7)
|
||||
downloadURL=$(curl -s "https://api.renewedvision.com/v1/pro/upgrade?platform=macos&osVersion=12&appVersion=771&buildNumber=117899527&includeNotes=false" | grep -Eo '"downloadUrl":.*?[^\]",' | head -n 1 | cut -d \" -f 4 | sed -e 's/\\//g')
|
||||
appNewVersion=$(curl -s "https://api.renewedvision.com/v1/pro/upgrade?platform=macos&osVersion=12&appVersion=771&buildNumber=117899527&includeNotes=false" | grep -Eo '"version":.*?[^\]",' | head -n 1 | cut -d \" -f 4)
|
||||
expectedTeamID="97GAAZ6CPX"
|
||||
;;
|
||||
;;
|
||||
|
||||
@@ -5,4 +5,3 @@ snagit2019)
|
||||
appNewVersion=$(curl -H "User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15" -fs "https://support.techsmith.com/hc/en-us/articles/360004908652-Desktop-Product-Download-Links" | grep "Snagit (Mac) 2019" | sed -e 's/.*Snagit (Mac) //' -e 's/<\/td>.*//')
|
||||
expectedTeamID="7TQL462TU8"
|
||||
;;
|
||||
|
||||
@@ -5,4 +5,3 @@ snagit2020)
|
||||
appNewVersion=$(curl -H "User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15" -fs "https://support.techsmith.com/hc/en-us/articles/360004908652-Desktop-Product-Download-Links" | grep "Snagit (Mac) 2020" | sed -e 's/.*Snagit (Mac) //' -e 's/<\/td>.*//')
|
||||
expectedTeamID="7TQL462TU8"
|
||||
;;
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
sonobus)
|
||||
name="Sonobus"
|
||||
type="pkgInDmg"
|
||||
html_page_source="$(curl -fs 'https://www.sonobus.net')"
|
||||
downloadFile="$(echo "${html_page_source}" | xmllint --html --xpath "string(//a[contains(@href, 'mac.dmg')]/@href)" - 2> /dev/null)"
|
||||
downloadURL="https://www.sonobus.net/$downloadFile"
|
||||
appNewVersion="$(echo "${downloadFile}" | sed 's/releases\/sonobus-//' | sed 's/\-mac.dmg//' )"
|
||||
expectedTeamID="XCS435894D"
|
||||
;;
|
||||
name="Sonobus"
|
||||
type="pkgInDmg"
|
||||
html_page_source="$(curl -fs 'https://www.sonobus.net')"
|
||||
downloadFile="$(echo "${html_page_source}" | xmllint --html --xpath "string(//a[contains(@href, 'mac.dmg')]/@href)" - 2> /dev/null)"
|
||||
downloadURL="https://www.sonobus.net/$downloadFile"
|
||||
appNewVersion="$(echo "${downloadFile}" | sed 's/releases\/sonobus-//' | sed 's/\-mac.dmg//' )"
|
||||
expectedTeamID="XCS435894D"
|
||||
;;
|
||||
|
||||
@@ -5,4 +5,4 @@ unnaturalscrollwheels)
|
||||
appNewVersion="$(versionFromGit ther0n UnnaturalScrollWheels)"
|
||||
expectedTeamID="D6H5W2T379"
|
||||
blockingProcesses=( UnnaturalScrollWheels )
|
||||
;;
|
||||
;;
|
||||
|
||||
@@ -1 +1 @@
|
||||
9.2beta
|
||||
9.2
|
||||
|
||||
Reference in New Issue
Block a user