rdf.sh icon indicating copy to clipboard operation
rdf.sh copied to clipboard

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

Open miaoski opened this issue 3 years ago • 2 comments

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 avatar Sep 01 '21 03:09 miaoski

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.

miaoski avatar Sep 01 '21 03:09 miaoski

Please try

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

this should work

seebi avatar Feb 19 '24 17:02 seebi