-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
shotcut 25.12.31 #234707
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
base: main
Are you sure you want to change the base?
shotcut 25.12.31 #234707
Conversation
92846ac to
1cf9928
Compare
1cf9928 to
6ff8604
Compare
3cca057 to
303e2ec
Compare
This comment was marked as outdated.
This comment was marked as outdated.
303e2ec to
925ab76
Compare
925ab76 to
2b5b49b
Compare
2b5b49b to
86470cf
Compare
86470cf to
6d39327
Compare
|
I updated this to 25.12.30 and tinkered with this some more and it seems like there isn't a winning combination of changes that will allow
Not sure how to best proceed here, as the audit for Intel works fine locally and only fails in CI (similar to a few other casks that inexplicably fail signature checks only in CI). |
`shotcut` is autobumped but the workflow failed to update to version 25.12.31 because the file name now includes the version with dots. This updates the version and `url` accordingly.
6d39327 to
b4dae39
Compare
Since we have seen quite a few of those issues, would it make sense to allow for a more fine-grained skiplist, similar to what we do in If it also depends on the runner's macOS version, we could be less strict about list entries in general and turn |
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.Additionally, if adding a new cask:
brew audit --cask --new <cask>worked successfully.HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask <cask>worked successfully.brew uninstall --cask <cask>worked successfully.shotcutis autobumped but the workflow failed to update to version 25.12.31 because the file name now includes the version with dots. This updates the version andurlaccordingly.