Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libftd2xx/
Date: Thu, 24 Nov 2022 18:15:04
Message-Id: 1669313680.1fa4fc7c04e1c663455f287cd71befbc1e624d5a.conikost@gentoo
1 commit: 1fa4fc7c04e1c663455f287cd71befbc1e624d5a
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Fri Nov 18 15:26:57 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 24 18:14:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fa4fc7c
7
8 dev-embedded/libftd2xx: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 dev-embedded/libftd2xx/libftd2xx-1.4.8.ebuild | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-embedded/libftd2xx/libftd2xx-1.4.8.ebuild b/dev-embedded/libftd2xx/libftd2xx-1.4.8.ebuild
17 index 84c41eeda6d5..7cc07d14af95 100644
18 --- a/dev-embedded/libftd2xx/libftd2xx-1.4.8.ebuild
19 +++ b/dev-embedded/libftd2xx/libftd2xx-1.4.8.ebuild
20 @@ -4,12 +4,12 @@
21 EAPI=7
22
23 DESCRIPTION="Library that allows a direct access to a USB device"
24 -HOMEPAGE="http://www.ftdichip.com/Drivers/D2XX.htm"
25 +HOMEPAGE="https://www.ftdichip.com/drivers/d2xx-drivers/"
26 # NOTE: We could include other arm versions here too.
27 SRC_URI="
28 - amd64? ( http://www.ftdichip.com/Drivers/D2XX/Linux/${PN}-x86_64-${PV}.gz -> ${PN}-x86_64-${PV}.tar.gz )
29 - arm? ( http://www.ftdichip.com/Drivers/D2XX/Linux/${PN}-arm-v6-hf-${PV}.gz -> ${PN}-arm-v6-hf-${PV}.tar.gz )
30 - x86? ( http://www.ftdichip.com/Drivers/D2XX/Linux/${PN}-i386-${PV}.gz -> ${PN}-i386-${PV}.tar.gz )
31 + amd64? ( https://www.ftdichip.com/Drivers/D2XX/Linux/${PN}-x86_64-${PV}.gz -> ${PN}-x86_64-${PV}.tar.gz )
32 + arm? ( https://www.ftdichip.com/Drivers/D2XX/Linux/${PN}-arm-v6-hf-${PV}.gz -> ${PN}-arm-v6-hf-${PV}.tar.gz )
33 + x86? ( https://www.ftdichip.com/Drivers/D2XX/Linux/${PN}-i386-${PV}.gz -> ${PN}-i386-${PV}.tar.gz )
34 "
35 S="${WORKDIR}"