You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
brew gist-logs <formula> link OR brew config AND brew doctor output
$ brew config
HOMEBREW_VERSION: 4.4.6-19-gc81cd0b
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: c81cd0b929fd44b0a2acf2d55afbb9590b323657
Last commit: 40 minutes ago
Core tap HEAD: f5b8eefb4ca34b1a24186f652967d7a5def6e083
Core tap last commit: 56 minutes ago
Core tap JSON: 19 Nov 12:30 UTC
Core cask tap HEAD: 3c37edcda4396b4df5498efe72385a6e87d15482
Core cask tap last commit: 22 minutes ago
Core cask tap JSON: 19 Nov 12:30 UTC
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CASK_OPTS: []
HOMEBREW_DISPLAY: /private/tmp/com.apple.launchd.E6LmwmTcgU/org.xquartz:0
HOMEBREW_GITHUB_API_TOKEN: set
HOMEBREW_MAKE_JOBS: 4
HOMEBREW_NO_ANALYTICS: set
HOMEBREW_SORBET_RUNTIME: set
Homebrew Ruby: 3.3.6 => /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/3.3.6/bin/ruby
CPU: quad-core 64-bit haswell
Clang: 14.0.0 build 1400
Git: 2.47.0 => /usr/local/bin/git
Curl: 8.7.1 => /usr/bin/curl
macOS: 12.7.6-x86_64
CLT: 14.2.0.0.1.1668646533
Xcode: 14.2
$ brew doctor
Your system is ready to brew.
Verification
My brew doctor output says Your system is ready to brew. and am still able to reproduce my issue.
I ran brew update and am still able to reproduce my issue.
I have resolved all warnings from brew doctor and that did not fix my problem.
I manually downloaded the source specified by the formula's url.
shasum -a 256 output the same checksum for the downloaded file as the checksum computed by brew upgrade swiftformat. Their shared checksum value is different than the checksum from the formula's sha256.
I imagine that the 0.55.0.tar.gz file on the server was changed, so it has a new checksum, but I don't know for sure.
What did you expect to happen?
Upgrade to finish without an SHA256 mismatch error.
brew gist-logs <formula>
link ORbrew config
ANDbrew doctor
outputVerification
brew doctor
output saysYour system is ready to brew.
and am still able to reproduce my issue.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)?
What happened (include all command output)?
I manually downloaded the source specified by the formula's
url
.shasum -a 256
output the same checksum for the downloaded file as the checksum computed bybrew upgrade swiftformat
. Their shared checksum value is different than the checksum from the formula'ssha256
.I imagine that the
0.55.0.tar.gz
file on the server was changed, so it has a new checksum, but I don't know for sure.What did you expect to happen?
Upgrade to finish without an SHA256 mismatch error.
Step-by-step reproduction instructions (by running
brew
commands)The text was updated successfully, but these errors were encountered: