Skip to content

Commit

Permalink
ci: fix choco checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar authored Oct 30, 2024
1 parent 57866c1 commit c22e3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/chocolatey/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $packageArgs = @{
packageName = $packageName
unzipLocation = $toolsDir
url = 'https://github.com/crowdin/crowdin-cli/releases/latest/download/crowdin-cli.zip'
checksum = 'ecac905279763bfada40b70fe55b0c097df4f38327e8715fc6326692c0245817'
checksum = '07387cb2b30a4c74da037f7ab0f01b2025ca189ff333e218303f75cdf3cb73b2'
checksumType = 'sha256'
}
Install-ChocolateyZipPackage @packageArgs
Expand Down

0 comments on commit c22e3c4

Please sign in to comment.