commit: 778050e47602b05e905c8975a080569449729601 Author: Christopher Diaz Riveros <chrisadr <AT> gentoo <DOT> org> AuthorDate: Sun May 6 23:24:12 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Sun May 6 23:47:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=778050e4
app-admin/installer: fix SRC_URI bug #655038 Fixes alert: Couldn't download 'installer-0.1.1_beta.tar.gz'. Aborting. Change SRC_URI to https: protocol instead of mirror: Closes: https://github.com/gentoo/gentoo/pull/8293 app-admin/installer/installer-0.1.1_beta.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/installer/installer-0.1.1_beta.ebuild b/app-admin/installer/installer-0.1.1_beta.ebuild index 0b585a450e7..cf7c24cab88 100644 --- a/app-admin/installer/installer-0.1.1_beta.ebuild +++ b/app-admin/installer/installer-0.1.1_beta.ebuild @@ -11,7 +11,7 @@ MY_PV=${PV/_/-} DESCRIPTION="A software for Gentoo installation" HOMEPAGE="https://github.com/ChrisADR/installer" -SRC_URI="mirror://github.com/ChrisADR/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/ChrisADR/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" SLOT="0" LICENSE="GPL-2"