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
2015-02-22 20:32:56 +08:00
version '2.1.0'
sha256 '4d2f31697d8bb621cec3284d0a40601433deaff9733aa0010d93e9eb122660d3'
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',
2015-02-22 20:32:56 +08:00
:sha256 => '4abe532801c9944267d5e6f6279604d0c202cc93b10065f4ad714f9c4cb47cef'
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