dev-cpp/xsd: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Tue, 10 Apr 2018 11:30:08 +0000 (13:30 +0200)
committerAaron Bauman <bman@gentoo.org>
Fri, 13 Apr 2018 23:21:37 +0000 (19:21 -0400)
dev-cpp/xsd/xsd-4.0.0.ebuild

index d8d0d919b86a7253c864cdc2c774ece1dfc9c3e6..612125e91bbf2b78a64fe5e7a9c4fe0e6923c40f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,8 +6,8 @@ EAPI=6
 inherit toolchain-funcs versionator
 
 DESCRIPTION="An open-source, cross-platform W3C XML Schema to C++ data binding compiler"
-HOMEPAGE="http://www.codesynthesis.com/products/xsd/"
-SRC_URI="http://www.codesynthesis.com/download/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2"
+HOMEPAGE="https://www.codesynthesis.com/products/xsd/"
+SRC_URI="https://www.codesynthesis.com/download/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"