Skip to content

Commit 51e388c

Browse files
committed
chore: use ftpmirror for GNU sources
See https://www.gnu.org/prep/ftp.html Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit 8555e94)
1 parent 81623cd commit 51e388c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

grub/pkg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
- stage: base
66
steps:
77
- sources:
8-
- url: https://ftp.gnu.org/gnu/grub/grub-{{ .grub_version }}.tar.xz
8+
- url: https://ftpmirror.gnu.org/gnu/grub/grub-{{ .grub_version }}.tar.xz
99
destination: grub.tar.xz
1010
sha256: "{{ .grub_sha256 }}"
1111
sha512: "{{ .grub_sha512 }}"

mtools/pkg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
- stage: base
66
steps:
77
- sources:
8-
- url: https://ftp.gnu.org/gnu/mtools/mtools-{{ .mtools_version }}.tar.gz
8+
- url: https://ftpmirror.gnu.org/gnu/mtools/mtools-{{ .mtools_version }}.tar.gz
99
destination: mtools.tar.gz
1010
sha256: "{{ .mtools_sha256 }}"
1111
sha512: "{{ .mtools_sha512 }}"

0 commit comments

Comments
 (0)