diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2020-05-31 17:50:50 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2020-05-31 17:50:50 +0200 |
commit | fb7161ffbc8b265ad0a961ee4a63ee662eb4961b (patch) | |
tree | 54a9e9ba25d2215cf6572a34167a4839aa734649 /sys-block | |
parent | dev-libs/libuv: ppc stable wrt bug #716822 (diff) | |
download | gentoo-fb7161ffbc8b265ad0a961ee4a63ee662eb4961b.tar.gz gentoo-fb7161ffbc8b265ad0a961ee4a63ee662eb4961b.tar.bz2 gentoo-fb7161ffbc8b265ad0a961ee4a63ee662eb4961b.zip |
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>
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/arcconf/arcconf-2.01.22270-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-block/arcconf/arcconf-3.01.23531.ebuild | 4 | ||||
-rw-r--r-- | sys-block/arcconf/arcconf-3.04.23699.ebuild | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys-block/arcconf/arcconf-2.01.22270-r1.ebuild b/sys-block/arcconf/arcconf-2.01.22270-r1.ebuild index 637716b01581..8739fe4c04e6 100644 --- a/sys-block/arcconf/arcconf-2.01.22270-r1.ebuild +++ b/sys-block/arcconf/arcconf-2.01.22270-r1.ebuild @@ -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" diff --git a/sys-block/arcconf/arcconf-3.01.23531.ebuild b/sys-block/arcconf/arcconf-3.01.23531.ebuild index 87eb25fc6037..c0d29d9efa26 100644 --- a/sys-block/arcconf/arcconf-3.01.23531.ebuild +++ b/sys-block/arcconf/arcconf-3.01.23531.ebuild @@ -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" diff --git a/sys-block/arcconf/arcconf-3.04.23699.ebuild b/sys-block/arcconf/arcconf-3.04.23699.ebuild index fc4aaa9b7431..b76fa23acde5 100644 --- a/sys-block/arcconf/arcconf-3.04.23699.ebuild +++ b/sys-block/arcconf/arcconf-3.04.23699.ebuild @@ -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" |