mirror of
https://github.com/gromgit/homebrew-fuse.git
synced 2025-12-31 15:02:17 +00:00
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:
parent
ee76a3651b
commit
d22b36dc85
11 changed files with 30 additions and 19 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue