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
Installing Kstars fails due to a reported SHA256 mismatch.
But the caskcode on Github is incorrect.
It says:
cask "kstars" do
version "3.7.3"
sha256 "bd4e5a38f308b56cabebbfd2cdf0dde301d7033d8ad1b8a73191ebd0e15be52e"
However, the SHA256 from Developer site (https://kstars.kde.org/download/) says CORRECT SHA256 is:
"e0153c5a9110f639fa180d540497413ab6a6afe295260a7cb2d4c6c03c8b1a87"
Therefore, caskcode needs to be corrected.
I downloaded package direct from site and it installed & ran correctly.
Command that failed
brew install --cask kstars
Output of command with --verbose --debug
Already downloaded: /Users/mbp2015/Library/Caches/Homebrew/downloads/8d3c1ef077e32910c37e2be28d986427fdc181ebff60ddcf524971781edac974--kstars-3.7.3.dmg
Error: SHA256 mismatch
Expected: bd4e5a38f308b56cabebbfd2cdf0dde301d7033d8ad1b8a73191ebd0e15be52e
Actual: e0153c5a9110f639fa180d540497413ab6a6afe295260a7cb2d4c6c03c8b1a87
File: /Users/mbp2015/Library/Caches/Homebrew/downloads/8d3c1ef077e32910c37e2be28d986427fdc181ebff60ddcf524971781edac974--kstars-3.7.3.dmg
To retry an incomplete download, remove the file above.
Verification
--force
.brew update-reset && brew update
and retried my command.brew doctor
, fixed as many issues as possible and retried my command.Description of issue
Installing Kstars fails due to a reported SHA256 mismatch.
But the caskcode on Github is incorrect.
It says:
cask "kstars" do
version "3.7.3"
sha256 "bd4e5a38f308b56cabebbfd2cdf0dde301d7033d8ad1b8a73191ebd0e15be52e"
However, the SHA256 from Developer site (https://kstars.kde.org/download/) says CORRECT SHA256 is:
"e0153c5a9110f639fa180d540497413ab6a6afe295260a7cb2d4c6c03c8b1a87"
Therefore, caskcode needs to be corrected.
I downloaded package direct from site and it installed & ran correctly.
Command that failed
brew install --cask kstars
Output of command with
--verbose --debug
Output of
brew doctor
andbrew config
Output of
brew tap
The text was updated successfully, but these errors were encountered: