-
Notifications
You must be signed in to change notification settings - Fork 585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't brew install 0.3.0 on mac #203
Comments
Hey @wagdez — good find! That's no good. We'll look into this. It seems like it's just the For example:
And you can also find any release's downloadable assets at the Releases page. We recently revised our release process to account for macOS Catalina's strengthened security requirements for software (see more at: https://support.apple.com/en-us/HT202491). It looks like we missed the homebrew method. |
Hi! |
Hi @wagdez, we now expect the |
@poikilotherm Hey there! That's so cool you've created an asdf plugin!!! We now have This means we have two options for the installation script:
An example of the second option can be found in the At the same time, some folks might find the Let me know if you want to talk further or collaborate on a PR for your repository. I'll go ahead and close this issue now that homebrew installation is fixed. |
Thanks @luhring I just added the support for the ZIP file to the ASDF plugin. |
What happened:
I ran
brew tap anchore/grype
and then
brew install grype
I got
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 2 taps (homebrew/core and homebrew/cask).
==> Updated Formulae
Updated 3 formulae.
==> Updated Casks
julia mater
==> Installing grype from anchore/grype
==> Downloading https://github.com/anchore/grype/releases/download/v0.3.0/grype_0.3.0_darwin_amd64.tar.gz
##O#- #
curl: (22) The requested URL returned error: 404 Not Found
Error: Failed to download resource "grype"
Download failed: https://github.com/anchore/grype/releases/download/v0.3.0/grype_0.3.0_darwin_amd64.tar.gz
What you expected to happen:
grype installed
How to reproduce it (as minimally and precisely as possible):
brew tap anchore/grype
and then
brew install grype
Anything else we need to know?:
Environment:
grype version
:cat /etc/os-release
or similar):The text was updated successfully, but these errors were encountered: