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 <mistydemeo@gmail.com>
master
Dominyk Tiller 2014-08-16 04:31:01 +01:00 committed by Misty De Meo
parent d2417cf56e
commit b936aff507
1 changed files with 5 additions and 3 deletions

View File

@ -1,11 +1,13 @@
require 'formula' require 'formula'
class Libssh2 < Formula class Libssh2 < Formula
homepage 'http://www.libssh2.org/' homepage "http://www.libssh2.org/"
url 'http://www.libssh2.org/download/libssh2-1.4.3.tar.gz' url "http://www.libssh2.org/download/libssh2-1.4.3.tar.gz"
sha1 'c27ca83e1ffeeac03be98b6eef54448701e044b0' sha1 "c27ca83e1ffeeac03be98b6eef54448701e044b0"
revision 1 revision 1
head "git://git.libssh2.org/libssh2.git"
bottle do bottle do
cellar :any cellar :any
sha1 "ae30a9b7c36d826f05a67a8023df0c2189c9f836" => :mavericks sha1 "ae30a9b7c36d826f05a67a8023df0c2189c9f836" => :mavericks