mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
7 lines
261 B
Ruby
7 lines
261 B
Ruby
class Couchbase < Cask
|
|
url 'http://packages.couchbase.com/releases/2.0.1/couchbase-server-community_x86_64_2.0.1.zip'
|
|
homepage 'http://www.couchbase.com/'
|
|
version '2.0.1'
|
|
sha1 'de8c239be020a50117dd53bc1aedb095a805cd80'
|
|
link 'Couchbase Server.app'
|
|
end
|