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.
Revert the changes from #185387 to bump back shortcut from
24.09.13
to24.08.29
.The
shotcut
software has an issue on the24.09.13
release and the DMG binary does not have that version number:The DMG binary should be
shotcut-macos-240913.dmg
, but it was overwritten asshotcut-macos-240919.dmg
(240913
was overwritten to240919
)The
24.09.19
version is currently marked as pre-release, so the checks fail because it is not "stable".This issue has been reported to the upstream repository, but the maintainer stated that it might get fixed in homebrew, rather than upstream.
There were efforts to manually patch the Cask file to allow for this situation to be handled. However, the PRs were closed for a variety of reasons and the CI checks were not passing.
This PR is an attempt to revert the changes created on #185387 and fall back to the last version that passed the checks.
This might not be he ideal solution, but we can create another PR to update to the next stable branch where the version numbers match after things have settled.
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.Fixes: