v2ray / homebrew-v2ray

The homebrew tap for v2ray-core.
MIT License
443 stars 90 forks source link

URL address is wrong, need fixed. #17

Closed jinmiaoluo closed 5 years ago

jinmiaoluo commented 5 years ago

https://github.com/v2ray/homebrew-v2ray/blob/5d6a387c17c81bff6377fd0f9c2972cc9bcaeac5/Formula/v2ray-core.rb#L8

PR #18

@Doublemine

realvect0r commented 5 years ago

Error Stack:

➜  ~ brew tap v2ray/v2ray
Updating Homebrew...
==> Tapping v2ray/v2ray
Cloning into '/usr/local/Homebrew/Library/Taps/v2ray/homebrew-v2ray'...
remote: Enumerating objects: 7, done.
remote: Counting objects: 100% (7/7), done.
remote: Compressing objects: 100% (6/6), done.
remote: Total 7 (delta 0), reused 3 (delta 0), pack-reused 0
Unpacking objects: 100% (7/7), done.
Error: Invalid formula: /usr/local/Homebrew/Library/Taps/v2ray/homebrew-v2ray/Formula/v2ray-core.rb
invalid attribute for formula 'v2ray/v2ray/v2ray-core': url ("https://github.com/v2ray/v2ray-core/releases/download/v4.20.0/v2ray-macos.zip https://github.com/v2ray/v2ray-core/releases/download/v4.20.0/v2ray-macos.zip.dgst")
Error: Cannot tap v2ray/v2ray: invalid syntax in tap!

Accept the PR and fix it quickly please!

kslr commented 5 years ago

@realVEct0r please retry

Doublemine commented 5 years ago

It seems like checker.sh problem that can not fetch correct url, I'll fix it later.

realvect0r commented 5 years ago

@kslr it works! thanks!