diff options
author | luzpaz <luzpaz@users.noreply.github.com> | 2023-08-11 07:53:18 -0400 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2023-08-19 10:00:34 -0400 |
commit | 35c8505682522f6d5b303b99e95336ac34bc22bf (patch) | |
tree | 9f76034843615e0b8dab133868d89b0cd0aa11f2 /net-wireless | |
parent | net-wireless/bladerf-fpga: update to https:// schema (diff) | |
download | gentoo-35c8505682522f6d5b303b99e95336ac34bc22bf.tar.gz gentoo-35c8505682522f6d5b303b99e95336ac34bc22bf.tar.bz2 gentoo-35c8505682522f6d5b303b99e95336ac34bc22bf.zip |
net-wireless/bladerf-fpga: update to https:// schema
Includes changes to bladerf-fpga-0.12.0.ebuild as reported in https://repology.org/repository/gentoo/problems
Signed-off-by: luzpaz <luzpaz@users.noreply.github.com>
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/32256
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/bladerf-fpga/bladerf-fpga-0.12.0.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-wireless/bladerf-fpga/bladerf-fpga-0.12.0.ebuild b/net-wireless/bladerf-fpga/bladerf-fpga-0.12.0.ebuild index cd2d34e6d46a..22d922941b88 100644 --- a/net-wireless/bladerf-fpga/bladerf-fpga-0.12.0.ebuild +++ b/net-wireless/bladerf-fpga/bladerf-fpga-0.12.0.ebuild @@ -4,15 +4,15 @@ EAPI=7 DESCRIPTION="bladeRF FPGA bitstreams" -HOMEPAGE="http://nuand.com/fpga.php" +HOMEPAGE="https://nuand.com/fpga.php" #fpga code is open source, but uses a proprietary toolchain to build #automated builds from git are available, but likely unneeded #http://hoopycat.com/bladerf_builds/ -SRC_URI="xA4? ( http://nuand.com/fpga/v${PV}/hostedxA4.rbf -> hostedxA4-${PV}.rbf ) - xA9? ( http://nuand.com/fpga/v${PV}/hostedxA9.rbf -> hostedxA9-${PV}.rbf ) - x40? ( http://nuand.com/fpga/v${PV}/hostedx40.rbf -> hostedx40-${PV}.rbf ) - x115? ( http://nuand.com/fpga/v${PV}/hostedx115.rbf -> hostedx115-${PV}.rbf )" +SRC_URI="xA4? ( https://nuand.com/fpga/v${PV}/hostedxA4.rbf -> hostedxA4-${PV}.rbf ) + xA9? ( https://nuand.com/fpga/v${PV}/hostedxA9.rbf -> hostedxA9-${PV}.rbf ) + x40? ( https://nuand.com/fpga/v${PV}/hostedx40.rbf -> hostedx40-${PV}.rbf ) + x115? ( https://nuand.com/fpga/v${PV}/hostedx115.rbf -> hostedx115-${PV}.rbf )" LICENSE="MIT" SLOT="0" |