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
viscosity)
|
|
#credit: @matins
|
|
name="Viscosity"
|
|
type="dmg"
|
|
downloadURL="https://www.sparklabs.com/downloads/Viscosity.dmg"
|
|
appNewVersion=$( curl -fsIL "${downloadURL}" | grep -i "^location" | awk '{print $2}' | sed -E 's/.*\/[a-zA-Z.\-]*%20([0-9.]*)\..*/\1/g' )
|
|
expectedTeamID="34XR7GXFPX"
|
|
;;
|