diff options
| -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 |
