From bbaa4ba03e07a382943a77df3ca6bfca32d0ff1d Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Tue, 27 Jan 2015 19:34:08 +0000 Subject: [PATCH] mpssh: add 1.3.3 bottle. --- Formula/mpssh.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Formula/mpssh.rb b/Formula/mpssh.rb index 3e3544aa84..21b9d914f9 100644 --- a/Formula/mpssh.rb +++ b/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)