Skip to content

Commit

Permalink
_dl.sh: add download mirror for LibreSSL [ci skip]
Browse files Browse the repository at this point in the history
Stop restricting to IPv4. This DNS configuration issue is likely
long gone.

Follow-up to a75acd5
  • Loading branch information
vszakats committed Nov 22, 2024
1 parent 752473d commit 0760984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _dl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ cat <<EOF
{
"name": "libressl",
"url": "https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-{ver}.tar.gz",
"curlopt": "--ipv4",
"mirror": "https://github.com/libressl/portable/releases/download/v{ver}/libressl-{ver}.tar.gz",
"sig": ".asc",
"keys": "A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5"
},
Expand Down

0 comments on commit 0760984

Please sign in to comment.