busycontacts 2024.3.1-2024-09-18-11-17 #185945
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:
brew audit --cask --online <cask>
is error-free.brew style --fix <cask>
reports no offenses.Hey, it's my first PR to Homebrew so let me know if anything is wrong.
I tried doing
brew bump --open-pr busycontacts
and I got a response that the cask was up to date because the major version number matches. (I also got an API error since I don't have a Homebrew access token set up, but I assumed it would not create a PR because it thinks the cask is up to date, so I made one manually.) As of the time of this PR, the link https://www.busymac.com/download/bct-2024.3.1.zip now downloads a filebct-2024.3.1-2024-09-18-11-17.zip
with a different hash that I've updated.I've also made the changes on my machine and everything seems to work well.