mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
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
This commit is contained in:
committed by
Johannes Huber
parent
9d70a99fd6
commit
22db4a8bda
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user