homebrew-cask/Casks/coteditor.rb

8 lines
276 B
Ruby
Raw Normal View History

2014-01-10 13:59:48 +08:00
class Coteditor < Cask
url 'https://github.com/coteditor/CotEditor/releases/download/1.5.2/CotEditor_1.5.2.dmg'
sha256 'bea41b2d7a82edb8842f66a9101438708cf0dbcca4176660c89b25f848dbe02a'
2014-03-21 08:38:52 +08:00
homepage 'http://coteditor.github.io/'
version '1.5.2'
2014-01-10 13:59:48 +08:00
link 'CotEditor.app'
end