diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/csshx.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/csshx.rb b/Library/Formula/csshx.rb index b685e7463..94929284a 100644 --- a/Library/Formula/csshx.rb +++ b/Library/Formula/csshx.rb @@ -1,10 +1,10 @@ require 'formula' class Csshx < Formula - url 'http://csshx.googlecode.com/files/csshX-0.73.tgz' + url 'http://csshx.googlecode.com/files/csshX-0.74.tgz' homepage 'http://code.google.com/p/csshx/' - md5 'ba5fc81f6ccb43c9f5908dbfd5901576' - head 'http://csshx.googlecode.com/svn/trunk/' + md5 '5e25d4812d98c3a6b2436aaf4e23c02c' + head 'https://code.google.com/p/csshx/', :using => :git def install bin.install 'csshX' |
