From 8d9227afacbd9db1d783850211c09a91abb60b10 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 10 Apr 2014 21:44:55 -0700 Subject: libssh 0.6.3 Closes #28316. --- Library/Formula/libssh.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula/libssh.rb') diff --git a/Library/Formula/libssh.rb b/Library/Formula/libssh.rb index b69aca16d..16b05444e 100644 --- a/Library/Formula/libssh.rb +++ b/Library/Formula/libssh.rb @@ -2,13 +2,13 @@ require 'formula' class Libssh < Formula homepage 'http://www.libssh.org/' - url 'http://git.libssh.org/projects/libssh.git/snapshot/libssh-0.6.1.tar.gz' - sha1 '2ad5f0afc9983291d3639812212f0f8babc1ba81' + url 'https://red.libssh.org/attachments/download/87/libssh-0.6.3.tar.xz' + sha1 '8189255e0f684d36b7ca62739fa0cd5f1030a467' depends_on 'cmake' => :build def install - cd 'build' do + mkdir 'build' do system "cmake", "..", *std_cmake_args system "make install" end -- cgit v1.2.3