mirror of
https://github.com/fullstorydev/grpcurl.git
synced 2026-07-01 15:21:10 +03:00
Update Tarball URL used by Homebrew (#421)
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ The last step is to update the Homebrew recipe to use the latest version. First,
|
||||
|
||||
```sh
|
||||
# download the source archive from GitHub
|
||||
URL=https://github.com/fullstorydev/grpcurl/archive/v2.3.4.tar.gz
|
||||
URL=https://github.com/fullstorydev/grpcurl/archive/refs/tags/v2.3.4.tar.gz
|
||||
curl -L -o tmp.tgz $URL
|
||||
# and compute the SHA
|
||||
SHA="$(sha256sum < tmp.tgz | awk '{ print $1 }')"
|
||||
|
||||
Reference in New Issue
Block a user