File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
packages/chocolatey/tools Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ $packageVersion = $env:ChocolateyPackageVersion
66$packageArgs = @ {
77 packageName = $packageName
88 unzipLocation = $toolsDir
9- url = ' https://github.com/crowdin/crowdin-cli/releases/download/4.5.2 /crowdin-cli.zip'
9+ url = ' https://github.com/crowdin/crowdin-cli/releases/download/4.6.0 /crowdin-cli.zip'
1010 checksum = ' 820f5c04dd0de0a1875ba8b9eae3b9f9413560914c6b6690f27255f093d2be65'
1111 checksumType = ' sha256'
1212}
Original file line number Diff line number Diff line change @@ -148,7 +148,8 @@ module.exports = {
148148 "package.json" ,
149149 "package-lock.json" ,
150150 "packages/aur/pkgbuild/PKGBUILD" ,
151- "packages/chocolatey/*" ,
151+ "packages/chocolatey/crowdin-cli.nuspec" ,
152+ "packages/chocolatey/tools/chocolateyinstall.ps1" ,
152153 "packages/exe/CrowdinCLIInstaller.iss" ,
153154 "CHANGELOG.md"
154155 ] ,
You can’t perform that action at this time.
0 commit comments