mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-08 22:04:49 +01:00
new labels after merge
This commit is contained in:
8
fragments/labels/bbedit.txt
Normal file
8
fragments/labels/bbedit.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
bbedit)
|
||||
name="BBEdit"
|
||||
type="dmg"
|
||||
downloadURL=$(curl -s https://versioncheck.barebones.com/BBEdit.xml | grep dmg | sort | tail -n1 | cut -d">" -f2 | cut -d"<" -f1)
|
||||
appNewVersion=$(curl -s https://versioncheck.barebones.com/BBEdit.xml | grep dmg | sort | tail -n1 | sed -E 's/.*BBEdit_([0-9 .]*)\.dmg.*/\1/')
|
||||
expectedTeamID="W52GZAXT98"
|
||||
;;
|
||||
Reference in New Issue
Block a user