diff options
| author | BrewTestBot | 2015-02-03 20:54:45 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2015-02-03 21:25:07 +0000 | 
| commit | 9b37a73d1311e5b1af6d7c463f37ad2ad4ed8c1c (patch) | |
| tree | 3cd382bbfc2f45b0ac875b624068159172baf75f | |
| parent | 6c68c5109774915df006e55993b6faaf7537e87f (diff) | |
| download | homebrew-9b37a73d1311e5b1af6d7c463f37ad2ad4ed8c1c.tar.bz2 | |
putty: add 0.63 bottle.
| -rw-r--r-- | Library/Formula/putty.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/Library/Formula/putty.rb b/Library/Formula/putty.rb index 626f99955..4fc537707 100644 --- a/Library/Formula/putty.rb +++ b/Library/Formula/putty.rb @@ -7,6 +7,13 @@ class Putty < Formula    mirror "https://fossies.org/linux/misc/putty-0.63.tar.gz"    sha1 "195c0603ef61082b91276faa8d4246ea472bba3b" +  bottle do +    cellar :any +    sha1 "e556bd7b79a16a7f002558d29d1ee2c32cea10eb" => :yosemite +    sha1 "2d936017216448550b014391e7063fadd6545dbe" => :mavericks +    sha1 "dba2d463ddcde5b15f0d0d06e18935c3a6465fd7" => :mountain_lion +  end +    head do      url "svn://svn.tartarus.org/sgt/putty"      depends_on "halibut" => :build | 
