From a55054f32555ebafca19c01c43c64ca5add0ba4c Mon Sep 17 00:00:00 2001 From: Vlad Shablinsky Date: Thu, 13 Aug 2015 12:59:28 +0300 Subject: [PATCH] app-engine-go-64: rename from go-app-engine-64 --- 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 6e110cb25f..47d86c0364 100644 --- a/Library/Homebrew/formula_renames.rb +++ b/Library/Homebrew/formula_renames.rb @@ -2,6 +2,7 @@ FORMULA_RENAMES = { "cv" => "progress", "google-perftools" => "gperftools", "go-app-engine-32" => "app-engine-go-32", + "go-app-engine-64" => "app-engine-go-64", "libcppa" => "caf", "objective-caml" => "ocaml", "mpich2" => "mpich",