summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-06-06 17:33:04 -0400
committerMike Frysinger <vapier@gentoo.org>2016-06-06 17:33:57 -0400
commita4bf53ff158ba677987db17e91161951560db8c0 (patch)
tree0bca148c2a47d41297e35d6bb7293cedcc6ec81d /net-misc/curl/curl-7.49.1.ebuild
parentdev-python/bitstring: drop unused test USE flag (diff)
downloadgentoo-a4bf53ff158ba677987db17e91161951560db8c0.tar.gz
gentoo-a4bf53ff158ba677987db17e91161951560db8c0.tar.bz2
gentoo-a4bf53ff158ba677987db17e91161951560db8c0.zip
curl: switch to https:// URI
Diffstat (limited to 'net-misc/curl/curl-7.49.1.ebuild')
-rw-r--r--net-misc/curl/curl-7.49.1.ebuild4
1 files changed, 2 insertions, 2 deletions
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"