diff options
Diffstat (limited to 'dev-lang/tcl/tcl-8.6.12-r1.ebuild')
-rw-r--r-- | dev-lang/tcl/tcl-8.6.12-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/tcl/tcl-8.6.12-r1.ebuild b/dev-lang/tcl/tcl-8.6.12-r1.ebuild index 5ee1155a84c1..dc338439cca2 100644 --- a/dev-lang/tcl/tcl-8.6.12-r1.ebuild +++ b/dev-lang/tcl/tcl-8.6.12-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ MY_P="${PN}${PV}" DESCRIPTION="Tool Command Language" HOMEPAGE="http://www.tcl.tk/" -SRC_URI="mirror://sourceforge/tcl/${PN}-core${PV}-src.tar.gz" +SRC_URI="https://downloads.sourceforge.net/tcl/${PN}-core${PV}-src.tar.gz" LICENSE="tcltk" SLOT="0/8.6" |