homebrew-cask-versions/Casks/sublime-text.rb
Félix Saparelli c17113b347 Fix Sublime Text
There was an inconsistency between the cask filename
and the class name which caused an exception to be
thrown when running `brew cask search` (and possibly
other commands).
2012-09-24 00:50:58 +12:00

5 lines
159 B
Ruby

class SublimeText < Cask
url 'http://c758482.r82.cf2.rackcdn.com/Sublime%20Text%202.0.1.dmg'
homepage 'http://www.sublimetext.com/2'
version '2.0.1'
end