diff options
| author | BrewTestBot | 2015-01-14 04:43:04 +0000 | 
|---|---|---|
| committer | Jack Nagel | 2015-01-14 01:56:58 -0500 | 
| commit | 7cd6186bccb09b4dff3ad6d9d3f8e0f03e0246c7 (patch) | |
| tree | 568e7e5f2faf5b3a1ed8030b398e8061d26ce860 | |
| parent | eb28d8106b77be96d6f981bddbf1f8d2fc7653b5 (diff) | |
| download | homebrew-7cd6186bccb09b4dff3ad6d9d3f8e0f03e0246c7.tar.bz2 | |
libssh: update 0.6.4 bottle.
| -rw-r--r-- | Library/Formula/libssh.rb | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/Library/Formula/libssh.rb b/Library/Formula/libssh.rb index d1073fe40..ce5143443 100644 --- a/Library/Formula/libssh.rb +++ b/Library/Formula/libssh.rb @@ -6,6 +6,9 @@ class Libssh < Formula    head "git://git.libssh.org/projects/libssh.git"    bottle do +    sha1 "de5ef207ed3ae4d79f180a5835fe491409a0804d" => :yosemite +    sha1 "3de5d0a02be7bda59dabe91cd7db4ece978d25bb" => :mavericks +    sha1 "983355b795316434c54dd61e85495a808a147845" => :mountain_lion    end    depends_on "cmake" => :build | 
