homebrew-cask/Casks/coteditor.rb

13 lines
434 B
Ruby
Raw Normal View History

2014-11-14 01:25:38 +08:00
cask :v1 => 'coteditor' do
2014-11-13 01:05:37 +08:00
version '2.0.0'
sha256 '70377acae52d5599d5adf7e0a56d0b3c7d5b82697a7fe3469da41b3fea2ae85c'
2014-06-30 17:54:14 +08:00
url "https://github.com/coteditor/CotEditor/releases/download/#{version}/CotEditor_#{version}.dmg"
2014-11-13 01:05:37 +08:00
appcast 'http://coteditor.com/appcast.xml',
:sha256 => '86c24c497701e51df3e0b35e72be5f1cc1d2e3b307a8deb0a188c3443ccd553f'
homepage 'http://coteditor.com/'
2014-10-12 00:34:56 +08:00
license :gpl
2014-09-16 00:05:26 +08:00
app 'CotEditor.app'
2014-01-10 13:59:48 +08:00
end