mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
10 lines
441 B
Bash
10 lines
441 B
Bash
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"
|
|
;;
|