-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add wine-staging 2.0-rc1 #27937
Add wine-staging 2.0-rc1 #27937
Conversation
Installing the Output of
|
@miccal there is an error
|
@yurikoles try again please with |
@miccal it works now. |
Yay! |
@vitorgalvao a question to satisfy my curiosity: why are square brackets and braces required in |
It's a list of lists. Because if you had to select multiple options, the [] would enclose all of them, and you'd surround the three settings for each option with {}. An example. |
Yes but it is not a list of lists in this case - there is only one set of braces. |
The idea is that one {} brace means one option, and within that, you need to have your 3 settings. That has to be encased in [] because there can be multiple options to turn on in the pkg. |
Thanks @numbermaniac, now I get it. |
After making all changes to the cask:
brew cask audit --download {{cask_file}}
is error-free.brew cask style --fix {{cask_file}}
reports no offenses.Additionally, if adding a new cask:
brew cask install {{cask_file}}
worked successfully.brew cask uninstall {{cask_file}}
worked successfully.Continuing #27551.
I have added the 64-bit Wine option as a default.
Ping @vitorgalvao for comments and approval.