mirror of
https://github.com/fullstorydev/grpcurl.git
synced 2026-05-22 19:51:44 +03:00
Update Tarball URL used by Homebrew (#421)
This commit is contained in:
@@ -63,7 +63,7 @@ The last step is to update the Homebrew recipe to use the latest version. First,
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
# download the source archive from GitHub
|
# 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
|
curl -L -o tmp.tgz $URL
|
||||||
# and compute the SHA
|
# and compute the SHA
|
||||||
SHA="$(sha256sum < tmp.tgz | awk '{ print $1 }')"
|
SHA="$(sha256sum < tmp.tgz | awk '{ print $1 }')"
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ rm VERSION
|
|||||||
|
|
||||||
# Homebrew release
|
# 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"
|
curl -L -o tmp.tgz "$URL"
|
||||||
SHA="$(sha256sum < tmp.tgz | awk '{ print $1 }')"
|
SHA="$(sha256sum < tmp.tgz | awk '{ print $1 }')"
|
||||||
rm tmp.tgz
|
rm tmp.tgz
|
||||||
|
|||||||
Reference in New Issue
Block a user