Skip to content

Commit

Permalink
fix: change to 1.1.1
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Lau <rlau@redhat.com>
  • Loading branch information
marco-ippolito and richardlau authored Jun 8, 2023
1 parent f395ac3 commit 5e55dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/dep_updaters/update-openssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cleanup() {

download_v1() {
LATEST_V1_TAG_NAME="$("$NODE" --input-type=module <<'EOF'
const res = await fetch('https://api.github.com/repos/quictls/openssl/git/matching-refs/tags/OpenSSL_1');
const res = await fetch('https://api.github.com/repos/quictls/openssl/git/matching-refs/tags/OpenSSL_1_1_1');
if (!res.ok) throw new Error(`FetchError: ${res.status} ${res.statusText}`, { cause: res });
const releases = await res.json()
const latest = releases.findLast(({ ref }) => ref.includes('quic'));
Expand Down

0 comments on commit 5e55dc6

Please sign in to comment.