aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2025-06-05 18:41:34 +1200
committerChris Packham <judge.packham@gmail.com>2025-06-06 08:51:37 +1200
commit2145655158261fb1e856fac0bc602eee3a559b25 (patch)
tree85e7470320b060cc66322aad511c023aa768bf3f
parent77c89dcb5797dee00797f1f6e509091fb174c64e (diff)
downloadcrosstool-ng-2145655158261fb1e856fac0bc602eee3a559b25.tar.gz
crosstool-ng-2145655158261fb1e856fac0bc602eee3a559b25.tar.bz2
crosstool-ng-2145655158261fb1e856fac0bc602eee3a559b25.zip
musl: Use https for download URL
Update the musl download URL to use https. Signed-off-by: Chris Packham <judge.packham@gmail.com>
-rw-r--r--packages/musl/package.desc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/musl/package.desc b/packages/musl/package.desc
index 18f74384..985a1945 100644
--- a/packages/musl/package.desc
+++ b/packages/musl/package.desc
@@ -1,4 +1,4 @@
repository='git git://git.musl-libc.org/musl'
-mirrors='http://www.musl-libc.org/releases'
+mirrors='https://www.musl-libc.org/releases'
archive_formats='.tar.gz'
signature_format='packed/.asc'