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
2014-03-27 18:16:15 +08:00
url 'https://github.com/coteditor/CotEditor/releases/download/1.4.1/CotEditor_1.4.1.dmg'
sha256 '098029167fd913e4a119d08bb7504b491c69d5298d569ca20275994e09501409'
2014-03-21 08:38:52 +08:00
homepage 'http://coteditor.github.io/'
2014-03-27 18:16:15 +08:00
version '1.4.1'
2014-01-10 13:59:48 +08:00
link 'CotEditor.app'
end