mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
9 lines
318 B
Bash
9 lines
318 B
Bash
arq7)
|
|
name="Arq7"
|
|
type="pkg"
|
|
packageID="com.haystacksoftware.Arq"
|
|
downloadURL="https://arqbackup.com/download/arqbackup/Arq7.pkg"
|
|
appNewVersion="$(curl -fs "https://arqbackup.com" | grep -io "version .*[0-9.]*.* for macOS" | cut -d ">" -f2 | cut -d "<" -f1)"
|
|
expectedTeamID="48ZCSDVL96"
|
|
;;
|