We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17c65d1 commit 95df898Copy full SHA for 95df898
tools/dep_updaters/update-openssl.sh
@@ -11,7 +11,7 @@ cleanup() {
11
12
download() {
13
LATEST_TAG_NAME="$("$NODE" --input-type=module <<'EOF'
14
-const res = await fetch('https://api.github.com/repos/openssl/openssl/git/matching-refs/tags/openssl-3.0');
+const res = await fetch('https://api.github.com/repos/openssl/openssl/git/matching-refs/tags/openssl-3.5');
15
if (!res.ok) throw new Error(`FetchError: ${res.status} ${res.statusText}`, { cause: res });
16
const releases = await res.json()
17
const latest = releases.at(-1);
0 commit comments