Skip to content

Commit

Permalink
Update intellij-idea-eap/ce-eap (2016.3.3 EAP) to build 163.11103.1 (H…
Browse files Browse the repository at this point in the history
  • Loading branch information
metyl authored and miccal committed Dec 28, 2016
1 parent c74df45 commit 6236162
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.41'
sha256 '9f60b27d78b15cd50abf73df48c15f1523f441f59307341281eacf21f53a8460'
version '2016.3.3,163.11103.1'
sha256 '0d353e2369b9193dd226b8ff022547edcc26e76cdfa42157d09a02c0ff51fd61'

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 CE.app'
app "IntelliJ IDEA #{version.before_comma} CE EAP.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.41'
sha256 'ccf1179a67f7b9d57b96c17aa99da57cc9dcdeedbf6570c7487cfc8f555b11b0'
version '2016.3.3,163.11103.1'
sha256 '39972037a5c66e031f4befedce39e1edbfa24b065e9e17637589f4f76a96e483'

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.app'
app "IntelliJ IDEA #{version.before_comma} EAP.app"

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

Expand Down

0 comments on commit 6236162

Please sign in to comment.