diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-10 13:29:27 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-13 19:21:36 -0400 |
commit | 4abe2dc8a1ebb3ba262d6b8aa47252c026e412b5 (patch) | |
tree | ccd6a529a43a8d9ec7e0296d8996d903916d1c23 /dev-cpp/libxsd-frontend | |
parent | dev-cpp/libcutl: use HTTPS (diff) | |
download | gentoo-4abe2dc8a1ebb3ba262d6b8aa47252c026e412b5.tar.gz gentoo-4abe2dc8a1ebb3ba262d6b8aa47252c026e412b5.tar.bz2 gentoo-4abe2dc8a1ebb3ba262d6b8aa47252c026e412b5.zip |
dev-cpp/libxsd-frontend: use HTTPS
Diffstat (limited to 'dev-cpp/libxsd-frontend')
-rw-r--r-- | dev-cpp/libxsd-frontend/libxsd-frontend-2.0.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-cpp/libxsd-frontend/libxsd-frontend-2.0.0.ebuild b/dev-cpp/libxsd-frontend/libxsd-frontend-2.0.0.ebuild index c456de58e936..1152c229155b 100644 --- a/dev-cpp/libxsd-frontend/libxsd-frontend-2.0.0.ebuild +++ b/dev-cpp/libxsd-frontend/libxsd-frontend-2.0.0.ebuild @@ -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="A compiler frontend for the W3C XML Schema definition language" -HOMEPAGE="http://www.codesynthesis.com/projects/libxsd-frontend/" -SRC_URI="http://www.codesynthesis.com/download/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2" +HOMEPAGE="https://www.codesynthesis.com/projects/libxsd-frontend/" +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" |