aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libssh2.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-02-24 16:45:09 +0000
committerBrewTestBot2014-02-24 16:45:09 +0000
commitce4ea77fa55b0e03b5713e31274c6ff2763382d6 (patch)
tree398ac45468c9a5796b2431526323d78004556d09 /Library/Formula/libssh2.rb
parent9e8a2de743666ece5abbcf9d13af437ac8a84148 (diff)
downloadhomebrew-ce4ea77fa55b0e03b5713e31274c6ff2763382d6.tar.bz2
libssh2: add 1.4.3 bottle.
Diffstat (limited to 'Library/Formula/libssh2.rb')
-rw-r--r--Library/Formula/libssh2.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/libssh2.rb b/Library/Formula/libssh2.rb
index ffe0f01f6..adff50cab 100644
--- a/Library/Formula/libssh2.rb
+++ b/Library/Formula/libssh2.rb
@@ -5,6 +5,13 @@ class Libssh2 < Formula
url 'http://www.libssh2.org/download/libssh2-1.4.3.tar.gz'
sha1 'c27ca83e1ffeeac03be98b6eef54448701e044b0'
+ bottle do
+ cellar :any
+ sha1 "521d10a3fee016c550a520777b863170814deefd" => :mavericks
+ sha1 "c070043e006da160d36f8fd9ff6dabe757181c40" => :mountain_lion
+ sha1 "0e7776c9e56b639013d8a50cdc932d8a3f81a150" => :lion
+ end
+
def install
system "./configure", "--prefix=#{prefix}",
"--disable-debug",