You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
346 B
12 lines
346 B
9 years ago
|
cask 'datagrip-eap' do
|
||
|
version '145.404.2'
|
||
|
sha256 'c83131497cd8d75acaa001b9dd4a9b602b6c09ce29d912cde9ddb908f4bd245c'
|
||
|
|
||
|
url "https://download.jetbrains.com/datagrip/datagrip-#{version}.dmg"
|
||
|
name 'Datagrip EAP'
|
||
|
homepage 'https://confluence.jetbrains.com/display/DBE/DataGrip+2016.1+EAP'
|
||
|
license :commercial
|
||
|
|
||
|
app 'Datagrip EAP.app'
|
||
|
end
|