Added Cask for Couchbase Server installation.

This commit is contained in:
Jamie Alessio 2013-08-14 11:14:40 -07:00
parent d8b3cd5c41
commit 8ca29197c4
1 changed files with 7 additions and 0 deletions

7
Casks/couchbase.rb Normal file
View File

@ -0,0 +1,7 @@
class Couchbase < Cask
homepage 'http://www.couchbase.com/'
url 'http://packages.couchbase.com/releases/2.0.1/couchbase-server-community_x86_64_2.0.1.zip'
version '2.0.1'
sha1 'de8c239be020a50117dd53bc1aedb095a805cd80'
link 'Couchbase Server.app'
end