Skip to content

Commit

Permalink
Intellij IDEA 2016.3.2 EAP build 163.10154.17 (Homebrew#3022)
Browse files Browse the repository at this point in the history
* Update intellij-idea-* (2016.3.2 EAP) to build 163.10154.17

* Fix intellij-idea-ce-eap homepage URL

* Update intellij-idea-ce-eap.rb

* Update intellij-idea-eap.rb
  • Loading branch information
metyl authored and miccal committed Dec 16, 2016
1 parent 9b41752 commit 024a87f
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,11 +1,11 @@
cask 'intellij-idea-ce-eap' do
version '2016.3.1,163.9166.20'
sha256 '3b2512db1430a0894a4dc0843a96e8cc43fabba47f3325e22e57bfe172133331'
version '2016.3.2,163.10154.17'
sha256 '83eb398f71d38b2db2e117a278f0fe77371ab383e1a7da2b7ead2f003eba079b'

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

auto_updates true

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

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

auto_updates true

Expand Down

0 comments on commit 024a87f

Please sign in to comment.