diff options
| author | Mike McQuaid | 2013-08-13 09:03:39 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2013-08-13 09:03:45 +0100 | 
| commit | 834bdb2b1af7ad544910ddccefa91ba770c946f9 (patch) | |
| tree | 58ef290ef101cc006e33b25e8e15f20f38e99fc6 | |
| parent | b17372265ba7d58e27df67732352e94331e2323e (diff) | |
| download | homebrew-834bdb2b1af7ad544910ddccefa91ba770c946f9.tar.bz2 | |
putty: add missing SHA-1.
Closes #21862.
| -rw-r--r-- | Library/Formula/putty.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/putty.rb b/Library/Formula/putty.rb index 3fa5dc4ff..7afb5d78e 100644 --- a/Library/Formula/putty.rb +++ b/Library/Formula/putty.rb @@ -3,7 +3,7 @@ require 'formula'  class Putty < Formula    homepage 'http://www.chiark.greenend.org.uk/~sgtatham/putty/'    url 'http://the.earth.li/~sgtatham/putty/0.63/putty-0.63.tar.gz' -  sha1 '' +  sha1 '195c0603ef61082b91276faa8d4246ea472bba3b'    depends_on 'pkg-config' => :build    depends_on 'gtk+' => :optional | 
