diff options
Diffstat (limited to 'dev-tcltk/expect/expect-5.45.4-r4.ebuild')
-rw-r--r-- | dev-tcltk/expect/expect-5.45.4-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tcltk/expect/expect-5.45.4-r4.ebuild b/dev-tcltk/expect/expect-5.45.4-r4.ebuild index 60554aac0b66..ba137b0db314 100644 --- a/dev-tcltk/expect/expect-5.45.4-r4.ebuild +++ b/dev-tcltk/expect/expect-5.45.4-r4.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=8 @@ -8,7 +8,7 @@ inherit autotools edo flag-o-matic MY_P="${PN}${PV}" DESCRIPTION="tool for automating interactive applications" HOMEPAGE="https://core.tcl-lang.org/expect/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${MY_P}.tar.gz" S="${WORKDIR}"/${MY_P} LICENSE="BSD" |