diff options
| -rw-r--r-- | Library/Formula/libssh2.rb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Library/Formula/libssh2.rb b/Library/Formula/libssh2.rb index 804397c4e..eb7110fc8 100644 --- a/Library/Formula/libssh2.rb +++ b/Library/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 |
