diff options
| author | Fernando Ortiz | 2012-06-16 03:33:00 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-06-16 11:01:19 -0500 |
| commit | f79b4cacc838afb61a8617f0f1cc39f8879a7963 (patch) | |
| tree | a2e5cbb31ef8e1270e974342f60879a10087ccb1 /Library | |
| parent | 53d0a784ee5cb69247001dcffd77873ef908b6ec (diff) | |
| download | homebrew-f79b4cacc838afb61a8617f0f1cc39f8879a7963.tar.bz2 | |
putty 0.62
Closes #12869.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/putty.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/putty.rb b/Library/Formula/putty.rb index 8859ff49f..7dd8c906a 100644 --- a/Library/Formula/putty.rb +++ b/Library/Formula/putty.rb @@ -2,8 +2,8 @@ require 'formula' class Putty < Formula homepage 'http://www.chiark.greenend.org.uk/~sgtatham/putty/' - url 'http://the.earth.li/~sgtatham/putty/0.61/putty-0.61.tar.gz' - md5 'db0e37f6b82ea62f0ace87927d29b2a4' + url 'http://the.earth.li/~sgtatham/putty/0.62/putty-0.62.tar.gz' + md5 '1344b606a680a9036df0fc3a05e62e71' def install # use the unix build to make all PuTTY command line tools |
