From aab934cfba1de70740564c36ddf809e4c6e105b2 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Sun, 8 Sep 2024 23:48:57 -0400 Subject: sci-mathematics/twelf: update SRC_URI to new mirror The old download site is gone now. The download page points to github now, which in turn says: > This is a placeholder release to hold the final source distribution > tarball, linux distribution tarball, and osx dmg for Twelf 1.7.1 as > originally hosted on twelf.org. Checksums match. :) Signed-off-by: Eli Schwartz --- sci-mathematics/twelf/twelf-1.7.1-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sci-mathematics') diff --git a/sci-mathematics/twelf/twelf-1.7.1-r2.ebuild b/sci-mathematics/twelf/twelf-1.7.1-r2.ebuild index 0a7237065277..c48262362df0 100644 --- a/sci-mathematics/twelf/twelf-1.7.1-r2.ebuild +++ b/sci-mathematics/twelf/twelf-1.7.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -10,7 +10,7 @@ MY_P="${MY_PN}-${PV}" DESCRIPTION="Implementation of the logical framework LF" HOMEPAGE="http://twelf.org/" -SRC_URI="http://twelf.plparty.org/releases/${MY_P}.tar.gz" +SRC_URI="https://github.com/standardml/twelf/releases/download/v${PV}/${MY_P}.tar.gz" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" -- cgit v1.2.3-65-gdbad