homebrew-cask/Casks/coteditor.rb

11 lines
338 B
Ruby
Raw Normal View History

2014-01-10 13:59:48 +08:00
class Coteditor < Cask
2014-06-30 17:54:14 +08:00
version '1.5.4'
sha256 '444133083698c7c94c2b029644f39a0e36982ae34c24745789fa890626188347'
url "https://github.com/coteditor/CotEditor/releases/download/#{version}/CotEditor_#{version}.dmg"
2014-06-03 01:38:02 +08:00
appcast 'http://coteditor.github.io/appcast.xml'
2014-03-21 08:38:52 +08:00
homepage 'http://coteditor.github.io/'
2014-09-16 00:05:26 +08:00
app 'CotEditor.app'
2014-01-10 13:59:48 +08:00
end