mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
9 lines
429 B
Bash
9 lines
429 B
Bash
hazel)
|
|
# credit: Søren Theilgaard (@theilgaard)
|
|
name="Hazel"
|
|
type="dmg"
|
|
downloadURL=$(curl -fsI https://www.noodlesoft.com/Products/Hazel/download | grep -i "^location" | awk '{print $2}' | tr -d '\r\n')
|
|
appNewVersion=$(curl -fsI https://www.noodlesoft.com/Products/Hazel/download | grep -i "^location" | awk '{print $2}' | sed -E 's/.*\/[a-zA-Z]*-([0-9.]*)\..*/\1/g')
|
|
expectedTeamID="86Z3GCJ4MF"
|
|
;;
|