diff options
author | Eli Schwartz <eschwartz@gentoo.org> | 2024-09-08 23:48:57 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@gentoo.org> | 2024-09-09 21:04:11 -0400 |
commit | aab934cfba1de70740564c36ddf809e4c6e105b2 (patch) | |
tree | 0c0878ee0a188270ebdaa3b7866db5fdccdcc045 /sci-mathematics | |
parent | sci-mathematics/twelf: add github upstream metadata (diff) | |
download | gentoo-aab934cfba1de70740564c36ddf809e4c6e105b2.tar.gz gentoo-aab934cfba1de70740564c36ddf809e4c6e105b2.tar.bz2 gentoo-aab934cfba1de70740564c36ddf809e4c6e105b2.zip |
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 <eschwartz@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/twelf/twelf-1.7.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |