dev-util/build: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Tue, 10 Apr 2018 11:34:36 +0000 (13:34 +0200)
committerAaron Bauman <bman@gentoo.org>
Fri, 13 Apr 2018 23:21:41 +0000 (19:21 -0400)
dev-util/build/build-0.3.10.ebuild

index 059d3c00ac83da17b13c089133f6c30ac9bdc33b..d5ebc1b8dfc716b8b1b0f5af6d528f0df800093d 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,9 +6,9 @@ EAPI=6
 inherit versionator
 
 DESCRIPTION="A massively-parallel software build system implemented on top of GNU make"
-HOMEPAGE="http://www.codesynthesis.com/projects/build/"
+HOMEPAGE="https://www.codesynthesis.com/projects/build/"
 SLOT="0"
-SRC_URI="http://www.codesynthesis.com/download/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2"
+SRC_URI="https://www.codesynthesis.com/download/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2"
 LICENSE="GPL-2"
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE="examples"