Skip to content

Commit

Permalink
AU: 1 updated - crowdin-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 25, 2023
1 parent 2f1d0ac commit 49cadb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crowdin-cli/crowdin-cli.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>crowdin-cli</id>
<version>3.9.3</version>
<version>3.10.0</version>
<packageSourceUrl>https://github.com/ye4241/chocolatey-packages</packageSourceUrl>
<owners>ye4241</owners>
<title>Crowdin CLI (Portable)</title>
Expand Down
4 changes: 2 additions & 2 deletions crowdin-cli/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ $packageVersion = $env:ChocolateyPackageVersion
$packageArgs = @{
packageName = $packageName
unzipLocation = $toolsDir
url = 'https://github.com/crowdin/crowdin-cli/releases/download/3.9.3/crowdin-cli.zip'
checksum = 'a7c69b2200805e8fcb5bf0193767ac498564568820436be3e50900b1e1f05c9a'
url = 'https://github.com/crowdin/crowdin-cli/releases/download/3.10.0/crowdin-cli.zip'
checksum = 'e0e13079eee2cddda0c6fec732ae738aef3cb23efc411b461f86e0a286572e8c'
checksumType = 'sha256'
}
Install-ChocolateyZipPackage @packageArgs
Expand Down

0 comments on commit 49cadb3

Please sign in to comment.