Skip to content

Commit

Permalink
Fix intellij-idea-next-*-eap application name reference (Homebrew#2797)
Browse files Browse the repository at this point in the history
  • Loading branch information
metyl authored and vitorgalvao committed Oct 22, 2016
1 parent 93f475b commit 69d7155
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Casks/intellij-idea-next-ce-eap.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cask 'intellij-idea-next-ce-eap' do
version '2016.3-PublicPreview,163.6512.17'
version '2016.3,163.6512.17'
sha256 '3200510012a08ff0813100012e09a649b7695fa4f0d16c6c30bd86da76e4d66d'

url "https://download.jetbrains.com/idea/ideaIC-#{version.before_comma}.dmg"
url "https://download.jetbrains.com/idea/ideaIC-#{version.before_comma}-PublicPreview.dmg"
name "IntelliJ IDEA #{version.major_minor} Community Edition EAP"
name "IntelliJ IDEA #{version.major_minor} CE EAP"
homepage "https://confluence.jetbrains.com/display/IDEADEV/IDEA+#{version.major_minor}+EAP"
Expand Down
4 changes: 2 additions & 2 deletions Casks/intellij-idea-next-eap.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cask 'intellij-idea-next-eap' do
version '2016.3-PublicPreview,163.6512.17'
version '2016.3,163.6512.17'
sha256 '58404b598830fdb6b2979572327fafa17ea6160dcd99f88d576536172987ef3b'

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

Expand Down

0 comments on commit 69d7155

Please sign in to comment.