You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

26 lines
958 B

cask 'sublime-text-dev' do
version '3148'
sha256 '25a0ab22573249e1be1bc034d3bb51ffc54b5f2edb19d70fe422a9786cf3b9e6'
url "https://download.sublimetext.com/Sublime%20Text%20Build%20#{version}.dmg"
appcast 'https://www.sublimetext.com/updates/3/dev/appcast_osx.xml',
checkpoint: '8dbc310d337198d5fe6846a49fa596cb68853f6f781ca26cefcbb3c7c4c26234'
name 'Sublime Text'
homepage 'https://www.sublimetext.com/3dev'
conflicts_with cask: 'caskroom/versions/sublime-text3'
app 'Sublime Text.app'
binary "#{appdir}/Sublime Text.app/Contents/SharedSupport/bin/subl"
uninstall quit: 'com.sublimetext.3'
zap delete: [
'~/Library/Caches/com.sublimetext.3',
'~/Library/Saved Application State/com.sublimetext.3.savedState',
],
trash: [
'~/Library/Application Support/Sublime Text 3',
'~/Library/Preferences/com.sublimetext.3.plist',
]
end