-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Latest update appears to have resulted in the download URL pointing to the MD5 file and not the actual file
$url64bit = 'https://github.com/dependabot/cli/releases/download/v1.81.0/dependabot-v1.81.0-windows-amd64.zip.md5'
$checksum64 = 'ee39f9f021d66f034c816f7594bfc37091224982b63d014dfe5e9f8dfd0529f9'should be
$url64bit = 'https://github.com/dependabot/cli/releases/download/v1.81.0/dependabot-v1.81.0-windows-amd64.zip'
$checksum64 = 'ee39f9f021d66f034c816f7594bfc37091224982b63d014dfe5e9f8dfd0529f9'in dependabot/tools/chocolateyinstall.ps1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels