homebrew-cask/Casks/sublime-text.rb

27 lines
944 B
Ruby

cask 'sublime-text' do
version '2.0.2'
sha256 '906e71e19ae5321f80e7cf42eab8355146d8f2c3fd55be1f7fe5c62c57165add'
# rackcdn.com is the official download host per the vendor homepage
url "http://c758482.r82.cf2.rackcdn.com/Sublime%20Text%20#{version}.dmg"
appcast 'https://www.sublimetext.com/updates/2/stable/appcast_osx.xml',
checkpoint: '1f88d22b2ed5ba5a9213accf500ca8f1a9723b391fbbbc45ffb23cd98c98519c'
name 'Sublime Text'
homepage 'https://www.sublimetext.com/2'
license :closed
app 'Sublime Text 2.app'
binary 'Sublime Text 2.app/Contents/SharedSupport/bin/subl'
zap delete: [
'~/Library/Application Support/Sublime Text 2',
'~/Library/Preferences/com.sublimetext.2.plist',
'~/Library/Caches/com.sublimetext.2',
'~/Library/Saved Application State/com.sublimetext.2.savedState',
]
caveats do
files_in_usr_local
end
end