homebrew-fuse/formula_renames.json
Adrian Ho d22b36dc85 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!
```
2021-04-27 14:25:56 +08:00

14 lines
349 B
JSON

{
"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"
}