leveldb: add bottle.
This commit is contained in:
parent
5a576c9159
commit
07a174aca9
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,13 @@ class Leveldb < Formula
|
|||
url 'https://leveldb.googlecode.com/files/leveldb-1.14.0.tar.gz'
|
||||
sha1 '641d54df4aaf7ee569ae003cfbdb888ebdee0d7f'
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha1 '5cc0089f4f609134b4bfc9c1e24ead21ff819ab9' => :mavericks
|
||||
sha1 '61fa15138563d390443a81e712cffd45ab28b1d1' => :mountain_lion
|
||||
sha1 'e1722018f88c967cf3c65a29cdd03f828e9da595' => :lion
|
||||
end
|
||||
|
||||
depends_on 'snappy'
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue