aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-09 15:45:50 -0800
committerAdam Vandenberg2013-01-09 15:45:50 -0800
commitc0c31d5031cfba43977a97baa3034766cc42931c (patch)
tree9fbf47d22355f3a0cb2846654b6903734c1d0817
parent67e8b5e215812a0582d8a7ab1853cd27ded737b7 (diff)
downloadhomebrew-c0c31d5031cfba43977a97baa3034766cc42931c.tar.bz2
mpssh: source download from github
-rw-r--r--Library/Formula/mpssh.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mpssh.rb b/Library/Formula/mpssh.rb
index 014ccd8ff..5ef94580c 100644
--- a/Library/Formula/mpssh.rb
+++ b/Library/Formula/mpssh.rb
@@ -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}"