Skip to content

Commit

Permalink
AU: 1 updated - wps-office-free
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Apr 9, 2021
1 parent 0e05f95 commit 33b62b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions automatic/wps-office-free/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
$ErrorActionPreference = 'Stop'

$version = '11.2.0.10078'
$version = '11.2.0.10101'
$packageName = 'wps-office-free'
$regName = $packageName -replace('\-',' ')
$regName = $regName -replace('free','*')
$registry = Get-UninstallRegistryKey -SoftwareName $regName
$packageArgs = @{
packageName = 'wps-office-free'
fileType = 'exe'
url = 'https://wdl1.pcfg.cache.wpscdn.com/wpsdl/wpsoffice/download/11.2.0.10078/WPSOffice_11.2.0.10078.exe'
url = 'https://wdl1.pcfg.cache.wpscdn.com/wpsdl/wpsoffice/download/11.2.0.10101/WPSOffice_11.2.0.10101.exe'
silentArgs = '/S'
validExitCodes = @(0)
softwareName = $regName
checksum = '5f64804e70c47f4d1a0a62b9dd697a3ec6bf04d9544621f57a245d70fa54f19b'
checksum = '1f06f5e781df7110ecd84f2a4fc3e320c7c5c9ba13c144b767255c5e62583989'
checksumType = 'sha256'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/wps-office-free/wps-office-free.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"wps": "11.2.0.10078"
"wps": "11.2.0.10101"
}
2 changes: 1 addition & 1 deletion automatic/wps-office-free/wps-office-free.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>wps-office-free</id>
<version>11.2.0.10078</version>
<version>11.2.0.10101</version>
<title>WPS Office Free</title>
<owners>chocolatey-community</owners>
<authors>Kingsoft Software</authors>
Expand Down

0 comments on commit 33b62b2

Please sign in to comment.