diff options
| author | BrewTestBot | 2015-01-27 19:34:08 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2015-01-28 14:15:19 +0000 | 
| commit | f288aa7e599dbd46f4f9679fdfd54586ace3461d (patch) | |
| tree | 80316633c153ecf3e25ec833ab0275626689d631 | |
| parent | 18501e30a1d0a3b7f757c43afbc46349f38f0292 (diff) | |
| download | homebrew-f288aa7e599dbd46f4f9679fdfd54586ace3461d.tar.bz2 | |
mpssh: add 1.3.3 bottle.
| -rw-r--r-- | Library/Formula/mpssh.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/Library/Formula/mpssh.rb b/Library/Formula/mpssh.rb index 3e3544aa8..21b9d914f 100644 --- a/Library/Formula/mpssh.rb +++ b/Library/Formula/mpssh.rb @@ -4,6 +4,13 @@ class Mpssh < Formula    sha1 "ba11dfe7607cac3d47f1c86db236a2e440700ce7"    head "https://github.com/ndenev/mpssh.git" +  bottle do +    cellar :any +    sha1 "3f673d4d3e00110be048b3a18c876ec8e9ccab2f" => :yosemite +    sha1 "5ad290e9a62712e43a2b624c2d9e73b1b2d445e7" => :mavericks +    sha1 "86902eb4b59dbf70f41fc8a7c9dabc3b30e5e140" => :mountain_lion +  end +    stable do      patch do        # don't install binaries as root (upstream PR merged in HEAD) | 
