Skip to content

Commit 0760984

Browse files
committed
_dl.sh: add download mirror for LibreSSL [ci skip]
Stop restricting to IPv4. This DNS configuration issue is likely long gone. Follow-up to a75acd5
1 parent 752473d commit 0760984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_dl.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ cat <<EOF
108108
{
109109
"name": "libressl",
110110
"url": "https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-{ver}.tar.gz",
111-
"curlopt": "--ipv4",
111+
"mirror": "https://github.com/libressl/portable/releases/download/v{ver}/libressl-{ver}.tar.gz",
112112
"sig": ".asc",
113113
"keys": "A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5"
114114
},

0 commit comments

Comments
 (0)