mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-apps/hponcfg: Change SRC_URI to use HTTPS
This wasn't possible until today due to an upstream configuration issue which was fixed today. Package-Manager: portage-2.3.0
This commit is contained in:
@@ -11,8 +11,8 @@ MY_PV=$(replace_version_separator 3 '-')
|
||||
DESCRIPTION="HP Lights-Out Online Configuration Utility (HPONCFG)"
|
||||
HOMEPAGE="http://h20564.www2.hpe.com/hpsc/swd/public/detail?swItemId=MTX_5ab6295f49964f16a699064f29"
|
||||
SRC_URI="
|
||||
amd64? ( http://downloads.linux.hpe.com/SDR/repo/spp/RHEL/6/x86_64/current/${PN}-${MY_PV}.x86_64.rpm )
|
||||
x86? ( http://downloads.linux.hpe.com/SDR/repo/spp/RHEL/6/i686/current/${PN}-${MY_PV}.i386.rpm )"
|
||||
amd64? ( https://downloads.linux.hpe.com/SDR/repo/spp/RHEL/6/x86_64/current/${PN}-${MY_PV}.x86_64.rpm )
|
||||
x86? ( https://downloads.linux.hpe.com/SDR/repo/spp/RHEL/6/i686/current/${PN}-${MY_PV}.i386.rpm )"
|
||||
|
||||
LICENSE="hpe"
|
||||
SLOT="0"
|
||||
|
||||
Reference in New Issue
Block a user