homebrew-cask/Casks/komodo-edit.rb

13 lines
442 B
Ruby
Raw Normal View History

2014-11-14 01:26:13 +08:00
cask :v1 => 'komodo-edit' do
version '9.0.0-15707'
sha256 '1937614d15bfe81e1488e9e67a26fb12e86870c1edafc77d1cb72df151febf85'
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"
2015-04-09 02:21:47 +08:00
name 'Komodo Edit'
homepage 'http://komodoide.com/komodo-edit'
2015-01-18 08:15:38 +08:00
license :mpl
app 'Komodo Edit 9.app'
2013-08-03 12:08:40 +08:00
end