Sebastian Röder
10 years ago
1 changed files with 12 additions and 10 deletions
@ -1,17 +1,19 @@ |
|||||
cask :v1 => 'intellij-idea-ce-bundled-jdk' do |
cask :v1 => 'intellij-idea-ce-bundled-jdk' do |
||||
version '14' |
version '14.1' |
||||
sha256 '09bb078252e2f6af6b58605ad3a380a71c8cc53f8e697e31fe03fcadb2152b07' |
sha256 '62c8b150ff82c31f2b6355a6f43b8ef69913b8f387cef6ddb4659622abb59a52' |
||||
|
|
||||
url "http://download.jetbrains.com/idea/ideaIC-#{version}-jdk-bundled.dmg" |
url "https://download.jetbrains.com/idea/ideaIC-#{version}-custom-jdk-bundled.dmg" |
||||
|
name 'IntelliJ IDEA' |
||||
homepage 'https://www.jetbrains.com/idea/' |
homepage 'https://www.jetbrains.com/idea/' |
||||
license :oss |
license :apache |
||||
|
|
||||
|
app 'IntelliJ IDEA 14 CE.app' |
||||
|
|
||||
app "IntelliJ IDEA #{version} CE.app" |
|
||||
|
|
||||
zap :delete => [ |
zap :delete => [ |
||||
"~/Library/Application Support/IdeaIC#{version}", |
'~/Library/Preferences/com.jetbrains.intellij.ce.plist', |
||||
"~/Library/Preferences/IdeaIC#{version}", |
'~/Library/Preferences/IdeaIC14', |
||||
"~/Library/Caches/IdeaIC#{version}", |
'~/Library/Application Support/IdeaIC14', |
||||
"~/Library/Logs/IdeaIC#{version}", |
'~/Library/Caches/IdeaIC14', |
||||
|
'~/Library/Logs/IdeaIC14', |
||||
] |
] |
||||
end |
end |
||||
|
Loading…
Reference in new issue