Skip to content

Commit 6e43451

Browse files
committed
manjaro: update mirrors
1 parent 605c8b9 commit 6e43451

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

repos.d/arch/manjaro.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
###########################################################################
22
# Manjaro (arch derivative)
33
###########################################################################
4+
# Broken mirrors never to use again:
5+
# - ipng.mm.fcix.net
6+
# - mirror.yandex.ru
47
- name: manjaro_stable
58
type: repository
69
desc: Manjaro Stable
@@ -13,7 +16,7 @@
1316
- name: [ core, extra, multilib ]
1417
fetcher:
1518
class: TarFetcher
16-
url: 'https://ipng.mm.fcix.net/manjaro/stable/{source}/x86_64/{source}.db.tar.gz'
19+
url: 'https://mirror.kamtv.ru/manjaro/stable/{source}/x86_64/{source}.db.tar.gz'
1720
parser:
1821
class: ArchDBParser
1922
subrepo: '{source}'
@@ -34,7 +37,7 @@
3437
- name: [ core, extra, multilib ]
3538
fetcher:
3639
class: TarFetcher
37-
url: 'https://ipng.mm.fcix.net/manjaro/testing/{source}/x86_64/{source}.db.tar.gz'
40+
url: 'https://mirror.kamtv.ru/manjaro/testing/{source}/x86_64/{source}.db.tar.gz'
3841
parser:
3942
class: ArchDBParser
4043
subrepo: '{source}'
@@ -55,7 +58,7 @@
5558
- name: [ core, extra, multilib ]
5659
fetcher:
5760
class: TarFetcher
58-
url: 'https://ipng.mm.fcix.net/manjaro/unstable/{source}/x86_64/{source}.db.tar.gz'
61+
url: 'https://mirror.kamtv.ru/manjaro/unstable/{source}/x86_64/{source}.db.tar.gz'
5962
parser:
6063
class: ArchDBParser
6164
subrepo: '{source}'

0 commit comments

Comments
 (0)