From 091d97255eb0552dc7131e5fe7097367a463c193 Mon Sep 17 00:00:00 2001 From: Alex Dunn Date: Sat, 15 Aug 2015 16:15:29 -0700 Subject: [PATCH] progress 0.8 Renamed from 'cv'. Closes Homebrew/homebrew#42984. --- 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 c0d6f46929..1c0d8f26e3 100644 --- a/Library/Homebrew/formula_renames.rb +++ b/Library/Homebrew/formula_renames.rb @@ -1,4 +1,5 @@ FORMULA_RENAMES = { + "cv" => "progress", "libcppa" => "caf", "objective-caml" => "ocaml", "plt-racket" => "racket"