homebrew-cask/Casks/coteditor.rb

14 lines
453 B
Ruby
Raw Normal View History

2014-11-14 01:25:38 +08:00
cask :v1 => 'coteditor' do
2015-03-11 11:38:22 +08:00
version '2.1.2'
sha256 'b23c90224d53f5b599888d289778a66098b56779d0c789eeca3f1e0f95183dc9'
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"
2015-03-15 19:48:44 +08:00
appcast 'https://github.com/coteditor/CotEditor/releases.atom'
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