diff options
| -rw-r--r-- | Library/Formula/orientdb.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/orientdb.rb b/Library/Formula/orientdb.rb index 2aa732ec2..b2d8e6b08 100644 --- a/Library/Formula/orientdb.rb +++ b/Library/Formula/orientdb.rb @@ -6,6 +6,13 @@ class Orientdb < Formula version '1.7.5' sha1 '203b31e2615ccedd5c1454a1859ab02cb2f68e1d' + bottle do + cellar :any + sha1 "60c38f94d86882b43788c4c1309ca17f7731c474" => :mavericks + sha1 "0f06b522b9a4f9d637beb03d5ac100124dc167ea" => :mountain_lion + sha1 "8dfdcc1085c0a3b778728ac0e0d6bac541684b73" => :lion + end + # Fixing OrientDB init scripts patch do url "https://gist.githubusercontent.com/maggiolo00/84835e0b82a94fe9970a/raw/1ed577806db4411fd8b24cd90e516580218b2d53/orientdbsh" |
