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 committed Dec 10, 2018
1 parent a350eec commit 6542e0a
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
@@ -1,18 +1,18 @@
$ErrorActionPreference = 'Stop'

$version = '10.2.0.754900'
$version = '10.2.0.758700'
$packageName = 'wps-office-free'
$regName = $packageName -replace('\-',' ')
$regName = $regName -replace('free','*')
$registry = Get-UninstallRegistryKey -SoftwareName $regName
$packageArgs = @{
packageName = 'wps-office-free'
fileType = 'exe'
url = 'http://wdl1.pcfg.cache.wpscdn.com/wpsdl/wpsoffice/download/10.2.0.7549/setup_XA_mui_10.2.0.7549_Free_100.103.exe'
url = 'http://wdl1.pcfg.cache.wpscdn.com/wpsdl/wpsoffice/download/10.2.0.7587/WPSOffice_10.2.0.7587_Free.exe'
silentArgs = '/S'
validExitCodes = @(0)
softwareName = $regName
checksum = '2a9ca829633495d34b380606eee851f8d7f65da9d1f528d9a5234749c91d3773'
checksum = '34521cd6605b5464901f4b88e90a168ded588e93a75687e4c8c1682561a912d9'
checksumType = 'sha256'
}

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

0 comments on commit 6542e0a

Please sign in to comment.