homebrew-cask/Casks/komodo-edit.rb

12 lines
421 B
Ruby
Raw Normal View History

2014-11-14 01:26:13 +08:00
cask :v1 => 'komodo-edit' do
2015-01-18 08:15:38 +08:00
version '8.5.4-14424'
sha256 '424558813e2926386e9d1de2bf93eb772a9b61b2f90688efc13e073d0d1b452e'
2015-01-18 08:15:38 +08:00
# activestate.com is the official download host per the vendor homepage
url "http://downloads.activestate.com/Komodo/releases/#{version.sub(%r{-.*},'')}/Komodo-Edit-#{version}-macosx-x86_64.dmg"
homepage 'http://komodoide.com/komodo-edit'
2015-01-18 08:15:38 +08:00
license :mpl
2014-09-16 00:05:49 +08:00
app 'Komodo Edit 8.app'
2013-08-03 12:08:40 +08:00
end