homebrew-cask/Casks/coteditor.rb

15 lines
522 B
Ruby
Raw Normal View History

2014-11-14 01:25:38 +08:00
cask :v1 => 'coteditor' do
2014-12-19 17:04:04 +08:00
version '2.0.3'
sha256 'b656aa0b6526c89d7d52cf12b715cf529f8e5048c7e13720673c3e32318a26d8'
2014-06-30 17:54:14 +08:00
# github.com is the official download host per the vendor homepage
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'
name 'CotEditor'
2014-11-13 01:05:37 +08:00
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