diff options
| author | Jack Nagel | 2015-01-13 23:26:39 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2015-01-13 23:27:05 -0500 | 
| commit | eb28d8106b77be96d6f981bddbf1f8d2fc7653b5 (patch) | |
| tree | 69a711afdde68707e827a6570cd1f5a0dcee9f0e | |
| parent | 158c66d5ee9641376285158ff5890eabadab2494 (diff) | |
| download | homebrew-eb28d8106b77be96d6f981bddbf1f8d2fc7653b5.tar.bz2 | |
libssh 0.6.4
| -rw-r--r-- | Library/Formula/libssh.rb | 10 | 
1 files changed, 2 insertions, 8 deletions
| diff --git a/Library/Formula/libssh.rb b/Library/Formula/libssh.rb index 465fa203b..d1073fe40 100644 --- a/Library/Formula/libssh.rb +++ b/Library/Formula/libssh.rb @@ -1,17 +1,11 @@ -require "formula" -  class Libssh < Formula    homepage "https://www.libssh.org/" -  url "https://red.libssh.org/attachments/download/87/libssh-0.6.3.tar.xz" -  sha1 "8189255e0f684d36b7ca62739fa0cd5f1030a467" -  revision 2 +  url "https://red.libssh.org/attachments/download/107/libssh-0.6.4.tar.gz" +  sha1 "073bf53d9e02f7cfbcc5d8738ca1c9ffb2edd247"    head "git://git.libssh.org/projects/libssh.git"    bottle do -    revision 1 -    sha1 "199ee5e4c60ccac22f38567d903cf34607b59474" => :yosemite -    sha1 "7a819a38b87d47a63b184faa6cd1db57106db1a2" => :mavericks    end    depends_on "cmake" => :build | 
