Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Update intellij-idea-eap to 2017.1,171.2272.14 #3124

Merged
merged 1 commit into from
Jan 12, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update intellij-idea-eap to 2017.1,171.2272.14
  • Loading branch information
neutric committed Jan 12, 2017
commit 7c708f910d47d0bea93d55e6a0c87af7a23799c0
6 changes: 3 additions & 3 deletions Casks/intellij-idea-eap.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask 'intellij-idea-eap' do
version '2016.3.3,163.11103.3'
sha256 '09b82844f85df9295b7512a828d1e0b19d938a244e7eac52dc06f9ae3da6be4f'
version '2017.1,171.2272.14'
sha256 'd21c531a5f9835c3785b3d5fbf8734686f6fbc8bfa2f3b5eccf929eb2d2d3d49'

url "https://download.jetbrains.com/idea/ideaIU-#{version.after_comma}.dmg"
name 'IntelliJ IDEA EAP'
Expand All @@ -13,9 +13,9 @@
uninstall delete: '/usr/local/bin/idea'

zap delete: [
"~/Library/Application Support/IntelliJIdea#{version.major_minor}",
"~/Library/Caches/IntelliJIdea#{version.major_minor}",
"~/Library/Logs/IntelliJIdea#{version.major_minor}",
"~/Library/Application Support/IntelliJIdea#{version.major_minor}",
"~/Library/Preferences/IntelliJIdea#{version.major_minor}",
]
end