rdf.sh
rdf.sh copied to clipboard
Brew: Invalid usage: Non-checksummed download of rdf.sh formula file from an arbitrary URL is unsupported!
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)
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.
Please try
docker run -i -t --rm seebi/rdf.sh rdf desc foaf:Person
this should work