From 9ae6f6d3acde2417f5e1ce7cb601f8c8629360df Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Mon, 5 Oct 2015 13:22:52 +0100 Subject: [PATCH] mbedtls: renamed from polarssl --- Library/Homebrew/formula_renames.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/formula_renames.rb b/Library/Homebrew/formula_renames.rb index 3f1b1a6b13..1ae3befd15 100644 --- a/Library/Homebrew/formula_renames.rb +++ b/Library/Homebrew/formula_renames.rb @@ -10,4 +10,5 @@ FORMULA_RENAMES = { "mpich2" => "mpich", "plt-racket" => "racket", "fig" => "docker-compose", + "polarssl" => "mbedtls", }