
The -no-quarantine command is required as homebrew by default adds the quarantine flag to downloaded casks, this causes Gatekeeper to treat the bundle as damaged. Only a single wine package can be installed using brew
USE WINE FOR MAC OS X INSTALL
The above command will install the most recent wine-staging pkg available on winehq but it will also add wine for use in Terminal meaning you no longer need to launch the installed Wine Staging app each time you want to access wine.

Brew install -cask -no-quarantine wine-staging
