Browse Source

intellij-idea-eap 162.74.16 (#2049)

- Edit name stanza
- Update homepage stanza
- Remove caveats stanza
master
Jerzerak 9 years ago
committed by Michael Ford
parent
commit
27f8efe26e
  1. 17
      Casks/intellij-idea-eap.rb

17
Casks/intellij-idea-eap.rb

@ -1,10 +1,10 @@
cask 'intellij-idea-eap' do
version '2016.1.2'
sha256 '8e104524832891e9eb8c567a404f63038caa1f73e403811440e95f8b63164ecf'
version '162.74.16'
sha256 'ef71c2da569fb952c62a6f0986cb11a850dec987e227f8a8506df4a016d61bf9'
url "https://download.jetbrains.com/idea/ideaIU-#{version}.dmg"
name 'IntelliJ IDEA'
homepage 'https://confluence.jetbrains.com/display/IDEADEV/IDEA+2016.1+EAP'
name 'IntelliJ IDEA EAP'
homepage 'https://confluence.jetbrains.com/display/IDEADEV/IDEA+2016.2+EAP'
license :commercial
app 'IntelliJ IDEA.app'
@ -19,13 +19,4 @@ cask 'intellij-idea-eap' do
"~/Library/Preferences/IntelliJIdea#{version.major_minor}",
# TODO: expand/glob for '~/Library/Preferences/jetbrains.intellij.*.plist',
]
# remove this when this cask is updated to an EAP release
caveats <<-EOS.undent
There is currently no EAP preview release. Instead, the latest stable
version will be installed.
To receive future EAP releases via the IDE's built-in update system, go to
Preferences > Appearance & Behavior > System Settings > Updates
and select the Early Access Program channel.
EOS
end

Loading…
Cancel
Save