mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
10 lines
426 B
Plaintext
10 lines
426 B
Plaintext
gyazogif)
|
|
# credit: @matins
|
|
# This is identical to gyazo, but the download contains two apps on the DMG
|
|
name="Gyazo GIF"
|
|
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"
|
|
;;
|