diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:41:27 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:41:51 +0200 |
commit | dea7c3060641b628cd6a2e2d97db18903c86862e (patch) | |
tree | 732f4fb23c78427e21bd1fbcea69d3d0afe79cf5 /dev-cpp/sparsehash | |
parent | Use https for most gnu.org URLs (diff) | |
download | gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.tar.gz gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.tar.bz2 gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.zip |
Convert URIs for googlecode.com to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-cpp/sparsehash')
-rw-r--r-- | dev-cpp/sparsehash/sparsehash-1.10.ebuild | 2 | ||||
-rw-r--r-- | dev-cpp/sparsehash/sparsehash-2.0.2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/sparsehash/sparsehash-1.10.ebuild b/dev-cpp/sparsehash/sparsehash-1.10.ebuild index a604a5b38549..f9ac998de94c 100644 --- a/dev-cpp/sparsehash/sparsehash-1.10.ebuild +++ b/dev-cpp/sparsehash/sparsehash-1.10.ebuild @@ -8,7 +8,7 @@ inherit eutils DESCRIPTION="An extremely memory-efficient hash_map implementation" HOMEPAGE="https://code.google.com/p/google-sparsehash/" -SRC_URI="http://google-sparsehash.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://google-sparsehash.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-cpp/sparsehash/sparsehash-2.0.2.ebuild b/dev-cpp/sparsehash/sparsehash-2.0.2.ebuild index c974a4d8e376..5999d3f7edca 100644 --- a/dev-cpp/sparsehash/sparsehash-2.0.2.ebuild +++ b/dev-cpp/sparsehash/sparsehash-2.0.2.ebuild @@ -6,7 +6,7 @@ EAPI="4" DESCRIPTION="An extremely memory-efficient hash_map implementation" HOMEPAGE="https://code.google.com/p/sparsehash/" -SRC_URI="http://sparsehash.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://sparsehash.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" |