mirror of
https://github.com/mtan93/Installomator.git
synced 2026-05-31 22:08:08 +01:00
new labels after merge
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
|
||||
sourcetree)
|
||||
name="Sourcetree"
|
||||
type="zip"
|
||||
downloadURL=$(curl -fs "https://www.sourcetreeapp.com" | grep -i "macURL" | tr '"' '
|
||||
' | grep -io "https://.*/Sourcetree.*\.zip" | tail -1)
|
||||
appNewVersion=$(echo "${downloadURL}" | sed -E 's/.*\/Sourcetree_([0-9.]*)_[0-9]*\.zip/\1/g')
|
||||
expectedTeamID="UPXU4CQZ5P"
|
||||
;;
|
||||
Reference in New Issue
Block a user