homebrew-cask/Casks/komodo-edit.rb

13 lines
467 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'komodo-edit' do
2016-08-09 01:13:38 +08:00
version '10.0.1-17276'
sha256 '6ff89c1c0a43b16900889da6d7c6b7988f9aa82d04623bfc15c0b95b6e7fc591'
2016-03-21 04:16:19 +08:00
# activestate.com/Komodo was verified as official when first introduced to the cask
url "https://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'
2016-08-09 01:13:38 +08:00
homepage 'https://komodoide.com/komodo-edit/'
2015-01-18 08:15:38 +08:00
license :mpl
2016-08-09 01:13:38 +08:00
app "Komodo Edit #{version.major}.app"
2013-08-03 12:08:40 +08:00
end