homebrew-cask/Casks/komodo-ide.rb

13 lines
435 B
Ruby
Raw Normal View History

2014-11-14 01:26:13 +08:00
cask :v1 => 'komodo-ide' do
2015-07-08 07:02:25 +08:00
version '9.1.0-87337'
sha256 'd39737cc24069723130296f68a401ab39e88f989fbdec659b9dafb3c1fef563b'
2014-08-30 05:58:17 +08:00
2015-01-18 08:30:03 +08:00
# activestate.com is the official download host per the vendor homepage
url "http://downloads.activestate.com/Komodo/releases/#{version.sub(%r{-.*},'')}/Komodo-IDE-#{version}-macosx-x86_64.dmg"
2015-04-09 02:22:13 +08:00
name 'Komodo IDE'
2015-06-29 14:32:18 +08:00
homepage 'https://komodoide.com/'
2015-01-18 08:30:03 +08:00
license :commercial
2014-08-30 05:58:17 +08:00
app 'Komodo IDE 9.app'
2014-08-30 05:58:17 +08:00
end