Closed cho-m closed 3 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
@cho-m Please don't self-reopen stalebot closed issues unless you or another maintainer is actively committed to fixing them in the nearish future.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
I'll take a look into this to see if possible to use brew fetch --cask
logic.
brew config
outputbrew doctor
outputbrew 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)?
brew bump-cask-pr segger-jlink --version 7.50
to update to latest version from livecheck.What happened (include all command output)?
The PR was created with incorrect
sha256
checksums. I think this is related to download URLusing: :post
, which may not be correctly processed bybump-cask-pr
Issue originally mentioned in older PR: https://github.com/Homebrew/homebrew-cask-drivers/pull/2197#issuecomment-834666095 Also seen in PR I created: Homebrew/homebrew-cask-drivers#2308
Corresponding curl commands used by
bump-cask-pr
:Check that file is actually an HTML and not a PKG:
And
brew fetch
showing incorrect checksum:What did you expect to happen?
Create PR with correct
sha256
checksums.Step-by-step reproduction instructions (by running
brew
commands)