Skip to content
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

Brew: Invalid usage: Non-checksummed download of rdf.sh formula file from an arbitrary URL is unsupported! #18

Open
miaoski opened this issue Sep 1, 2021 · 2 comments

Comments

@miaoski
Copy link

miaoski commented Sep 1, 2021

As of Sep 1, 2021, brew complains about non-checksumed downloads.

$ brew install https://raw.githubusercontent.com/seebi/rdf.sh/develop/brew/rdf.sh.rb
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
==> Updated Formulae
Updated 1 formula.

Traceback (most recent call last):
`brew extract` or `brew create` and `brew tap-new` to create a formula file in a tap on GitHub instead.: Invalid usage: Non-checksummed download of rdf.sh formula file from an arbitrary URL is unsupported!  (UsageError)
`brew extract` or `brew create` and `brew tap-new` to create a formula file in a tap on GitHub instead.: Invalid usage: Non-checksummed download of rdf.sh formula file from an arbitrary URL is unsupported!  (UsageError)
@miaoski
Copy link
Author

miaoski commented Sep 1, 2021

Tried Docker version,

$ docker run -i -t --rm seebi/rdf.sh desc foaf:Person
docker: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "desc": executable file not found in $PATH: unknown.

@seebi
Copy link
Owner

seebi commented Feb 19, 2024

Please try

docker run -i -t --rm seebi/rdf.sh rdf desc foaf:Person

this should work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants