Skip to content

Commit 95df898

Browse files
committed
tools: switch OpenSSL updater to 3.5
1 parent 17c65d1 commit 95df898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/dep_updaters/update-openssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cleanup() {
1111

1212
download() {
1313
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');
14+
const res = await fetch('https://api.github.com/repos/openssl/openssl/git/matching-refs/tags/openssl-3.5');
1515
if (!res.ok) throw new Error(`FetchError: ${res.status} ${res.statusText}`, { cause: res });
1616
const releases = await res.json()
1717
const latest = releases.at(-1);

0 commit comments

Comments
 (0)