diff options
Diffstat (limited to 'sci-electronics/pcb/pcb-4.2.2.ebuild')
-rw-r--r-- | sci-electronics/pcb/pcb-4.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-electronics/pcb/pcb-4.2.2.ebuild b/sci-electronics/pcb/pcb-4.2.2.ebuild index 8c88c3365640..ae701d9c3c28 100644 --- a/sci-electronics/pcb/pcb-4.2.2.ebuild +++ b/sci-electronics/pcb/pcb-4.2.2.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 @@ -7,7 +7,7 @@ inherit autotools toolchain-funcs xdg DESCRIPTION="GPL Electronic Design Automation: Printed Circuit Board editor" HOMEPAGE="http://pcb.geda-project.org/" -SRC_URI="mirror://sourceforge/pcb/pcb/${P}/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/pcb/pcb/${P}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |