diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-06-18 22:04:04 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-06-18 22:08:16 +1000 |
commit | a83b0c64dd35e7ee540f1a3eb01db15c3ac89d9e (patch) | |
tree | 120543d4b7a66dfed843698cc94993dd6207a1d5 /dev-util/cmocka | |
parent | app-office/calligra: use HTTPS (diff) | |
download | gentoo-a83b0c64dd35e7ee540f1a3eb01db15c3ac89d9e.tar.gz gentoo-a83b0c64dd35e7ee540f1a3eb01db15c3ac89d9e.tar.bz2 gentoo-a83b0c64dd35e7ee540f1a3eb01db15c3ac89d9e.zip |
dev-util/cmocka: use HTTPS
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-util/cmocka')
-rw-r--r-- | dev-util/cmocka/cmocka-1.0.1.ebuild | 4 | ||||
-rw-r--r-- | dev-util/cmocka/cmocka-1.1.1.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/cmocka/cmocka-1.0.1.ebuild b/dev-util/cmocka/cmocka-1.0.1.ebuild index 750f48b72d2a..2c38c69694b7 100644 --- a/dev-util/cmocka/cmocka-1.0.1.ebuild +++ b/dev-util/cmocka/cmocka-1.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit cmake-multilib DESCRIPTION="A unit testing framework for C" -HOMEPAGE="http://cmocka.org/" +HOMEPAGE="https://cmocka.org/" SRC_URI="https://cmocka.org/files/1.0/${P}.tar.xz" LICENSE="Apache-2.0" diff --git a/dev-util/cmocka/cmocka-1.1.1.ebuild b/dev-util/cmocka/cmocka-1.1.1.ebuild index ab373abeeca5..9f69e32a10d7 100644 --- a/dev-util/cmocka/cmocka-1.1.1.ebuild +++ b/dev-util/cmocka/cmocka-1.1.1.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit cmake-multilib DESCRIPTION="A unit testing framework for C" -HOMEPAGE="http://cmocka.org/" +HOMEPAGE="https://cmocka.org/" SRC_URI="https://cmocka.org/files/1.1/${P}.tar.xz" LICENSE="Apache-2.0" |