Skip to content

Commit

Permalink
Add gogland-eap 1.0,163.10615.22 (Homebrew#3255)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxl authored and vitorgalvao committed Feb 2, 2017
1 parent bba91ab commit 2c6e04b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Casks/gogland-eap.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
cask 'gogland-eap' do
version '1.0,163.10615.22'
sha256 '850722f8c217fbd39cdfca7f223f6ed27065d7c7fb0ed36ff788aba02d867e15'

url "https://download.jetbrains.com/go/gogland-#{version.after_comma}.dmg"
name 'Gogland EAP'
homepage 'https://www.jetbrains.com/go'

conflicts_with cask: 'gogland'

app "Gogland #{version.before_comma} EAP.app"

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

0 comments on commit 2c6e04b

Please sign in to comment.