aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libssh.rb6
1 files changed, 3 insertions, 3 deletions
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