mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
8 lines
245 B
Bash
8 lines
245 B
Bash
gimp)
|
|
name="GIMP-2.10"
|
|
type="dmg"
|
|
downloadURL=https://$(curl -fs https://www.gimp.org/downloads/ | grep -m 1 -o "download.*gimp-.*.dmg")
|
|
appNewVersion=$(echo $downloadURL | cut -d "-" -f 2)
|
|
expectedTeamID="T25BQ8HSJF"
|
|
;;
|