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.
25 lines
885 B
25 lines
885 B
cask 'sublime-text2' do
|
|
version '2.0.2'
|
|
sha256 '906e71e19ae5321f80e7cf42eab8355146d8f2c3fd55be1f7fe5c62c57165add'
|
|
|
|
url "https://download.sublimetext.com/Sublime%20Text%20#{version}.dmg"
|
|
appcast 'https://www.sublimetext.com/updates/2/stable/appcast_osx.xml',
|
|
checkpoint: '1f88d22b2ed5ba5a9213accf500ca8f1a9723b391fbbbc45ffb23cd98c98519c'
|
|
name 'Sublime Text 2'
|
|
homepage 'https://www.sublimetext.com/2'
|
|
license :closed
|
|
|
|
app 'Sublime Text 2.app'
|
|
binary "#{appdir}/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
|
|
|