diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-31 16:18:47 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-05 11:14:45 -0400 |
commit | 1fb280cd3987103d47618a68a247b43837a5b8c6 (patch) | |
tree | e9c868de460d06cc17044c12412378db0274a1a2 /net-dns/c-ares | |
parent | app-doc/halibut: use HTTPS (diff) | |
download | gentoo-1fb280cd3987103d47618a68a247b43837a5b8c6.tar.gz gentoo-1fb280cd3987103d47618a68a247b43837a5b8c6.tar.bz2 gentoo-1fb280cd3987103d47618a68a247b43837a5b8c6.zip |
net-dns/c-ares: use HTTPS
Diffstat (limited to 'net-dns/c-ares')
-rw-r--r-- | net-dns/c-ares/c-ares-1.13.0.ebuild | 6 | ||||
-rw-r--r-- | net-dns/c-ares/c-ares-1.14.0.ebuild | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-dns/c-ares/c-ares-1.13.0.ebuild b/net-dns/c-ares/c-ares-1.13.0.ebuild index 502357224c62..8d4be140c84a 100644 --- a/net-dns/c-ares/c-ares-1.13.0.ebuild +++ b/net-dns/c-ares/c-ares-1.13.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit autotools eutils multilib-minimal DESCRIPTION="C library that resolves names asynchronously" -HOMEPAGE="http://c-ares.haxx.se/" -SRC_URI="http://${PN}.haxx.se/download/${P}.tar.gz" +HOMEPAGE="https://c-ares.haxx.se/" +SRC_URI="https://${PN}.haxx.se/download/${P}.tar.gz" LICENSE="MIT" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris" diff --git a/net-dns/c-ares/c-ares-1.14.0.ebuild b/net-dns/c-ares/c-ares-1.14.0.ebuild index 7358658308ce..0b3b9c3ff1b2 100644 --- a/net-dns/c-ares/c-ares-1.14.0.ebuild +++ b/net-dns/c-ares/c-ares-1.14.0.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit autotools eutils multilib-minimal DESCRIPTION="C library that resolves names asynchronously" -HOMEPAGE="http://c-ares.haxx.se/" -SRC_URI="http://${PN}.haxx.se/download/${P}.tar.gz" +HOMEPAGE="https://c-ares.haxx.se/" +SRC_URI="https://${PN}.haxx.se/download/${P}.tar.gz" LICENSE="MIT" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris" |