diff --git a/ftdi-drivers/ftdi-drivers.nuspec b/ftdi-drivers/ftdi-drivers.nuspec index 5d79ef92f2..0472769575 100644 --- a/ftdi-drivers/ftdi-drivers.nuspec +++ b/ftdi-drivers/ftdi-drivers.nuspec @@ -3,17 +3,17 @@ ftdi-drivers - 2.12.28 - https://github.com/galeksandrp/chocolatey-packages/tree/ftdi-drivers - galeksandrp + 2.12.36.4 + https://github.com/jrich-dev/chocolatey-packages/tree/ftdi-drivers + jrich FTDI VCP and D2XX Drivers (Install) Future Technology Devices International Ltd. - http://www.ftdichip.com/FTDrivers.htm - http://www.ftdichip.com/Images/ftdi_1.gif - Copyright (c) 2018 Future Technology Devices International Ltd. - http://www.ftdichip.com/Drivers/FTDriverLicenceTermsSummary.htm + https://ftdichip.com/drivers/vcp-drivers/ + https://ftdichip.com/wp-content/uploads/2020/07/ftdi-chip-logo-approved.png + https://ftdichip.com/driver-licence-terms/ + Copyright © 2021 Future Technology Devices International Limited. false - http://www.ftdichip.com/Support/Documents/InstallGuides.htm + https://www.ftdichip.com/Support/Documents/InstallGuides.htm http://www.ftdichip.com/FTSupport.htm ftdi d2xx vcp usb uart converter admin This package contains Virtual COM Port and D2XX drivers for FTDI devices @@ -22,7 +22,7 @@ Virtual COM port (VCP) drivers cause the USB device to appear as an additional COM port available to the PC. Application software can access the USB device in the same way as it would access a standard COM port. D2XX drivers allow direct access to the USB device through a DLL. Application software can access the USB device through a series of DLL function calls. - http://www.ftdichip.com/Drivers/CDM/CDM%202%2012%2028%20Release%20Info.rtf + https://www.ftdichip.com/Driver/CDM/CDM%202%2012%2036.4%20Release%20Info.rtf diff --git a/ftdi-drivers/tools/chocolateyinstall.ps1 b/ftdi-drivers/tools/chocolateyinstall.ps1 index b2e33827d8..d8c6427300 100644 --- a/ftdi-drivers/tools/chocolateyinstall.ps1 +++ b/ftdi-drivers/tools/chocolateyinstall.ps1 @@ -1,7 +1,7 @@ $packageArgs = @{ packageName = "$env:chocolateyPackageName" - url = 'http://www.ftdichip.com/Drivers/CDM/CDM21228_Setup.zip' - checksum = 'b887670f18348f94426957f217051e30416ca3126f1333bfb5c120a8bae21db8' + url = 'https://ftdichip.com/wp-content/uploads/2021/08/CDM212364_Setup.zip' + checksum = '10C399AC784D2B68B1BB2BA598BAB7FE00CFDFD267B4CC14A3E3240FE9499FB1' checksumType = 'sha256' UnzipLocation = "$env:TMP" }