mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
smartgit
This commit is contained in:
@@ -2,11 +2,6 @@ slack)
|
||||
name="Slack"
|
||||
type="dmg"
|
||||
downloadURL="https://slack.com/ssb/download-osx-universal" # Universal
|
||||
# if [[ $(arch) == "arm64" ]]; then
|
||||
# downloadURL="https://slack.com/ssb/download-osx-silicon"
|
||||
# elif [[ $(arch) == "i386" ]]; then
|
||||
# downloadURL="https://slack.com/ssb/download-osx"
|
||||
# fi
|
||||
appNewVersion=$( curl -fsIL "${downloadURL}" | grep -i "^location" | awk '{print $2}' | tr -d '\r\n' | sed -E 's/.*macos\/([0-9.]*)\/.*/\1/g' )
|
||||
expectedTeamID="BQR82RBBHL"
|
||||
;;
|
||||
|
||||
7
fragments/labels/smartgit.sh
Normal file
7
fragments/labels/smartgit.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
smartgit)
|
||||
name="SmartGit"
|
||||
type="dmg"
|
||||
downloadURL="https://www.syntevo.com$(curl -fs "https://www.syntevo.com/smartgit/download/" | grep -i -o -E "/downloads/.*/smartgit.*\.dmg")"
|
||||
appNewVersion="$(curl -fs "https://www.syntevo.com/smartgit/changelog.txt" | grep -i -E "SmartGit *[0-9.]* *.*" | head -1 | awk '{print $2}')"
|
||||
expectedTeamID="PHMY45PTNW"
|
||||
;;
|
||||
Reference in New Issue
Block a user