git: 48c016980f2a - main - Mk/bsd.sites.mk: Update EPEL7 sites
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Apr 2025 06:28:00 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=48c016980f2a9cf565d37fa3f6716d1b1afb0b83 commit 48c016980f2a9cf565d37fa3f6716d1b1afb0b83 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2025-04-20 18:07:23 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2025-04-21 06:27:37 +0000 Mk/bsd.sites.mk: Update EPEL7 sites --- Mk/bsd.sites.mk | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index ebadb6fc6d22..713298eb2948 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -161,12 +161,12 @@ MASTER_SITE_ROCKY_LINUX+= \ .if !defined(IGNORE_MASTER_SITE_EPEL7) MASTER_SITE_EPEL7+= \ - https://dl.fedoraproject.org/pub/epel/7/aarch64/Packages/%SUBDIR%/:DEFAULT,aarch64 \ - https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/%SUBDIR%/:DEFAULT,amd64 \ - https://dl.fedoraproject.org/pub/epel/7/SRPMS/Packages/%SUBDIR%/:SOURCE \ - http://dl.fedoraproject.org/pub/epel/7/aarch64/Packages/%SUBDIR%/:DEFAULT,aarch64 \ - http://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/%SUBDIR%/:DEFAULT,amd64 \ - http://dl.fedoraproject.org/pub/epel/7/SRPMS/Packages/%SUBDIR%/:SOURCE + https://archives.fedoraproject.org/pub/archive/epel/7/aarch64/Packages/%SUBDIR%/:DEFAULT,aarch64 \ + https://archives.fedoraproject.org/pub/archive/epel/7/x86_64/Packages/%SUBDIR%/:DEFAULT,amd64 \ + https://archives.fedoraproject.org/pub/archive/epel/7/SRPMS/Packages/%SUBDIR%/:SOURCE \ + http://archives.fedoraproject.org/pub/archive/epel/7/aarch64/Packages/%SUBDIR%/:DEFAULT,aarch64 \ + http://archives.fedoraproject.org/pub/archive/epel/7/x86_64/Packages/%SUBDIR%/:DEFAULT,amd64 \ + http://archives.fedoraproject.org/pub/archive/epel/7/SRPMS/Packages/%SUBDIR%/:SOURCE .endif .if !defined(IGNORE_MASTER_SITE_EPEL9)