mongo-orchestration: add 0.5 bottle.
This commit is contained in:
parent
3fbdacd658
commit
833670cd77
1 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,13 @@ class MongoOrchestration < Formula
|
|||
|
||||
head "https://github.com/10gen/mongo-orchestration"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "ec730d61a6708de1d3e0d2a3b1e41e51cc9ccff3f47b501f0c066e36dd2f0bc6" => :el_capitan
|
||||
sha256 "6da2ea7a7537b1e2a100c937d96ba5490253ebb9c061c4d5dcb6129d9c5d5b62" => :yosemite
|
||||
sha256 "df9d112113a99ca42b35ad89dc7e7d38944087a7512d79421c0897965df99875" => :mavericks
|
||||
end
|
||||
|
||||
depends_on :python if MacOS.version <= :snow_leopard
|
||||
|
||||
resource "bottle" do
|
||||
|
|
Loading…
Reference in a new issue