diff options
Diffstat (limited to 'Library/Formula/libgit2.rb')
| -rw-r--r-- | Library/Formula/libgit2.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/libgit2.rb b/Library/Formula/libgit2.rb index ec0c22d76..8cf3056e6 100644 --- a/Library/Formula/libgit2.rb +++ b/Library/Formula/libgit2.rb @@ -8,6 +8,10 @@ class Libgit2 < Formula head "https://github.com/libgit2/libgit2.git", :branch => "development" bottle do + cellar :any + sha1 "1eaa718a043b055902f0cd5c01a7a93b14836d85" => :yosemite + sha1 "9b5d5f3026c699e05ad9a623ea37e004e800af30" => :mavericks + sha1 "059ee25e0a3d46ad685b3d55394ae1c8a007da70" => :mountain_lion end depends_on "cmake" => :build |
