qidistudio hash is incorrect
### `brew config` AND `brew doctor` output OR `brew gist-logs <formula>` link
```shell
% brew config
HOMEBREW_VERSION: 5.1.14-86-g1005a58
ORIGIN: https://github.com/Homebrew/brew
HEAD: 1005a58f76767d9b5092db8e2fd199b4022d3984
Last commit: 2 hours ago
Branch: main
Core tap HEAD: 2e806aed2d83ae7d614d889a054b72f39a9ec7b0
Core tap last commit: 8 weeks ago
Core tap JSON: 29 May 22:10 UTC
Core cask tap: N/A
HOMEBREW_PREFIX: /opt/homebrew
HOMEBREW_CASK_OPTS: []
HOMEBREW_DOWNLOAD_CONCURRENCY: 24
HOMEBREW_FORBID_PACKAGES_FROM_PATHS: set
HOMEBREW_MAKE_JOBS: 12
HOMEBREW_SORBET_RUNTIME: set
HOMEBREW_USE_INTERNAL_API: set
Homebrew Ruby: 4.0.5 => /opt/homebrew/Library/Homebrew/vendor/portable-ruby/4.0.5_1/bin/ruby
CPU: dodeca-core 64-bit arm_blizzard_avalanche
Clang: 21.0.0 build 2100
Git: 2.54.0 => /opt/homebrew/bin/git
Curl: 8.7.1 => /usr/bin/curl
macOS: 26.5-arm64
CLT: 26.5.0.0.1777544298
Xcode: 26.5
Metal Toolchain: N/A
Rosetta 2: false
% brew doctor
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!
Warning: Unbrewed header files were found in /usr/local/include.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae and may need to be deleted.
Unexpected header files:
/usr/local/include/node/*
Warning: You have unlinked kegs in your Cellar.
Leaving kegs unlinked can lead to build-trouble and cause formulae that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
wireshark
```
### Verification
- [x] My `brew doctor` output says `Your system is ready to brew.` and am still able to reproduce my issue.
- [x] I ran `brew update` and am still able to reproduce my issue.
- [x] I have resolved all warnings from `brew doctor` and that did not fix my problem.
- [x] I searched for recent similar issues at https://github.com/Homebrew/homebrew-core/issues?q=is%3Aissue and found no duplicates.
- [x] My issue is not about a failure to build a formula from source.
### What were you trying to do (and why)?
update the system with `brew upgrade`
### What happened (include all command output)?
```==> Fetching downloads for: qidistudio
✘ Cask qidistudio (2.06.00.51) Verifying 193.1MB/193.1MB
Error: Cask reports different checksum: f3124fc3914366233cf7c93046a5f10a1909f3e7b0b0d3cf496bb23fa9550dbd
SHA-256 checksum of downloaded file: 1c62d8981ca93a8b1510d57fd174bd00a2fae3acac44bbc08f6fae5722d4dff1
==> Upgrading qidistudio
2.05.02.50 -> 2.06.00.51
==> Purging files for version 2.06.00.51 of Cask qidistudio
Error: qidistudio: SHA-256 mismatch
Expected: f3124fc3914366233cf7c93046a5f10a1909f3e7b0b0d3cf496bb23fa9550dbd
Actual: 1c62d8981ca93a8b1510d57fd174bd00a2fae3acac44bbc08f6fae5722d4dff1
File: /Users/anatol/Library/Caches/Homebrew/downloads/5bb2648457d8c1e35c08b5746bcd92b11259d48cfea896362e211139d8279ecc--QIDIStudio_v02.06.00.51_MacOS_universal.dmg
To retry an incomplete download, remove the file above.
```
### What did you expect to happen?
system upgraded
### Step-by-step reproduction instructions (by running `brew` commands)
```shell
brew install qidistudio
brew uprade
```
0 条评论