v2ray / homebrew-v2ray

The homebrew tap for v2ray-core.
MIT License
436 stars 89 forks source link

brew tap v2ray/v2ray failed on macOS 11.0 #32

Closed lijinglin3 closed 3 years ago

lijinglin3 commented 3 years ago
$ brew tap v2ray/v2ray
Updating Homebrew...
==> Tapping v2ray/v2ray
Cloning into '/usr/local/Homebrew/Library/Taps/v2ray/homebrew-v2ray'...
remote: Enumerating objects: 101, done.
remote: Counting objects: 100% (101/101), done.
remote: Compressing objects: 100% (56/56), done.
remote: Total 649 (delta 43), reused 64 (delta 25), pack-reused 548
Receiving objects: 100% (649/649), 85.23 KiB | 2.18 MiB/s, done.
Resolving deltas: 100% (275/275), done.
Error: Invalid formula: /usr/local/Homebrew/Library/Taps/v2ray/homebrew-v2ray/Formula/v2ray-core.rb
v2ray-core: undefined method `caveats' for #<Class:0x00007fde43981740>
Error: Cannot tap v2ray/v2ray: invalid syntax in tap!
kslr commented 3 years ago

try brew install v2ray

lijinglin3 commented 3 years ago

Thx. It works, but looks like there is no brew services?

kslr commented 3 years ago

Thx. It works, but looks like there is no brew services?

yes, Are you interested in contributing?

lijinglin3 commented 3 years ago

I don't know how to fix the v2ray-core formula, so sad...

kslr commented 3 years ago

https://github.com/Homebrew/homebrew-core/blob/master/Formula/v2ray.rb

lijinglin3 commented 3 years ago

https://github.com/Homebrew/homebrew-core/pull/65373 pr merged

kslr commented 3 years ago

thanks for your work. This is great