Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update expected sha256 hash of CDM21228_Setup.zip #4

Open
wants to merge 4 commits into
base: ftdi-drivers
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions ftdi-drivers/ftdi-drivers.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>ftdi-drivers</id>
<version>2.12.28</version>
<packageSourceUrl>https://github.com/galeksandrp/chocolatey-packages/tree/ftdi-drivers</packageSourceUrl>
<owners>galeksandrp</owners>
<version>2.12.36.4</version>
<packageSourceUrl>https://github.com/jrich-dev/chocolatey-packages/tree/ftdi-drivers</packageSourceUrl>
<owners>jrich</owners>
<title>FTDI VCP and D2XX Drivers (Install)</title>
<authors>Future Technology Devices International Ltd.</authors>
<projectUrl>http://www.ftdichip.com/FTDrivers.htm</projectUrl>
<iconUrl>http://www.ftdichip.com/Images/ftdi_1.gif</iconUrl>
<copyright>Copyright (c) 2018 Future Technology Devices International Ltd.</copyright>
<licenseUrl>http://www.ftdichip.com/Drivers/FTDriverLicenceTermsSummary.htm</licenseUrl>
<projectUrl>https://ftdichip.com/drivers/vcp-drivers/</projectUrl>
<iconUrl>https://ftdichip.com/wp-content/uploads/2020/07/ftdi-chip-logo-approved.png</iconUrl>
<licenseUrl>https://ftdichip.com/driver-licence-terms/</licenseUrl>
<copyright>Copyright © 2021 Future Technology Devices International Limited.</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<docsUrl>http://www.ftdichip.com/Support/Documents/InstallGuides.htm</docsUrl>
<docsUrl>https://www.ftdichip.com/Support/Documents/InstallGuides.htm</docsUrl>
<bugTrackerUrl>http://www.ftdichip.com/FTSupport.htm</bugTrackerUrl>
<tags>ftdi d2xx vcp usb uart converter admin</tags>
<summary>This package contains Virtual COM Port and D2XX drivers for FTDI devices</summary>
Expand All @@ -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.</description>
<releaseNotes>http://www.ftdichip.com/Drivers/CDM/CDM%202%2012%2028%20Release%20Info.rtf</releaseNotes>
<releaseNotes>https://www.ftdichip.com/Driver/CDM/CDM%202%2012%2036.4%20Release%20Info.rtf</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
4 changes: 2 additions & 2 deletions ftdi-drivers/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -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"
}
Expand Down