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 committed May 28, 2024
1 parent 37836f0 commit de8946d
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 = '13c239c96384199c22337a07866661be9a6e08058b0c5c7b5fb0d57e8dbd5be5'
checksum = 'ecac905279763bfada40b70fe55b0c097df4f38327e8715fc6326692c0245817'
checksumType = 'sha256'
}
Install-ChocolateyZipPackage @packageArgs
Expand Down

0 comments on commit de8946d

Please sign in to comment.