Closed
Conversation
Contributor
Author
|
Here the report from my update failing: ==> Upgrading 1 outdated package:
1password 8.10.72 -> 8.10.74
==> Upgrading 1password
==> Downloading https://downloads.1password.com/mac/1Password-8.10.74-aarch64.zip
/usr/bin/env /opt/homebrew/Library/Homebrew/shims/shared/curl --disable --cookie /dev/null --globoff --show-error --user-agent Homebrew/4.5.0-14-g335933f\ \(Macintosh\;\ arm64\ Mac\ OS\ X\ 15.4.1\)\ curl/8.7.1 --header Accept-Language:\ en --fail --retry 3 --remote-time --output /Users/dalisoft/Library/Caches/Homebrew/downloads/4d714391ae51a4e9e1b91a603059e8098bfc340e5c77ba18a167c18f5e00c3cb--1Password-8.10.74-aarch64.zip.incomplete --location https://downloads.1password.com/mac/1Password-8.10.74-aarch64.zip
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 154M 100 154M 0 0 20.1M 0 0:00:07 0:00:07 --:--:-- 25.8M
==> Verifying checksum for '4d714391ae51a4e9e1b91a603059e8098bfc340e5c77ba18a167c18f5e00c3cb--1Password-8.10.74-aarch64.zip'
==> Purging files for version 8.10.74 of Cask 1password
Error: 1password: SHA256 mismatch
Expected: 8b547c094b6e0506a05e92b80170205123e59a98b93995a9e06d5475bc3c5e1c
Actual: 96323a92e9162e1f3aec197479802c9bfe9fec9e4c34d8a6c2e7f6f1a6f9f6d2
File: /Users/dalisoft/Library/Caches/Homebrew/downloads/4d714391ae51a4e9e1b91a603059e8098bfc340e5c77ba18a167c18f5e00c3cb--1Password-8.10.74-aarch64.zip
To retry an incomplete download, remove the file above.
~ on ☁️ took 22s
❯ |
Member
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
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.Additionally, if adding a new cask:
brew audit --cask --new <cask>worked successfully.HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask <cask>worked successfully.brew uninstall --cask <cask>worked successfully.