RfidResearchGroup / homebrew-proxmark3

Homebrew tap containing proxmark3 software/firmware
MIT License
46 stars 19 forks source link

Probably use fully-qualified formula name to avoid name collision? #30

Closed keeofkoo closed 2 years ago

keeofkoo commented 2 years ago

The dependency formula name arm-none-eabi-gcc has potential name collisions, to name a few, armmbed/formulae/arm-none-eabi-gcc.

https://github.com/RfidResearchGroup/homebrew-proxmark3/blob/c2e17d5a7a8fec8a62a2b7f3f99a94f998425e74/proxmark3.rb#L20

Change it to a fully-qualified one, i.e. rfidresearchgroup/proxmark3/arm-none-eabi-gcc, would fix the problem.