Files
Installomator/fragments/labels/gyazogif.sh
2021-04-28 09:36:16 +02:00

10 lines
426 B
Bash

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"
;;