mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-block/arcconf: switch SRC_URI to http
As currently https SRC_URI doesn't work due bad certificates, switch back to http, so users can still download. Closes: https://bugs.gentoo.org/726458 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -9,11 +9,11 @@ inherit linux-info
|
||||
|
||||
DESCRIPTION="Microsemi Adaptec RAID Controller Command Line Utility"
|
||||
HOMEPAGE="https://www.microsemi.com/"
|
||||
SRC_URI="https://download.adaptec.com/raid/storage_manager/${PN}_${MY_PV}.zip"
|
||||
SRC_URI="http://download.adaptec.com/raid/storage_manager/${PN}_${MY_PV}.zip"
|
||||
|
||||
KEYWORDS="-* amd64 x86"
|
||||
LICENSE="Microsemi"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* amd64 x86"
|
||||
|
||||
DEPEND="app-arch/unzip"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -9,7 +9,7 @@ inherit linux-info
|
||||
|
||||
DESCRIPTION="Microsemi Adaptec RAID Controller Command Line Utility"
|
||||
HOMEPAGE="https://www.microsemi.com/"
|
||||
SRC_URI="https://download.adaptec.com/raid/storage_manager/${PN}_${MY_PV}.zip"
|
||||
SRC_URI="http://download.adaptec.com/raid/storage_manager/${PN}_${MY_PV}.zip"
|
||||
|
||||
LICENSE="Microsemi"
|
||||
SLOT="0"
|
||||
|
||||
@@ -9,7 +9,7 @@ inherit linux-info
|
||||
|
||||
DESCRIPTION="Microsemi Adaptec RAID Controller Command Line Utility"
|
||||
HOMEPAGE="https://www.microsemi.com/"
|
||||
SRC_URI="https://download.adaptec.com/raid/storage_manager/${PN}_${MY_PV}.zip"
|
||||
SRC_URI="http://download.adaptec.com/raid/storage_manager/${PN}_${MY_PV}.zip"
|
||||
|
||||
LICENSE="Microsemi"
|
||||
SLOT="0"
|
||||
|
||||
Reference in New Issue
Block a user