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

9 lines
339 B
Bash

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