diff options
author | Sam James <sam@gentoo.org> | 2022-09-10 02:20:26 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-10 02:21:47 +0100 |
commit | 4dbf1baefa7355c9e6bd8456526af4cd39acfbe8 (patch) | |
tree | c16987537a583907feeed14feef0fd4575738498 /media-libs | |
parent | app-emacs/racket-mode: drop old 20220628-r1 (diff) | |
download | gentoo-4dbf1baefa7355c9e6bd8456526af4cd39acfbe8.tar.gz gentoo-4dbf1baefa7355c9e6bd8456526af4cd39acfbe8.tar.bz2 gentoo-4dbf1baefa7355c9e6bd8456526af4cd39acfbe8.zip |
media-libs/raptor: use HTTPS
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/raptor/raptor-2.0.15-r4.ebuild | 6 | ||||
-rw-r--r-- | media-libs/raptor/raptor-2.0.15-r5.ebuild | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/media-libs/raptor/raptor-2.0.15-r4.ebuild b/media-libs/raptor/raptor-2.0.15-r4.ebuild index d10d97ad0af0..2dfa758d4345 100644 --- a/media-libs/raptor/raptor-2.0.15-r4.ebuild +++ b/media-libs/raptor/raptor-2.0.15-r4.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 @@ -9,8 +9,8 @@ MY_PN=${PN}2 MY_P=${MY_PN}-${PV} DESCRIPTION="The RDF Parser Toolkit" -HOMEPAGE="http://librdf.org/raptor/" -SRC_URI="http://download.librdf.org/source/${MY_P}.tar.gz" +HOMEPAGE="https://librdf.org/raptor/" +SRC_URI="https://download.librdf.org/source/${MY_P}.tar.gz" LICENSE="Apache-2.0 GPL-2 LGPL-2.1" SLOT="2" diff --git a/media-libs/raptor/raptor-2.0.15-r5.ebuild b/media-libs/raptor/raptor-2.0.15-r5.ebuild index 673288e93cbe..3699299b34cc 100644 --- a/media-libs/raptor/raptor-2.0.15-r5.ebuild +++ b/media-libs/raptor/raptor-2.0.15-r5.ebuild @@ -9,8 +9,8 @@ MY_PN=${PN}2 MY_P=${MY_PN}-${PV} DESCRIPTION="The RDF Parser Toolkit" -HOMEPAGE="http://librdf.org/raptor/" -SRC_URI="http://download.librdf.org/source/${MY_P}.tar.gz" +HOMEPAGE="https://librdf.org/raptor/" +SRC_URI="https://download.librdf.org/source/${MY_P}.tar.gz" LICENSE="Apache-2.0 GPL-2 LGPL-2.1" SLOT="2" |