fullstorydev / grpcurl

Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers
MIT License
10.36k stars 497 forks source link

Update Tarball URL used by Homebrew #421

Closed gpassini closed 8 months ago

gpassini commented 8 months ago

During the bump-formula-pr step of the release process, which updates the latest version in Homebrew, I hit the following error:

line 4, col 3: Use /archive/refs/tags URLs for GitHub tarballs (url is https://github.com/fullstorydev/grpcurl/archive/v1.8.9.tar.gz). Error: 1 problem in 1 formula detected.

I fixed it by manually changing the URL to https://github.com/fullstorydev/grpcurl/archive/refs/tags/v1.8.9.tar.gz.

It's certainly related to this commit from Homebrew: https://github.com/Homebrew/homebrew-core/commit/2fb3971c8235d3d88d328ebaeddaa57a67188d3a But I don't have more context on why they decided to change it.