mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
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).
5 lines
159 B
Ruby
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
|