Skip to content

Commit

Permalink
mirrorlist: Drop TUNA mirror until situation is resolved
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jung <[email protected]>
  • Loading branch information
ptr1337 committed Nov 13, 2024
1 parent b323b3c commit 05919fa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cachyos-mirrorlist/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ pkgbase = cachyos-mirrorlist
options = !emptydirs
backup = etc/pacman.d/cachyos-mirrorlist
source = cachyos-mirrorlist
sha512sums = e580d1b02126cb6b07cc981d54855d0d20051b96f9f811dc64965618085c5dff1779fa50c9fe80160e5f3f088af7cf542bffbef297b40b4c9383f7337cb572ea
sha512sums = b414c1b546bf32becfb8c6a7bef6dbb3c19012a12509f36429c9c88bab12100b704e86ee7cb6b77dc4f0ed649eb871029e20b608bef74982d6152c646bacd530

pkgname = cachyos-mirrorlist
2 changes: 1 addition & 1 deletion cachyos-mirrorlist/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ groups=(cachyos)
options=(!strip !emptydirs)
backup=("etc/pacman.d/$pkgname") # to keep possibly ranked mirrorlist
source=(cachyos-mirrorlist)
sha512sums=('2ee4bacd188f3f5778267a7b6a0f7bd98a9728690ea1fa7cf9f7ed0a1ed374b3e3103446a69b9442d4f1118069c11964e7793bd9c3ee992229c58ae0d9a37361')
sha512sums=('b414c1b546bf32becfb8c6a7bef6dbb3c19012a12509f36429c9c88bab12100b704e86ee7cb6b77dc4f0ed649eb871029e20b608bef74982d6152c646bacd530')
package() {
#install -d "$pkgdir/etc/pacman.d"
install -Dm644 "$srcdir/$pkgname" "$pkgdir/etc/pacman.d/$pkgname"
Expand Down
2 changes: 0 additions & 2 deletions cachyos-mirrorlist/cachyos-mirrorlist
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,5 @@ Server = https://mirror.funami.tech/cachy/$arch/$repo
Server = https://at.cachyos.org/repo/$arch/$repo
## Netherlands Mirror much thanks to Soulharsh!
Server = https://nl-ams.soulharsh007.dev/repo/$arch/$repo
## China Mirror 20GBs much thanks to Tsinghua University TUNA Association
Server = https://mirrors.tuna.tsinghua.edu.cn/cachyos/repo/$arch/$repo
## China Mirror 10GBs much thanks to eScience Center, Nanjing University!
Server = https://mirror.nju.edu.cn/cachyos/cachyos/repo/$arch/$repo

0 comments on commit 05919fa

Please sign in to comment.