From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3CDAA158020 for ; Thu, 24 Nov 2022 18:15:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 562B6E099B; Thu, 24 Nov 2022 18:15:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C297E099B for ; Thu, 24 Nov 2022 18:15:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C0493340F46 for ; Thu, 24 Nov 2022 18:15:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B42F8764 for ; Thu, 24 Nov 2022 18:14:57 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1669313680.1fa4fc7c04e1c663455f287cd71befbc1e624d5a.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libftd2xx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-embedded/libftd2xx/libftd2xx-1.4.8.ebuild X-VCS-Directories: dev-embedded/libftd2xx/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 1fa4fc7c04e1c663455f287cd71befbc1e624d5a X-VCS-Branch: master Date: Thu, 24 Nov 2022 18:14:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b57a39ff-2e23-4cfc-a7f4-120595b66b00 X-Archives-Hash: d1b2f39b368d893f6668d9e06f66a6f2 commit: 1fa4fc7c04e1c663455f287cd71befbc1e624d5a Author: Michael Mair-Keimberger levelnine at> AuthorDate: Fri Nov 18 15:26:57 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Nov 24 18:14:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fa4fc7c dev-embedded/libftd2xx: use HTTPS Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> dev-embedded/libftd2xx/libftd2xx-1.4.8.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-embedded/libftd2xx/libftd2xx-1.4.8.ebuild b/dev-embedded/libftd2xx/libftd2xx-1.4.8.ebuild index 84c41eeda6d5..7cc07d14af95 100644 --- a/dev-embedded/libftd2xx/libftd2xx-1.4.8.ebuild +++ b/dev-embedded/libftd2xx/libftd2xx-1.4.8.ebuild @@ -4,12 +4,12 @@ EAPI=7 DESCRIPTION="Library that allows a direct access to a USB device" -HOMEPAGE="http://www.ftdichip.com/Drivers/D2XX.htm" +HOMEPAGE="https://www.ftdichip.com/drivers/d2xx-drivers/" # NOTE: We could include other arm versions here too. SRC_URI=" - amd64? ( http://www.ftdichip.com/Drivers/D2XX/Linux/${PN}-x86_64-${PV}.gz -> ${PN}-x86_64-${PV}.tar.gz ) - arm? ( http://www.ftdichip.com/Drivers/D2XX/Linux/${PN}-arm-v6-hf-${PV}.gz -> ${PN}-arm-v6-hf-${PV}.tar.gz ) - x86? ( http://www.ftdichip.com/Drivers/D2XX/Linux/${PN}-i386-${PV}.gz -> ${PN}-i386-${PV}.tar.gz ) + amd64? ( https://www.ftdichip.com/Drivers/D2XX/Linux/${PN}-x86_64-${PV}.gz -> ${PN}-x86_64-${PV}.tar.gz ) + arm? ( https://www.ftdichip.com/Drivers/D2XX/Linux/${PN}-arm-v6-hf-${PV}.gz -> ${PN}-arm-v6-hf-${PV}.tar.gz ) + x86? ( https://www.ftdichip.com/Drivers/D2XX/Linux/${PN}-i386-${PV}.gz -> ${PN}-i386-${PV}.tar.gz ) " S="${WORKDIR}"