|
|
|
cask 'sublime-text-dev' do
|
|
|
|
version '3130'
|
|
|
|
sha256 '2a93c42b152f1e95747b2c5234252995f648fdcb99136dd51e4bab9122ff98b4'
|
|
|
|
|
|
|
|
url "https://download.sublimetext.com/Sublime%20Text%20Build%20#{version}.dmg"
|
|
|
|
appcast 'https://www.sublimetext.com/updates/3/dev/appcast_osx.xml',
|
|
|
|
checkpoint: 'b4c1654bc4d4cd286f6a9ae3ee2b1e06804704b26e18688b37180f579b086fc9'
|
|
|
|
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/Application Support/Sublime Text 3',
|
|
|
|
'~/Library/Caches/com.sublimetext.3',
|
|
|
|
'~/Library/Preferences/com.sublimetext.3.plist',
|
|
|
|
'~/Library/Saved Application State/com.sublimetext.3.savedState',
|
|
|
|
]
|
|
|
|
end
|