aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2014-04-10 21:44:55 -0700
committerAdam Vandenberg2014-04-10 21:44:57 -0700
commit8d9227afacbd9db1d783850211c09a91abb60b10 (patch)
tree3da7535627bf95fbf1b1a8a8d8f217631894c250 /Library
parent30194297544b27e444106e06ec6b8fcf705a8c7c (diff)
downloadhomebrew-8d9227afacbd9db1d783850211c09a91abb60b10.tar.bz2
libssh 0.6.3
Closes #28316.
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