aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-07-23 21:58:06 -0700
committerAdam Vandenberg2012-07-23 21:58:06 -0700
commitb6430d1c4a3c06c468ed3daa20dfc89f304cf528 (patch)
tree578e8adba0025ac0b2253d1d8f05f6088e425b3a /Library
parent602345b1ad66306521e1e3ff144f405831f85ae6 (diff)
downloadhomebrew-b6430d1c4a3c06c468ed3daa20dfc89f304cf528.tar.bz2
putty: remove caveats
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/putty.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/Library/Formula/putty.rb b/Library/Formula/putty.rb
index 7dd8c906a..6b2adb8b2 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.62/putty-0.62.tar.gz'
- md5 '1344b606a680a9036df0fc3a05e62e71'
+ sha1 '5898438614117ee7e3704fc3f30a3c4bf2041380'
def install
# use the unix build to make all PuTTY command line tools
@@ -20,8 +20,4 @@ class Putty < Formula
man1.install %w{ plink.1 pscp.1 psftp.1 puttygen.1 }
end
end
-
- def caveats
- "This formula did not build the Mac OS X GUI PuTTY.app."
- end
end