mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-06 14:23:06 +01:00
changed fragments to .sh extension
This commit is contained in:
8
fragments/labels/krita.sh
Normal file
8
fragments/labels/krita.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
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"
|
||||
;;
|
||||
Reference in New Issue
Block a user