From 23a3732b0a6bd3e9cfcff28d3546d1f07118c2de Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 2 Apr 2025 02:07:07 +0100 Subject: [PATCH] dev-lang/parrot: update SRC_URI (FTP->HTTP) Signed-off-by: Sam James --- dev-lang/parrot/parrot-8.1.0-r4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/parrot/parrot-8.1.0-r4.ebuild b/dev-lang/parrot/parrot-8.1.0-r4.ebuild index 1612f5348710d..e42692981dd52 100644 --- a/dev-lang/parrot/parrot-8.1.0-r4.ebuild +++ b/dev-lang/parrot/parrot-8.1.0-r4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Virtual machine designed to compile and execute bytecode for dynamic languages" HOMEPAGE="http://www.parrot.org/" -SRC_URI="ftp://ftp.parrot.org/pub/parrot/releases/all/${PV}/${P}.tar.gz" +SRC_URI="http://ftp.parrot.org/releases/all/${PV}/${P}.tar.gz" LICENSE="Artistic-2" SLOT="0/${PV}"