Files
Installomator/fragments/labels/sublimetext.sh
MrAZisHere 1dfa162783 Update sublimetext.sh
download url has changed
2022-06-24 20:40:48 +08:00

9 lines
415 B
Bash

sublimetext)
# credit: Søren Theilgaard (@theilgaard)
name="Sublime Text"
type="zip"
downloadURL="$(curl -fs "https://www.sublimetext.com/download_thanks?target=mac#direct-downloads" | grep -io "https://download.*_mac.zip" | head -1)"
appNewVersion=$(curl -fs https://www.sublimetext.com/download | grep -i -A 4 "id.*changelog" | grep -io "Build [0-9]*")
expectedTeamID="Z6D26JE4Y4"
;;