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
*Description
The brew installer does not work since there is a SHA256 mismatch.
Looks like it try to download the cloudstate-0.4.1-osx.tar.gz and the 0.5 one (my guess)
To Reproduce
Steps to reproduce the behavior:
Run brew tap sleipnir/cloudstate-cli
Run brew install cloudstate-cli
==> Installing cloudstate-cli from sleipnir/cloudstate-cli
Warning: A newer Command Line Tools release is available.
Update them from Software Update in System Preferences or
https://developer.apple.com/download/more/.
==> Downloading https://github.com/sleipnir/cloudstate-cli/releases/download/0.4.1/cloudstate-0.4.1-osx.tar.gz
==> Downloading from https://github-production-release-asset-2e65be.s3.amazonaws.com/216043821/0d033800-1516-11ea-9a1c-3f8dec95a28b?X-Amz-Algorithm=AWS4
######################################################################## 100.0%
Error: An exception occurred within a child process:
ChecksumMismatchError: SHA256 mismatch
Expected: 670917342415bbcf5f70e9170c611804927f99d0bdb43c1fcf353bdf6339baf7
Actual: 23571e80c78c0bfb646ecfbc46f7ddc0559073c472ce39f8eefb941f107a4c9d
Archive: /Users/jp/Library/Caches/Homebrew/downloads/298a07fb32b563f4353da34471741dde4b51540decaf902269a1f29f574b1032--cloudstate-0.4.1-osx.tar.gz
To retry an incomplete download, remove the file above.
Expected behavior
It seems that the version brew is downloading is the 0.4.1 and not the 0.5. The documentation refer to 0.5.
Hope you can help,
PS. Thanks again for the great work, sounds like amazing tool to start working with cloudstate
The text was updated successfully, but these errors were encountered:
Hi @jealeroux!
Thank you for opening this issue and thank you for believing in Cloudstate Cli.
Unfortunately, an update to the CLI's Rust libraries broke the cross-compiling used by travis to generate binaries for MacOS. I'm trying to resolve this as soon as possible so that we have MacOS support again available.
You're welcome @jealeroux. Thank you for looking at the Cloudstate CLI.
By the weekend I must fix this. But, if you want and have a Linux system available, you can get a version in the Linux. Just use the installer with:
curl https://raw.githubusercontent.com/sleipnir/cloudstate-cli/master/bin/cloudstate-installer.sh | sh -
brew tap sleipnir/cloudstate-cli
brew install sleipnir/cloudstate-cli/cloudstate-cli
Sorry for the delay I was a little busy in the past few weeks. I believe everything is ok now but let me know if there are still any problems or questions.
*Description
The brew installer does not work since there is a SHA256 mismatch.
Looks like it try to download the cloudstate-0.4.1-osx.tar.gz and the 0.5 one (my guess)
To Reproduce
Steps to reproduce the behavior:
brew tap sleipnir/cloudstate-cli
brew install cloudstate-cli
Expected behavior
It seems that the version brew is downloading is the 0.4.1 and not the 0.5. The documentation refer to 0.5.
Hope you can help,
PS. Thanks again for the great work, sounds like amazing tool to start working with cloudstate
The text was updated successfully, but these errors were encountered: