homebrew-cask/Casks/coteditor.rb

13 lines
442 B
Ruby

class Coteditor < Cask
version '1.5.4'
sha256 '444133083698c7c94c2b029644f39a0e36982ae34c24745789fa890626188347'
url "https://github.com/coteditor/CotEditor/releases/download/#{version}/CotEditor_#{version}.dmg"
appcast 'http://coteditor.github.io/appcast.xml',
:sha256 => '2a2df0599832911cc1596f23666303c6d7621b5e03cdbb3ecd602084b538ae47'
homepage 'http://coteditor.github.io/'
license :gpl
app 'CotEditor.app'
end