Skip to content

Commit

Permalink
ngtcp2 xz is up
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Mar 18, 2024
1 parent 69fb89e commit 7f2868d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _ci-linux-alpine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ fi
# shellcheck disable=SC2086
apk add --no-cache curl git gpg rsync build-base cmake \
autoconf automake libtool python3 \
zip tar xz bzip2 jq openssl ${extra}
zip tar xz jq openssl ${extra}

./_build.sh
2 changes: 1 addition & 1 deletion _ci-linux-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ apt-get --quiet 2 --option Dpkg::Use-Pty=0 update
apt-get --quiet 2 --option Dpkg::Use-Pty=0 install \
curl git gpg gpg-agent rsync python3-pefile make cmake \
autoconf automake autopoint libtool \
zip bzip2 time jq secure-delete ${extra}
zip time jq secure-delete ${extra}

if [ -n "${dl}" ]; then
# shellcheck disable=SC2086
Expand Down
4 changes: 2 additions & 2 deletions _dl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ cat <<EOF
},
{
"name": "ngtcp2",
"url": "https://github.com/ngtcp2/ngtcp2/releases/download/v{ver}/ngtcp2-{ver}.tar.bz2",
"sig": "https://github.com/ngtcp2/ngtcp2/releases/download/v{ver}/ngtcp2-{ver}.tar.bz2.asc",
"url": "https://github.com/ngtcp2/ngtcp2/releases/download/v{ver}/ngtcp2-{ver}.tar.xz",
"sig": "https://github.com/ngtcp2/ngtcp2/releases/download/v{ver}/ngtcp2-{ver}.tar.xz.asc",
"redir": "redir",
"tag": ".+",
"keys": "https://keyserver.ubuntu.com/pks/lookup?op=get&options=mr&exact=on&search=0x27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2 https://keyserver.ubuntu.com/pks/lookup?op=get&options=mr&exact=on&search=0xF4F3B91474D1EB29889BD0EF7E8403D5D673C366"
Expand Down
2 changes: 1 addition & 1 deletion _versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export NGHTTP2_HASH=625d6c3da1d9ca4fd643a638256431ae68fd1901653b2a61a245eea7b261
export NGHTTP3_VER_='1.2.0'
export NGHTTP3_HASH=d2e216bae7bd7362f850922e4237a5caa204853b3594b22adccab4c1e1c1d1aa
export NGTCP2_VER_='1.4.0'
export NGTCP2_HASH=9a6947187ab4bf21770b2d8a01aa9077d68b4fbb4739e746db8d1aca9d4b062b
export NGTCP2_HASH=b5d1433b9f5c06ce249e1e390e97dcfa49bf7ada5cb7c8bed8e6cd4feaf1ca4a
export WOLFSSL_VER_='5.6.6'
export WOLFSSL_HASH=3d2ca672d41c2c2fa667885a80d6fa03c3e91f0f4f72f87aef2bc947e8c87237
export MBEDTLS_VER_='3.5.2'
Expand Down

0 comments on commit 7f2868d

Please sign in to comment.