diff options
Diffstat (limited to 'Library/Formula/libgit2.rb')
| -rw-r--r-- | Library/Formula/libgit2.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/libgit2.rb b/Library/Formula/libgit2.rb index 079f09f47..1032313f9 100644 --- a/Library/Formula/libgit2.rb +++ b/Library/Formula/libgit2.rb @@ -7,6 +7,13 @@ class Libgit2 < Formula head 'https://github.com/libgit2/libgit2.git', :branch => 'development' + bottle do + cellar :any + sha1 "5d71aa92ca16c0e792d134c1b93d4c55fd1fb2c5" => :mavericks + sha1 "d62717c452965b9d90e1fb6142d62ff6f47b6403" => :mountain_lion + sha1 "36f85d4daa70f51a77e99232167e210b98662169" => :lion + end + depends_on 'cmake' => :build def install |
