homebrew-cask
homebrew-cask copied to clipboard
google-chrome: raise min OS version
Chrome 104 no longer supports OS X 10.11 and macOS 10.12, which are already outside of their support window with Apple.
https://support.google.com/chrome/a/answer/7679408#noSuppOsX104
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 all changes to a cask, verify:
- [x] The submission is for a stable version or documented exception.
- [ ]
brew audit --cask --online <cask>
is error-free. - [ ]
brew style --fix <cask>
reports no offenses.
Additionally, if adding a new cask:
- [ ] Named the cask according to the token reference.
- [ ] Checked the cask was not already refused.
- [ ] Checked the cask is submitted to the correct repo.
- [ ]
brew audit --new-cask <cask>
worked successfully. - [ ]
brew install --cask <cask>
worked successfully. - [ ]
brew uninstall --cask <cask>
worked successfully.