commit: 3a0ed2c2de603c4e8379e5684fa5dbed605808cd Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Fri Jan 10 01:29:02 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jan 10 04:36:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a0ed2c2
dev-db/mysql: Use a nicer URL for sdist archives * Both URLs work, but this is more direct and has less implementation details. Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> dev-db/mysql/mysql-8.0.40.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/mysql/mysql-8.0.40.ebuild b/dev-db/mysql/mysql-8.0.40.ebuild index a0e5c7eed96b..ff9a9c16a44a 100644 --- a/dev-db/mysql/mysql-8.0.40.ebuild +++ b/dev-db/mysql/mysql-8.0.40.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://www.mysql.com/" # https://dev.mysql.com/downloads/mysql/ SRC_URI="https://dev.mysql.com/get/Downloads/MySQL-$(ver_cut 1-2)/mysql-boost-${MY_PV}.tar.gz" # https://downloads.mysql.com/archives/community/ -SRC_URI+=" https://downloads.mysql.com/archives/get/p/23/file/mysql-boost-${MY_PV}.tar.gz" +SRC_URI+=" https://cdn.mysql.com/archives/mysql-$(ver_cut 1-2)/mysql-boost-${MY_PV}.tar.gz" SRC_URI+=" ${PATCH_SET[@]}" # Shorten the path because the socket path length must be shorter than 107 chars # and we will run a mysql server during test phase