diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2016-08-15 16:05:53 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2016-08-15 16:16:01 +0200 |
commit | bd466dad70e4f2ade944b8e890f49e4621b1fe4c (patch) | |
tree | 59850fc22a5e85f1d04b372aa98dbc75cb526918 /sys-apps | |
parent | app-text/dos2unix: update libintl check (diff) | |
download | gentoo-bd466dad70e4f2ade944b8e890f49e4621b1fe4c.tar.gz gentoo-bd466dad70e4f2ade944b8e890f49e4621b1fe4c.tar.bz2 gentoo-bd466dad70e4f2ade944b8e890f49e4621b1fe4c.zip |
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
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/hponcfg/hponcfg-4.6.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/hponcfg/hponcfg-4.6.0.0.ebuild b/sys-apps/hponcfg/hponcfg-4.6.0.0.ebuild index 96905ae50c91..4752b84e1962 100644 --- a/sys-apps/hponcfg/hponcfg-4.6.0.0.ebuild +++ b/sys-apps/hponcfg/hponcfg-4.6.0.0.ebuild @@ -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" |