diff options
Diffstat (limited to 'Library/Formula/libssh.rb')
| -rw-r--r-- | Library/Formula/libssh.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/libssh.rb b/Library/Formula/libssh.rb index 6c67b3c7e..fcb0f4253 100644 --- a/Library/Formula/libssh.rb +++ b/Library/Formula/libssh.rb @@ -3,7 +3,7 @@ require 'formula'  class Libssh < Formula    homepage 'http://www.libssh.org/'    url 'http://www.libssh.org/files/0.5/libssh-0.5.2.tar.gz' -  md5 '38b67c48af7a9204660a3e08f97ceba6' +  sha1 '4bf36d4052bd0c948e05bbf3b0cd0da8684ac00e'    depends_on 'cmake' => :build | 
