Add DataStax DevCenter.app v1.1

This commit is contained in:
Raul Guiu 2014-10-08 10:16:44 +02:00 committed by Roland Walker
parent de6fe52de5
commit 33040bcee0
1 changed files with 16 additions and 0 deletions

16
Casks/devcenter.rb Normal file
View File

@ -0,0 +1,16 @@
class Devcenter < Cask
version '1.1.1'
if Hardware::CPU.is_32_bit?
sha256 'e2ec7a401bbbf733f3f21bc2baa3ea7f95e02f44982439f14c47f92a7c437c57'
url "http://downloads.datastax.com/devcenter/DevCenter-#{version}-macosx-x86.tar.gz"
else
sha256 'e2f2ca121ead2b9433da1aae22a30f5b513ae5c780cdea9d363b4d5614bfe755'
url "http://downloads.datastax.com/devcenter/DevCenter-#{version}-macosx-x86_64.tar.gz"
end
homepage 'http://www.datastax.com/what-we-offer/products-services/devcenter'
license :gratis
app 'devcenter/DevCenter.app'
end