mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
9 lines
369 B
Bash
9 lines
369 B
Bash
krita)
|
|
# credit: Søren Theilgaard (@theilgaard)
|
|
name="krita"
|
|
type="dmg"
|
|
downloadURL=$( curl -fs "https://krita.org/en/download/krita-desktop/" | grep ".*https.*stable.*dmg.*" | head -1 | sed -E 's/.*(https.*dmg).*/\1/g' )
|
|
appNewVersion=$( echo "${downloadURL}" | sed -E 's/.*\/[a-zA-Z]*-([0-9.]*)\..*/\1/g' )
|
|
expectedTeamID="5433B4KXM8"
|
|
;;
|