app-admin/installer: fix SRC_URI bug #655038
authorChristopher Diaz Riveros <chrisadr@gentoo.org>
Sun, 6 May 2018 23:24:12 +0000 (18:24 -0500)
committerAaron Bauman <bman@gentoo.org>
Sun, 6 May 2018 23:47:53 +0000 (19:47 -0400)
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

index 0b585a450e7d5c4f3fe3ac5931dd34c4fa3c4713..cf7c24cab8856b13ed8fc46d4129e17e187a672c 100644 (file)
@@ -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"