mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-31 06:13:12 +01:00
0.5
This commit is contained in:
@@ -1048,6 +1048,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"
|
||||||
;;
|
;;
|
||||||
|
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"
|
||||||
|
;;
|
||||||
calibre)
|
calibre)
|
||||||
# credit: Drew Diver (@grumpydrew on MacAdmins Slack)
|
# credit: Drew Diver (@grumpydrew on MacAdmins Slack)
|
||||||
name="calibre"
|
name="calibre"
|
||||||
@@ -1568,11 +1576,20 @@ jamfreenroller)
|
|||||||
#appNewVersion=$(versionFromGit jamf ReEnroller)
|
#appNewVersion=$(versionFromGit jamf ReEnroller)
|
||||||
expectedTeamID="PS2F6S478M"
|
expectedTeamID="PS2F6S478M"
|
||||||
;;
|
;;
|
||||||
|
jetbrainsintellijidea)
|
||||||
|
# credit: Gabe Marchan (www.gabemarchan.com)
|
||||||
|
name="IntelliJ IDEA"
|
||||||
|
type="dmg"
|
||||||
|
downloadURL="https://download.jetbrains.com/product?code=II&latest&distribution=mac"
|
||||||
|
appNewVersion=$(curl -fs "https://data.services.jetbrains.com/products/releases?code=II&latest=true&type=release" | grep -o 'version*.*,' | cut -d '"' -f3)
|
||||||
|
expectedTeamID="2ZEFAR8TH3"
|
||||||
|
;;
|
||||||
jetbrainsintellijideace|\
|
jetbrainsintellijideace|\
|
||||||
intellijideace)
|
intellijideace)
|
||||||
name="IntelliJ IDEA CE"
|
name="IntelliJ IDEA CE"
|
||||||
type="dmg"
|
type="dmg"
|
||||||
downloadURL="https://download.jetbrains.com/product?code=IIC&latest&distribution=mac"
|
downloadURL="https://download.jetbrains.com/product?code=IIC&latest&distribution=mac"
|
||||||
|
appNewVersion=$(curl -fs "https://data.services.jetbrains.com/products/releases?code=IIC&latest=true&type=release" | grep -o 'version*.*,' | cut -d '"' -f3)
|
||||||
expectedTeamID="2ZEFAR8TH3"
|
expectedTeamID="2ZEFAR8TH3"
|
||||||
#Company="JetBrains"
|
#Company="JetBrains"
|
||||||
;;
|
;;
|
||||||
@@ -1745,6 +1762,17 @@ netnewswire)
|
|||||||
appNewVersion=$(curl -fs https://ranchero.com/downloads/netnewswire-release.xml | xpath '//rss/channel/item[1]/enclosure/@sparkle:shortVersionString' 2>/dev/null | cut -d '"' -f 2)
|
appNewVersion=$(curl -fs https://ranchero.com/downloads/netnewswire-release.xml | xpath '//rss/channel/item[1]/enclosure/@sparkle:shortVersionString' 2>/dev/null | cut -d '"' -f 2)
|
||||||
expectedTeamID="M8L2WTLA8W"
|
expectedTeamID="M8L2WTLA8W"
|
||||||
;;
|
;;
|
||||||
|
nextcloud)
|
||||||
|
name="nextcloud"
|
||||||
|
type="pkg"
|
||||||
|
#packageID="com.nextcloud.desktopclient"
|
||||||
|
downloadURL=$(downloadURLFromGit nextcloud desktop)
|
||||||
|
#appNewVersion=$(versionFromGit nextcloud desktop)
|
||||||
|
# The version of the app is not equal to the version listed on GitHub.
|
||||||
|
# App version something like "3.1.3git (build 4850)" but web page lists as "3.1.3"
|
||||||
|
# Also it does not math packageID version "3.1.34850"
|
||||||
|
expectedTeamID="NKUJUXUJ3B"
|
||||||
|
;;
|
||||||
nomad)
|
nomad)
|
||||||
# credit: Tadayuki Onishi (@kenchan0130)
|
# credit: Tadayuki Onishi (@kenchan0130)
|
||||||
name="NoMAD"
|
name="NoMAD"
|
||||||
@@ -2070,6 +2098,14 @@ rocket)
|
|||||||
downloadURL="https://macrelease.matthewpalmer.net/Rocket.dmg"
|
downloadURL="https://macrelease.matthewpalmer.net/Rocket.dmg"
|
||||||
expectedTeamID="Z4JV2M65MH"
|
expectedTeamID="Z4JV2M65MH"
|
||||||
;;
|
;;
|
||||||
|
rocketchat)
|
||||||
|
name="Rocket.Chat"
|
||||||
|
type="dmg"
|
||||||
|
downloadURL=$(downloadURLFromGit RocketChat Rocket.Chat.Electron)
|
||||||
|
appNewVersion=$(versionFromGit RocketChat Rocket.Chat.Electron)
|
||||||
|
expectedTeamID="S6UPZG7ZR3"
|
||||||
|
blockingProcesses=( Rocket.Chat )
|
||||||
|
;;
|
||||||
royaltsx)
|
royaltsx)
|
||||||
name="Royal TSX"
|
name="Royal TSX"
|
||||||
type="dmg"
|
type="dmg"
|
||||||
|
|||||||
@@ -30,6 +30,7 @@ blender
|
|||||||
bluejeans
|
bluejeans
|
||||||
boxdrive
|
boxdrive
|
||||||
brave
|
brave
|
||||||
|
cakebrew
|
||||||
calibre
|
calibre
|
||||||
camostudio
|
camostudio
|
||||||
camtasia
|
camtasia
|
||||||
@@ -100,6 +101,7 @@ jamfconnect
|
|||||||
jamfmigrator
|
jamfmigrator
|
||||||
jamfpppcutility
|
jamfpppcutility
|
||||||
jamfreenroller
|
jamfreenroller
|
||||||
|
jetbrainsintellijidea
|
||||||
jetbrainsintellijideace
|
jetbrainsintellijideace
|
||||||
jetbrainsphpstorm
|
jetbrainsphpstorm
|
||||||
karabinerelements
|
karabinerelements
|
||||||
@@ -141,6 +143,7 @@ microsoftword
|
|||||||
microsoftyammer
|
microsoftyammer
|
||||||
musescore
|
musescore
|
||||||
netnewswire
|
netnewswire
|
||||||
|
nextcloud)
|
||||||
nomad
|
nomad
|
||||||
nomadlogin
|
nomadlogin
|
||||||
notion
|
notion
|
||||||
@@ -184,6 +187,7 @@ ringcentralclassicapp
|
|||||||
ringcentralmeetings
|
ringcentralmeetings
|
||||||
ringcentralphone
|
ringcentralphone
|
||||||
rocket
|
rocket
|
||||||
|
rocketchat
|
||||||
royaltsx
|
royaltsx
|
||||||
rstudio
|
rstudio
|
||||||
santa
|
santa
|
||||||
|
|||||||
Reference in New Issue
Block a user