mass rename to avoid clashes with core tap

Forgot that base formula names need to be unique, otherwise `brew upgrade` picks up the core tap formula over this replacement, leading to:
```
$ brew upgrade
[...]
==> Upgrading sshfs 2.10_2 -> 3.7.1
Error: sshfs has been disabled because it requires FUSE!
```
This commit is contained in:
Adrian Ho 2021-04-27 14:25:56 +08:00
parent ee76a3651b
commit d22b36dc85
11 changed files with 30 additions and 19 deletions

View file

@ -1,3 +1,14 @@
{
"afuse": "afuse-mac",
"afuse-mac": "afuse-mac-mac",
"alluxio": "alluxio-mac",
"archivemount": "archivemount-mac",
"avfs": "avfs-mac",
"bindfs": "bindfs-mac",
"curlftpfs": "curlftpfs-mac",
"dislocker": "dislocker-mac",
"encfs": "encfs-mac",
"ext4fuse": "ext4fuse-mac",
"fuse-zip": "fuse-zip-mac",
"gcsfuse": "gcsfuse-mac"
}