From a4bf53ff158ba677987db17e91161951560db8c0 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 6 Jun 2016 17:33:04 -0400 Subject: curl: switch to https:// URI --- net-misc/curl/curl-7.45.0.ebuild | 4 ++-- net-misc/curl/curl-7.47.1.ebuild | 4 ++-- net-misc/curl/curl-7.49.0.ebuild | 4 ++-- net-misc/curl/curl-7.49.1.ebuild | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'net-misc') diff --git a/net-misc/curl/curl-7.45.0.ebuild b/net-misc/curl/curl-7.45.0.ebuild index b29e3869d5bd..6c147a8ed641 100644 --- a/net-misc/curl/curl-7.45.0.ebuild +++ b/net-misc/curl/curl-7.45.0.ebuild @@ -7,8 +7,8 @@ EAPI="5" inherit autotools eutils prefix multilib-minimal DESCRIPTION="A Client that groks URLs" -HOMEPAGE="http://curl.haxx.se/" -SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2" +HOMEPAGE="https://curl.haxx.se/" +SRC_URI="https://curl.haxx.se/download/${P}.tar.bz2" LICENSE="MIT" SLOT="0" diff --git a/net-misc/curl/curl-7.47.1.ebuild b/net-misc/curl/curl-7.47.1.ebuild index 77a83d332204..e23178dda44d 100644 --- a/net-misc/curl/curl-7.47.1.ebuild +++ b/net-misc/curl/curl-7.47.1.ebuild @@ -7,8 +7,8 @@ EAPI="5" inherit autotools eutils prefix multilib-minimal DESCRIPTION="A Client that groks URLs" -HOMEPAGE="http://curl.haxx.se/" -SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2" +HOMEPAGE="https://curl.haxx.se/" +SRC_URI="https://curl.haxx.se/download/${P}.tar.bz2" LICENSE="MIT" SLOT="0" diff --git a/net-misc/curl/curl-7.49.0.ebuild b/net-misc/curl/curl-7.49.0.ebuild index 0624a92b1f3c..8f4be9e396fc 100644 --- a/net-misc/curl/curl-7.49.0.ebuild +++ b/net-misc/curl/curl-7.49.0.ebuild @@ -7,8 +7,8 @@ EAPI="5" inherit autotools eutils prefix multilib-minimal DESCRIPTION="A Client that groks URLs" -HOMEPAGE="http://curl.haxx.se/" -SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2" +HOMEPAGE="https://curl.haxx.se/" +SRC_URI="https://curl.haxx.se/download/${P}.tar.bz2" LICENSE="MIT" SLOT="0" diff --git a/net-misc/curl/curl-7.49.1.ebuild b/net-misc/curl/curl-7.49.1.ebuild index ae337f15af7e..42592d46ccd0 100644 --- a/net-misc/curl/curl-7.49.1.ebuild +++ b/net-misc/curl/curl-7.49.1.ebuild @@ -7,8 +7,8 @@ EAPI="5" inherit autotools eutils prefix multilib-minimal DESCRIPTION="A Client that groks URLs" -HOMEPAGE="http://curl.haxx.se/" -SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2" +HOMEPAGE="https://curl.haxx.se/" +SRC_URI="https://curl.haxx.se/download/${P}.tar.bz2" LICENSE="MIT" SLOT="0" -- cgit v1.2.3-65-gdbad