From b936aff5073511bd01c4227ff7efe587642d8d86 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Sat, 16 Aug 2014 04:31:01 +0100 Subject: [PATCH] libssh2: HEAD Adds a HEAD build to Libssh2. The main release branch hasn't been updated in nearly 2 years, but the git repository gets updated regularly. Feel like the head option could be pretty useful to some consequently. Closes Homebrew/homebrew#31630. Signed-off-by: Misty De Meo --- Formula/libssh2.rb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Formula/libssh2.rb b/Formula/libssh2.rb index 804397c4e6e..eb7110fc811 100644 --- a/Formula/libssh2.rb +++ b/Formula/libssh2.rb @@ -1,11 +1,13 @@ require 'formula' class Libssh2 < Formula - homepage 'http://www.libssh2.org/' - url 'http://www.libssh2.org/download/libssh2-1.4.3.tar.gz' - sha1 'c27ca83e1ffeeac03be98b6eef54448701e044b0' + homepage "http://www.libssh2.org/" + url "http://www.libssh2.org/download/libssh2-1.4.3.tar.gz" + sha1 "c27ca83e1ffeeac03be98b6eef54448701e044b0" revision 1 + head "git://git.libssh2.org/libssh2.git" + bottle do cellar :any sha1 "ae30a9b7c36d826f05a67a8023df0c2189c9f836" => :mavericks