homebrew-cask
homebrew-cask copied to clipboard
transmission 1.0.96 (new cask)
Important: Do not tick a checkbox if you haven’t performed its action. Honesty is indispensable for a smooth review process.
In the following questions <cask>
is the token of the cask you're submitting.
After making any changes to a cask, existing or new, verify:
- [x] The submission is for a stable version or documented exception.
- [x]
brew audit --cask --online <cask>
is error-free. - [x]
brew style --fix <cask>
reports no offenses.
Additionally, if adding a new cask:
- [x] Named the cask according to the token reference.
- [ ] Checked the cask was not already refused (add your cask's name to the end of the search field).
- [x]
brew audit --cask --new <cask>
worked successfully. - [x]
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask <cask>
worked successfully. - [x]
brew uninstall --cask <cask>
worked successfully.
i do not know Checked the cask was not
means, is this pr ok?