geocouch: add 1.3.0 bottle.
Closes Homebrew/homebrew#30157. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
45e6dc381e
commit
49ded82510
1 changed files with 7 additions and 0 deletions
|
@ -8,6 +8,13 @@ class Geocouch < Formula
|
|||
|
||||
head 'https://github.com/couchbase/geocouch.git'
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha1 "c1114f8a472fc8fa916ddbe9f73d22b1922a0a3b" => :mavericks
|
||||
sha1 "2aa501910c42d122a05ab066e4dffdf7e0df2242" => :mountain_lion
|
||||
sha1 "d1a81ebdbea1d8598461d194fa47d988bc4d36df" => :lion
|
||||
end
|
||||
|
||||
depends_on "couchdb"
|
||||
depends_on "erlang" => :build
|
||||
|
||||
|
|
Loading…
Reference in a new issue