diff options
Diffstat (limited to 'sci-geosciences/mtkbabel')
-rw-r--r-- | sci-geosciences/mtkbabel/mtkbabel-0.8.3.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-geosciences/mtkbabel/mtkbabel-0.8.3.1-r2.ebuild b/sci-geosciences/mtkbabel/mtkbabel-0.8.3.1-r2.ebuild index f0924f4684f2..550c901a1d2c 100644 --- a/sci-geosciences/mtkbabel/mtkbabel-0.8.3.1-r2.ebuild +++ b/sci-geosciences/mtkbabel/mtkbabel-0.8.3.1-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="MTKBabel is a Perl program to operate the i-Blue 747 GPS data logger" HOMEPAGE="https://sourceforge.net/projects/mtkbabel/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" S="${WORKDIR}/${PV}" LICENSE="GPL-2" |