homebrew-cask/Casks/jedit-omega.rb

18 lines
593 B
Ruby

cask 'jedit-omega' do
if MacOS.version <= :el_capitan
version '1.32'
sha256 '251697fe6b76419b2cef41a89a2cb7d2e3f8caab0bc1ae82aed6c14a366fdad9'
else
version '2.25'
sha256 '3496048ec1caea18618385507d7b4039d34fbf28f65abc947cd78284758c8ade'
end
# artman21.co.jp/ was verified as official when first introduced to the cask
url "http://download.artman21.co.jp/product/JeditOmega/JeditOmega#{version.no_dots}.dmg"
appcast 'http://www.artman21.com/en/jeditOmega/history.html'
name 'Jedit Ω'
homepage 'http://www.artman21.com/en/jeditOmega/'
app 'Jedit Ω.app'
end