Sha256: af851525a2546ad39b75defba543f088935f4c5426368625d3ce749a6c71e629

Contents?: true

Size: 263 Bytes

Versions: 10

Compression:

Stored size: 263 Bytes

Contents

#!/bin/bash

set -e

VERSION=1.33.0

curl -sSfLO https://github.com/nghttp2/nghttp2/releases/download/v"$VERSION"/nghttp2-"$VERSION".tar.gz
tar xf nghttp2-"$VERSION".tar.gz
cd nghttp2-"$VERSION"
./configure --prefix="$HOME" --enable-lib-only
make && make install

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
grpc_kit-0.1.12 bin/nghttp2
grpc_kit-0.1.11 bin/nghttp2
grpc_kit-0.1.10 bin/nghttp2
grpc_kit-0.1.9 bin/nghttp2
grpc_kit-0.1.8 bin/nghttp2
grpc_kit-0.1.7 bin/nghttp2
grpc_kit-0.1.6 bin/nghttp2
grpc_kit-0.1.5 bin/nghttp2
grpc_kit-0.1.4 bin/nghttp2
grpc_kit-0.1.3 bin/nghttp2