Updated Komodo IDE and Edit to version 9

This commit is contained in:
Anthony Sterling 2015-03-26 20:36:09 +00:00
parent 4f5777de3d
commit 0122575af9
2 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
cask :v1 => 'komodo-edit' do cask :v1 => 'komodo-edit' do
version '8.5.4-14424' version '9.0.0-15707'
sha256 '424558813e2926386e9d1de2bf93eb772a9b61b2f90688efc13e073d0d1b452e' sha256 '1937614d15bfe81e1488e9e67a26fb12e86870c1edafc77d1cb72df151febf85'
# activestate.com is the official download host per the vendor homepage # 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" url "http://downloads.activestate.com/Komodo/releases/#{version.sub(%r{-.*},'')}/Komodo-Edit-#{version}-macosx-x86_64.dmg"
homepage 'http://komodoide.com/komodo-edit' homepage 'http://komodoide.com/komodo-edit'
license :mpl license :mpl
app 'Komodo Edit 8.app' app 'Komodo Edit 9.app'
end end

View File

@ -1,11 +1,11 @@
cask :v1 => 'komodo-ide' do cask :v1 => 'komodo-ide' do
version '8.5.4-86985' version '9.0.0-87165'
sha256 'dde427a79aa17f5404b15bb286c075857fe5407f98395cc97f3e0e9c8b27851c' sha256 '2af28265d322eac0bb4fb0096d657e4e9585933e6d53cc3b3cd3f6b04914097a'
# activestate.com is the official download host per the vendor homepage # 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" url "http://downloads.activestate.com/Komodo/releases/#{version.sub(%r{-.*},'')}/Komodo-IDE-#{version}-macosx-x86_64.dmg"
homepage 'http://komodoide.com/' homepage 'http://komodoide.com/'
license :commercial license :commercial
app 'Komodo IDE 8.app' app 'Komodo IDE 9.app'
end end