homebrew-cask/Casks/coteditor.rb

9 lines
327 B
Ruby
Raw Normal View History

2014-01-10 13:59:48 +08:00
class Coteditor < Cask
2014-05-22 16:38:15 +08:00
url 'https://github.com/coteditor/CotEditor/releases/download/1.5.3/CotEditor_1.5.3.dmg'
2014-06-03 01:38:02 +08:00
appcast 'http://coteditor.github.io/appcast.xml'
2014-05-22 16:38:15 +08:00
sha256 'f70bcd376d2658127c5bd274a73e7bb92a0c1c9d4aa7a08376e8b9cc2b6630df'
2014-03-21 08:38:52 +08:00
homepage 'http://coteditor.github.io/'
2014-05-22 16:38:15 +08:00
version '1.5.3'
2014-01-10 13:59:48 +08:00
link 'CotEditor.app'
end