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 install fails with "Non-checksummed download of vobsub2srt formula file from an arbitrary URL is unsupported!" #87

Open
ghouliesdad opened this issue Feb 7, 2021 · 1 comment

Comments

@ghouliesdad
Copy link

This is on my MacMini running Mojave:

$ brew install --HEAD https://github.com/ruediger/VobSub2SRT/raw/master/packaging/vobsub2srt.rb 2>&1 | tee -a ~/Homebrew-install.log
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 vobsub2srt 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 vobsub2srt formula file from an arbitrary URL is unsupported! (UsageError)

@varenc
Copy link

varenc commented Feb 14, 2022

This is only the first minor issue when building on macOS. For security reasons Homebrew stopped allowing direct Formula references like that. But you can get around that by just referencing it form a local file like this:

$ wget https://github.com/ruediger/VobSub2SRT/raw/master/packaging/vobsub2srt.rb
$ brew install --HEAD ./vobsub2srt.rb

That'll get you past the first Homebrew error, but now you have to deal with the actual build errors described in #81

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