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-java/hamcrest-core | |
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-java/hamcrest-core')
-rw-r--r-- | dev-java/hamcrest-core/hamcrest-core-1.1.ebuild | 2 | ||||
-rw-r--r-- | dev-java/hamcrest-core/hamcrest-core-1.3.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/hamcrest-core/hamcrest-core-1.1.ebuild b/dev-java/hamcrest-core/hamcrest-core-1.1.ebuild index a1510544ec53..1174624385ec 100644 --- a/dev-java/hamcrest-core/hamcrest-core-1.1.ebuild +++ b/dev-java/hamcrest-core/hamcrest-core-1.1.ebuild @@ -11,7 +11,7 @@ MY_P="${MY_PN}-${PV}" DESCRIPTION="Library of matchers for building test expressions" HOMEPAGE="https://code.google.com/p/${MY_PN}/" -SRC_URI="http://${MY_PN}.googlecode.com/files/${MY_P}.tgz" +SRC_URI="https://${MY_PN}.googlecode.com/files/${MY_P}.tgz" LICENSE="BSD-2" SLOT="0" KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-macos ~x64-solaris" diff --git a/dev-java/hamcrest-core/hamcrest-core-1.3.ebuild b/dev-java/hamcrest-core/hamcrest-core-1.3.ebuild index 6784bc047c8e..11d51563d116 100644 --- a/dev-java/hamcrest-core/hamcrest-core-1.3.ebuild +++ b/dev-java/hamcrest-core/hamcrest-core-1.3.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}" DESCRIPTION="Core library of matchers for building test expressions" HOMEPAGE="https://code.google.com/p/${MY_PN}/" -SRC_URI="http://${MY_PN}.googlecode.com/files/${MY_P}.tgz" +SRC_URI="https://${MY_PN}.googlecode.com/files/${MY_P}.tgz" LICENSE="BSD-2" SLOT="${PV}" |