homebrew-cask/Casks/textmate.rb

8 lines
172 B
Ruby
Raw Normal View History

class Textmate < Cask
url 'http://api.textmate.org/downloads/release'
2012-10-27 23:15:38 +08:00
homepage 'http://macromates.com/'
2013-05-12 07:18:43 +08:00
version 'latest'
2014-05-08 20:51:31 +08:00
sha256 :no_check
2013-06-01 07:51:31 +08:00
link 'TextMate.app'
2012-10-27 23:15:38 +08:00
end