|
|
|
cask 'sublime-text-dev' do
|
|
|
|
version '3156'
|
|
|
|
sha256 '5b4415834437767885b0d17ec6833eca9ec0e15646dcba7b67f37eb37b0b532a'
|
|
|
|
|
|
|
|
url "https://download.sublimetext.com/Sublime%20Text%20Build%20#{version}.dmg"
|
|
|
|
appcast 'https://www.sublimetext.com/updates/3/dev/appcast_osx.xml',
|
|
|
|
checkpoint: 'be77e8ca80282c3a9d340d796849a51a44a6548a71850761310186d68fa9fb3a'
|
|
|
|
name 'Sublime Text'
|
|
|
|
homepage 'https://www.sublimetext.com/3dev'
|
|
|
|
|
|
|
|
conflicts_with cask: 'sublime-text'
|
|
|
|
|
|
|
|
app 'Sublime Text.app'
|
|
|
|
binary "#{appdir}/Sublime Text.app/Contents/SharedSupport/bin/subl"
|
|
|
|
|
|
|
|
uninstall quit: 'com.sublimetext.3'
|
|
|
|
|
|
|
|
zap trash: [
|
|
|
|
'~/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
|