Closed p-linnane closed 2 years ago
@Homebrew/cask
It seems sort of similar to what @Rylan12 fixed in https://github.com/Homebrew/brew/issues/13687. I'm seeing the multiple attempts to pull the same file in the output I posted above just like in that previous issue. Wondering if it has something to do with the multi language/no checksum combination, since that's an edge case.
brew config
outputbrew doctor
outputVerification
brew update
and am still able to reproduce my issue.brew doctor
and that did not fix my problem.What were you trying to do (and why)?
Trying to bump
wondershare-edrawmax
. This cask contains both English and Chinese versions, but does not check the hash due to them being updated in place. When bumping the cask the Chinese version is downloaded twice and aninreplace failed
error is thrown.What happened (include all command output)?
What did you expect to happen?
Cask version is bumped as usual
Step-by-step reproduction instructions (by running
brew
commands)brew bump --cask --open-pr wondershare-edrawmax
orbrew bump-cask-pr --version=12.0.2 wondershare-edrawmax
both generate the relevant error.