homebrew-cask/Casks/jedit-omega.rb

17 lines
529 B
Ruby

cask 'jedit-omega' do
if MacOS.version <= :el_capitan
version '1.32'
sha256 '251697fe6b76419b2cef41a89a2cb7d2e3f8caab0bc1ae82aed6c14a366fdad9'
else
version '2.08'
sha256 'f7198adcc44402f1c4e916012ad2133653d1e0a0b34d0bfc7337219c980da453'
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"
name 'Jedit Ω'
homepage 'http://www.artman21.com/en/jeditOmega/'
app 'Jedit Ω.app'
end