Skip to content

Commit faa1443

Browse files
committed
ci: fix chocolatey version bump [skip ci]
1 parent 38ed895 commit faa1443

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/chocolatey/tools/chocolateyinstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

release.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
],

0 commit comments

Comments
 (0)