Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
Update intellij-idea-* (2016.3.2 EAP) to RC build 163.10154.17 (#3055)
Browse files Browse the repository at this point in the history
  • Loading branch information
metyl authored and vitorgalvao committed Dec 23, 2016
1 parent e00d30c commit c0daba9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Casks/intellij-idea-ce-eap.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask 'intellij-idea-ce-eap' do
version '2016.3.2,163.10154.17'
sha256 '83eb398f71d38b2db2e117a278f0fe77371ab383e1a7da2b7ead2f003eba079b'
version '2016.3.2,163.10154.41'
sha256 '9f60b27d78b15cd50abf73df48c15f1523f441f59307341281eacf21f53a8460'

url "https://download.jetbrains.com/idea/ideaIC-#{version.after_comma}.dmg"
name 'IntelliJ IDEA Community Edition EAP'
Expand All @@ -9,7 +9,7 @@

auto_updates true

app "IntelliJ IDEA #{version.before_comma} CE EAP.app"
app 'IntelliJ IDEA CE.app'

uninstall delete: '/usr/local/bin/idea'

Expand Down
6 changes: 3 additions & 3 deletions Casks/intellij-idea-eap.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
cask 'intellij-idea-eap' do
version '2016.3.2,163.10154.17'
sha256 'ee73cbfe5ffb80ab97d3a33dac9cf96374fe2701861309aec8852917de67e12a'
version '2016.3.2,163.10154.41'
sha256 'ccf1179a67f7b9d57b96c17aa99da57cc9dcdeedbf6570c7487cfc8f555b11b0'

url "https://download.jetbrains.com/idea/ideaIU-#{version.after_comma}.dmg"
name 'IntelliJ IDEA EAP'
homepage "https://confluence.jetbrains.com/display/IDEADEV/IDEA+#{version.major_minor}+EAP"

auto_updates true

app "IntelliJ IDEA #{version.before_comma} EAP.app"
app 'IntelliJ IDEA.app'

uninstall delete: '/usr/local/bin/idea'

Expand Down

0 comments on commit c0daba9

Please sign in to comment.