diff options
author | Sam James <sam@gentoo.org> | 2022-12-16 05:23:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-16 06:26:12 +0000 |
commit | fff3783899a51c1b6ffa2b3796d904892546ba6d (patch) | |
tree | 0a088b4c5f2c078e7e50fb3ac35510b58f09db90 /media-libs/sdl2-ttf | |
parent | package.mask: Last rite games-puzzle/mindless (diff) | |
download | gentoo-fff3783899a51c1b6ffa2b3796d904892546ba6d.tar.gz gentoo-fff3783899a51c1b6ffa2b3796d904892546ba6d.tar.bz2 gentoo-fff3783899a51c1b6ffa2b3796d904892546ba6d.zip |
media-libs/sdl2-ttf: update HOMEPAGE
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/sdl2-ttf')
-rw-r--r-- | media-libs/sdl2-ttf/sdl2-ttf-2.0.15.ebuild | 4 | ||||
-rw-r--r-- | media-libs/sdl2-ttf/sdl2-ttf-2.0.18-r1.ebuild | 2 | ||||
-rw-r--r-- | media-libs/sdl2-ttf/sdl2-ttf-2.20.0.ebuild | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/sdl2-ttf/sdl2-ttf-2.0.15.ebuild b/media-libs/sdl2-ttf/sdl2-ttf-2.0.15.ebuild index 06ad86a41cfd..e67ecbbdba7c 100644 --- a/media-libs/sdl2-ttf/sdl2-ttf-2.0.15.ebuild +++ b/media-libs/sdl2-ttf/sdl2-ttf-2.0.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ inherit multilib-minimal MY_P="SDL2_ttf-${PV}" DESCRIPTION="library that allows you to use TrueType fonts in SDL applications" -HOMEPAGE="http://www.libsdl.org/projects/SDL_ttf/" +HOMEPAGE="https://github.com/libsdl-org/SDL_ttf" SRC_URI="http://www.libsdl.org/projects/SDL_ttf/release/${MY_P}.tar.gz" LICENSE="ZLIB" diff --git a/media-libs/sdl2-ttf/sdl2-ttf-2.0.18-r1.ebuild b/media-libs/sdl2-ttf/sdl2-ttf-2.0.18-r1.ebuild index 6094378764b6..69b029041a6d 100644 --- a/media-libs/sdl2-ttf/sdl2-ttf-2.0.18-r1.ebuild +++ b/media-libs/sdl2-ttf/sdl2-ttf-2.0.18-r1.ebuild @@ -7,7 +7,7 @@ inherit multilib-minimal MY_P="SDL2_ttf-${PV}" DESCRIPTION="Library that allows you to use TrueType fonts in SDL applications" -HOMEPAGE="https://www.libsdl.org/projects/SDL_ttf/" +HOMEPAGE="https://github.com/libsdl-org/SDL_ttf" SRC_URI="https://www.libsdl.org/projects/SDL_ttf/release/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" diff --git a/media-libs/sdl2-ttf/sdl2-ttf-2.20.0.ebuild b/media-libs/sdl2-ttf/sdl2-ttf-2.20.0.ebuild index a7e29e6862e1..108ec9c9870c 100644 --- a/media-libs/sdl2-ttf/sdl2-ttf-2.20.0.ebuild +++ b/media-libs/sdl2-ttf/sdl2-ttf-2.20.0.ebuild @@ -7,7 +7,7 @@ inherit cmake-multilib MY_P="SDL2_ttf-${PV}" DESCRIPTION="Library that allows you to use TrueType fonts in SDL applications" -HOMEPAGE="https://www.libsdl.org/projects/SDL_ttf/" +HOMEPAGE="https://github.com/libsdl-org/SDL_ttf" SRC_URI="https://github.com/libsdl-org/SDL_ttf/releases/download/release-${PV}/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" |