From aa6ebd8e41f0e5a9f40c0e9f78c8b243d511a11b Mon Sep 17 00:00:00 2001 From: Roland Walker Date: Fri, 9 May 2014 09:34:17 -0400 Subject: [PATCH] add exception for Cask name `bitcoin-core.rb` references #4277, #3634 --- developer/bin/cask_namer | 1 + 1 file changed, 1 insertion(+) diff --git a/developer/bin/cask_namer b/developer/bin/cask_namer index c394a02bfc55..33d974f198b9 100755 --- a/developer/bin/cask_namer +++ b/developer/bin/cask_namer @@ -52,6 +52,7 @@ APP_EXCEPTION_PATS = { %r{\Akismac\Z}i => 'kismac', %r{\Avoicemac\Z}i => 'voicemac', %r{\Acleanmymac[\s\d\.]*\Z}i => 'cleanmymac', + %r{\Abitcoin-?qt\Z}i => 'bitcoin-core', } # Preserve trailing patterns on App names that could be mistaken