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-11-15 09:38:02 +08:00
version '9.3.0-88117'
sha256 'f3e97a5b57b91e524a41f0dac11df991d19ed5ff81f33e26602b7be8bb2935a3'
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