seebi / rdf.sh

A multi-tool shell script for doing Semantic Web jobs on the command line.
GNU General Public License v3.0
120 stars 9 forks source link

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

Open miaoski opened 3 years ago

miaoski commented 3 years ago

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 commented 3 years ago

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 commented 6 months ago

Please try

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

this should work