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 /app-i18n/mozc/mozc-1.13.1651.102.ebuild | |
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 'app-i18n/mozc/mozc-1.13.1651.102.ebuild')
-rw-r--r-- | app-i18n/mozc/mozc-1.13.1651.102.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/mozc/mozc-1.13.1651.102.ebuild b/app-i18n/mozc/mozc-1.13.1651.102.ebuild index 3ff2d4202852..571ac0d34861 100644 --- a/app-i18n/mozc/mozc-1.13.1651.102.ebuild +++ b/app-i18n/mozc/mozc-1.13.1651.102.ebuild @@ -14,8 +14,8 @@ GMOCK_VER="1.6.0" GTEST_VER="1.6.0" JSONCPP_VER="0.6.0-rc2" GYP_DATE="20140602" -MOZC_URL="http://mozc.googlecode.com/files/${P}.tar.bz2" -PROTOBUF_URL="http://protobuf.googlecode.com/files/protobuf-${PROTOBUF_VER}.tar.bz2" +MOZC_URL="https://mozc.googlecode.com/files/${P}.tar.bz2" +PROTOBUF_URL="https://protobuf.googlecode.com/files/protobuf-${PROTOBUF_VER}.tar.bz2" GMOCK_URL="https://googlemock.googlecode.com/files/gmock-${GMOCK_VER}.zip" GTEST_URL="https://googletest.googlecode.com/files/gtest-${GTEST_VER}.zip" JSONCPP_URL="mirror://sourceforge/jsoncpp/jsoncpp-src-${JSONCPP_VER}.tar.gz" |