git: 520238701476 - main - Mk/bsd.sites.mk: Update MySQL site list
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Aug 2022 18:40:08 UTC
The branch main has been updated by joneum: URL: https://cgit.FreeBSD.org/ports/commit/?id=520238701476c5709ff0c98bc2aa0386aa689665 commit 520238701476c5709ff0c98bc2aa0386aa689665 Author: Jochen Neumeister <joneum@FreeBSD.org> AuthorDate: 2022-08-01 18:37:10 +0000 Commit: Jochen Neumeister <joneum@FreeBSD.org> CommitDate: 2022-08-01 18:40:02 +0000 Mk/bsd.sites.mk: Update MySQL site list MySQL 8.0.30 is not available for download on any of the mirror sites, so mysql.com is added directly. Sponsored by: Netzkommune GmbH --- Mk/bsd.sites.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 6de0a845eae6..8a9f98622242 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -852,7 +852,8 @@ MASTER_SITE_MYSQL+= \ ftp://ftp.ntua.gr/pub/databases/mysql/Downloads/%SUBDIR%/ \ ftp://mirror.switch.ch/mirror/mysql/Downloads/%SUBDIR%/ \ http://mysql.mirrors.pair.com/Downloads/%SUBDIR%/ \ - http://download.softagency.net/MySQL/Downloads/%SUBDIR%/ + http://download.softagency.net/MySQL/Downloads/%SUBDIR%/ \ + https://dev.mysql.com/get/Downloads/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_NETBSD)