mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-04 14:23:06 +01:00
changed fragments to .sh extension
This commit is contained in:
8
fragments/labels/cakebrew.sh
Normal file
8
fragments/labels/cakebrew.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
cakebrew)
|
||||
# credit: Adrian Bühler (@midni9ht)
|
||||
name="Cakebrew"
|
||||
type="zip"
|
||||
downloadURL=$(curl -fsL "https://www.cakebrew.com/appcast/profileInfo.php" | xpath '//rss/channel/item[1]/enclosure/@url' 2>/dev/null | cut -d '"' -f 2)
|
||||
appNewVersion=$( curl -fsL "https://www.cakebrew.com/appcast/profileInfo.php" | xpath '//rss/channel/item[1]/enclosure/@sparkle:shortVersionString' 2>/dev/null | cut -d '"' -f 2 )
|
||||
expectedTeamID="R85D3K8ATT"
|
||||
;;
|
||||
Reference in New Issue
Block a user