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.
15 lines
467 B
15 lines
467 B
class SublimeText3 < Cask
|
|
version 'Build 3065'
|
|
sha256 '373dbfcddab7fb288351763402361cd4045f4a9510eb32f81938d0c156d161c3'
|
|
|
|
url 'http://c758482.r82.cf2.rackcdn.com/Sublime%20Text%20Build%203065.dmg'
|
|
appcast 'http://www.sublimetext.com/updates/3/stable/appcast_osx.xml'
|
|
homepage 'http://www.sublimetext.com/3'
|
|
license :closed
|
|
|
|
app 'Sublime Text.app'
|
|
binary 'Sublime Text.app/Contents/SharedSupport/bin/subl'
|
|
caveats do
|
|
files_in_usr_local
|
|
end
|
|
end
|
|
|