From c19c355226466b1b44a7d11fdae285a28c7e5e33 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Wed, 11 Mar 2015 04:21:46 +0000 Subject: [PATCH] xar: migrate to dupes Related: https://github.com/Homebrew/homebrew-dupes/pull/420 Closes Homebrew/homebrew#37588. Signed-off-by: Mike McQuaid --- Library/Homebrew/tap_migrations.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index eb3d8844dc..e5f58ab49f 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -164,6 +164,7 @@ TAP_MIGRATIONS = { "wkhtmltopdf" => "homebrew/boneyard", "wmctrl" => "homebrew/x11", "x3270" => "homebrew/x11", + "xar" => "homebrew/dupes", "xchat" => "homebrew/x11", "xclip" => "homebrew/x11", "xdotool" => "homebrew/x11",