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.
29 lines
986 B
29 lines
986 B
cask 'sublime-text-dev' do
|
|
version '3121'
|
|
sha256 'a0236a987c029324ba03894f2630a7d8d8090724ae24f8d53d40c9681649bc3b'
|
|
|
|
url "https://download.sublimetext.com/Sublime%20Text%20Build%20#{version}.dmg"
|
|
appcast 'https://www.sublimetext.com/updates/3/dev/appcast_osx.xml',
|
|
checkpoint: '8f7823e20bc4295e52bddcb440b03b009ecf8000fa4b16949680a33553a3ae55'
|
|
name 'Sublime Text'
|
|
homepage 'https://www.sublimetext.com/3dev'
|
|
license :closed
|
|
|
|
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',
|
|
]
|
|
|
|
caveats do
|
|
files_in_usr_local
|
|
end
|
|
end
|
|
|