alsa: setup mirrors for src downloads (#41761)

This commit adds a list of supported mirrors for all alsa projects, as described
on the download section of the alsa-project hompage:
http://alsa-project.org/main/index.php/Download
This commit is contained in:
Benjamin Hipple
2018-06-10 20:56:20 +02:00
committed by xeji
parent e76388a0ab
commit d81ab0ab7d
7 changed files with 15 additions and 26 deletions
+8
View File
@@ -405,4 +405,12 @@ rec {
http://repo1.maven.org/maven2/
http://central.maven.org/maven2/
];
# Alsa Project
alsa = [
ftp://ftp.alsa-project.org/pub/
http://alsa.cybermirror.org/
http://www.mirrorservice.org/sites/ftp.alsa-project.org/pub/
http://alsa.mirror.fr/
];
}