coteditor / CotEditor

Lightweight Plain-Text Editor for macOS
https://coteditor.com
Other
6.22k stars 424 forks source link

Incorrect SHA256 when installing via Homebrew on Sonoma #1580

Closed gabrielshanahan closed 5 months ago

gabrielshanahan commented 5 months ago

Description

Title says it all.

~ brew install --cask coteditor
==> Downloading https://github.com/coteditor/CotEditor/releases/download/4.7.3/CotEditor_4.7.3.dmg
==> Downloading from https://objects.githubusercontent.com/github-production-release-asset-2e65be/9243402/e76a29d2-b09b-4693-bb49-0e82d4de7eca?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240121%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20
######################################################################################################################################################################################################################################################### 100.0%
Error: SHA256 mismatch
Expected: fd8c7f7a2c6eb2bde1ee554a0ba7e9be29b4d04284774ff8fe3f83ace8d647a2
  Actual: 3e5b6bd38be32234eb140deba3df3370539610bbb1e6e3b13faccfb58c4bf481
    File: ~/Library/Caches/Homebrew/downloads/002c360b054befe340d797f2d3f4e4cf16b26062af8f0ffe133b9d667ec921f3--CotEditor_4.7.3.dmg
To retry an incomplete download, remove the file above.

To Reproduce

  1. On Apple M3 Max running Sonoma 14.2.1 (23C71), run brew install --cask coteditor
  2. There is no step two

Expected behavior

No response

CotEditor version

4.7.3

macOS version

Sonoma 14.2.1 (23C71)

Additional context

No response

1024jp commented 5 months ago

The CotEditor project itself doesn't maintain the homebrew cask. So, please let the cask maintainer know this.

Well, this issue must be related to #1578. So, it seems to need to update the hash value in the cask repository side.