Browse Source

Merge pull request #291 from martinp/intellij

Update IntelliJ casks to 12.1.2
Vítor Galvão 12 years ago
parent
commit
434ad888d4
  1. 7
      Casks/intellij-community.rb
  2. 7
      Casks/intellij-ultimate.rb

7
Casks/intellij-community.rb

@ -1,6 +1,7 @@
class IntellijCommunity < Cask
url 'http://download.jetbrains.com/idea/ideaIC-12.0.dmg'
url 'http://download.jetbrains.com/idea/ideaIC-12.1.2.dmg'
homepage 'https://www.jetbrains.com/idea/index.html'
version '12.0'
sha1 'de12b3c6d6a973e02f81d58ff4fc5fb3202e697c'
version '12.1.2'
sha1 '7bac0d241a608aecd41ef20cf577861d71cb81da'
link :app, 'IntelliJ IDEA 12 CE.app'
end

7
Casks/intellij-ultimate.rb

@ -1,6 +1,7 @@
class IntellijUltimate < Cask
url 'http://download.jetbrains.com/idea/ideaIU-12.0.dmg'
url 'http://download.jetbrains.com/idea/ideaIU-12.1.2.dmg'
homepage 'https://www.jetbrains.com/idea/index.html'
version '12.0'
sha1 '5d3150ac7e5b2a4754f646f8560918bec3adcdeb'
version '12.1.2'
sha1 'd4ebf826f754085ec5467c3d7d0647f9f6796c6a'
link :app, 'IntelliJ IDEA 12.app'
end

Loading…
Cancel
Save