Update Tarball URL used by Homebrew (#421)

This commit is contained in:
Gustavo Passini
2023-10-24 15:33:15 -04:00
committed by GitHub
parent 28c0ee28f0
commit 70c215f7e2
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ rm VERSION
# Homebrew release
URL="https://github.com/fullstorydev/grpcurl/archive/${VERSION}.tar.gz"
URL="https://github.com/fullstorydev/grpcurl/archive/refs/tags/${VERSION}.tar.gz"
curl -L -o tmp.tgz "$URL"
SHA="$(sha256sum < tmp.tgz | awk '{ print $1 }')"
rm tmp.tgz