Home
last modified time | relevance | path

Searched refs:NGHTTP2_TARBALL (Results 1 - 1 of 1) sorted by relevance

/third_party/node/tools/dep_updaters/
H A Dupdate-nghttp2.sh44 NGHTTP2_TARBALL="nghttp2-$NEW_VERSION.tar.gz"
49 curl -sL -o "$NGHTTP2_TARBALL" "https://github.com/nghttp2/nghttp2/releases/download/$NGHTTP2_REF/$NGHTTP2_TARBALL"
51 DEPOSITED_CHECKSUM=$(curl -sL "https://github.com/nghttp2/nghttp2/releases/download/$NGHTTP2_REF/checksums.txt" | grep "$NGHTTP2_TARBALL")
53 log_and_verify_sha256sum "nghttp2" "$NGHTTP2_TARBALL" "$DEPOSITED_CHECKSUM"
55 gzip -dc "$NGHTTP2_TARBALL" | tar xf -
56 rm "$NGHTTP2_TARBALL"

Completed in 1 milliseconds