when I use brew install -vd snappy brew is installing snappy version 1.1.10. However, I would like to install version 1.1.7. Seems there are no instructions in the official documentation.
I tried something based on this other SO question but didn't work out.
brew tap homebrew/science
brew tap brewsci/science
brew tap brewsci/bio
brew update
brew install -vd [email protected]
# Warning: No available formula with the name "[email protected]". Did you mean snappy?
brew install homebrew/core/[email protected]
# Warning: No available formula or cask with the name "homebrew/core/[email protected]".
brew extract --version='1.1.7' snappy brewsci/science
# ==> Searching repository history
# Error: Could not find snappy! The formula or version may not have existed.
brew install homebrew/core/[email protected]
# Warning: No available formula or cask with the name "homebrew/core/[email protected]".
Is there anyone able to install a specific snappy version on MacOS out there?