Merge pull request #217 from imfromthebay/imfromthebay-caffeine

Adding Caffeine
This commit is contained in:
Adam Codega
2021-07-21 22:43:13 -04:00
committed by GitHub

View File

@@ -1216,6 +1216,14 @@ brave)
appNewVersion=$(curl --location --fail --silent "https://updates.bravesoftware.com/sparkle/Brave-Browser/stable/appcast.xml" | xpath '//rss/channel/item[last()]/enclosure/@sparkle:shortVersionString' 2>/dev/null | cut -d '"' -f 2) appNewVersion=$(curl --location --fail --silent "https://updates.bravesoftware.com/sparkle/Brave-Browser/stable/appcast.xml" | xpath '//rss/channel/item[last()]/enclosure/@sparkle:shortVersionString' 2>/dev/null | cut -d '"' -f 2)
expectedTeamID="KL8N8XSYF4" expectedTeamID="KL8N8XSYF4"
;; ;;
caffeine)
name="Caffeine"
type="dmg"
downloadURL=$(downloadURLFromGit IntelliScape caffeine)
appNewVersion=$(versionFromGit IntelliScape caffeine)
expectedTeamID="YD6LEYT6WZ"
blockingProcesses=( Caffeine )
;;
cakebrew) cakebrew)
name="Cakebrew" name="Cakebrew"
type="zip" type="zip"