mpssh: source download from github

master
Adam Vandenberg 2013-01-09 15:45:50 -08:00
parent e55c97c421
commit 703b709c79
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ require 'formula'
class Mpssh < Formula
homepage 'https://github.com/ndenev/mpssh'
url 'http://mpssh.totalterror.net/mpssh-1.3.1.tar.gz'
sha1 '4d80a07c6057372a98095f6c788efcfe9c3b030b'
url 'https://github.com/ndenev/mpssh/archive/1.3.1.tar.gz'
sha1 'c9ae08c1449962a0585e9cbf5e6174581912a053'
def install
system "make", "CC=#{ENV.cc}"