mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
9 lines
339 B
Plaintext
9 lines
339 B
Plaintext
gyazo)
|
|
# credit: @matins
|
|
name="Gyazo"
|
|
type="dmg"
|
|
appNewVersion=$(curl -is "https://formulae.brew.sh/cask/gyazo" | grep 'Current version:' | grep -o "Gyazo.*dmg" | cut -d "-" -f 2 | awk -F ".dmg" '{print $1}')
|
|
downloadURL="https://files.gyazo.com/setup/Gyazo-${appNewVersion}.dmg"
|
|
expectedTeamID="9647Y3B7A4"
|
|
;;
|