minio / kes

Key Managament Server for Object Storage and more
https://min.io/docs/kes/concepts/
GNU Affero General Public License v3.0
456 stars 94 forks source link

brew install minio/stable/kes fails with SHA256 mismatch #439

Closed allanrogerr closed 6 months ago

allanrogerr commented 6 months ago

Bug describtion

Run brew install minio/stable/kes Observe:

➜ ~ brew install minio/stable/kes                                                                                                               
==> Fetching minio/stable/kes
==> Downloading https://github.com/minio/kes/releases/download/2023-05-02T22-48-10Z/kes-darwin-arm64
==> Downloading from https://objects.githubusercontent.com/github-production-release-asset-2e65be/226350394/9b311c86-6667-4e3d-b489-2bde3db83857?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Creden
####################################################################################################################################################################################### 100.0%
Error: kes: SHA256 mismatch
Expected: 810a5faefd2d0427197e3d7e654291dd3ff25b54d1507988e80f7b6a26d3adfb
  Actual: 14537309135118d69b5af24628f68eb1a9e1b83d7272d785103ddadd860a5a02
    File: /Users/<user>/Library/Caches/Homebrew/downloads/08698ba6f99a91086930f36adf5147c227eb5ab92d4dd25144bb471dd118585e--kes-darwin-arm64
To retry an incomplete download, remove the file above.

Expected behavior

kes should be installed and executable

Additional context

  1. What version of Go are you using (go version)? n/a

  2. What operating system and processor architecture are you using (go env)? MacOS 14.2.1 (23C71)

  3. Anything else that is important?

aead commented 6 months ago

Fixed by homebrew-stable/pull/46

allanrogerr commented 6 months ago

Run brew update then brew install minio/stable/kes