diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-09-15 17:17:54 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2018-10-06 23:23:31 +0200 |
commit | 22db4a8bda20dfa352607e9677f82db9bee28293 (patch) | |
tree | 20e54ccaf337b8d433a08121e23ceade67ee529b /dev-cpp | |
parent | media-gfx/img2pdf: version bump to 0.3.1 (diff) | |
download | gentoo-22db4a8bda20dfa352607e9677f82db9bee28293.tar.gz gentoo-22db4a8bda20dfa352607e9677f82db9bee28293.tar.bz2 gentoo-22db4a8bda20dfa352607e9677f82db9bee28293.zip |
dev-cpp/websocketpp: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Johannes Huber <johu@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/9872
Closes: https://bugs.gentoo.org/667866
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/websocketpp/websocketpp-0.7.0-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-cpp/websocketpp/websocketpp-0.8.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-cpp/websocketpp/websocketpp-0.7.0-r2.ebuild b/dev-cpp/websocketpp/websocketpp-0.7.0-r2.ebuild index 1f3730df214a..49aa4f68f4d9 100644 --- a/dev-cpp/websocketpp/websocketpp-0.7.0-r2.ebuild +++ b/dev-cpp/websocketpp/websocketpp-0.7.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit cmake-utils DESCRIPTION="C++/Boost Asio based websocket client/server library" -HOMEPAGE="http://www.zaphoyd.com/websocketpp" +HOMEPAGE="https://www.zaphoyd.com/websocketpp" SRC_URI="https://github.com/zaphoyd/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~x86" diff --git a/dev-cpp/websocketpp/websocketpp-0.8.1.ebuild b/dev-cpp/websocketpp/websocketpp-0.8.1.ebuild index 0818e872e796..332c2d9ffcaa 100644 --- a/dev-cpp/websocketpp/websocketpp-0.8.1.ebuild +++ b/dev-cpp/websocketpp/websocketpp-0.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit cmake-utils DESCRIPTION="C++/Boost Asio based websocket client/server library" -HOMEPAGE="http://www.zaphoyd.com/websocketpp" +HOMEPAGE="https://www.zaphoyd.com/websocketpp" SRC_URI="https://github.com/zaphoyd/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~x86" |