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 7, 2018
1 parent 1a2b34d commit 7e13631
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions automatic/wps-office-free/tools/chocolateyInstall.ps1
@@ -1,18 +1,18 @@
$ErrorActionPreference = 'Stop'

$version = '10.2.0.751600'
$version = '10.2.0.754900'
$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://jump.wps.com/latest_package?distsrc=00100.00000103'
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'
silentArgs = '/S'
validExitCodes = @(0)
softwareName = $regName
checksum = '42562a913ee1a15cdd128c08a3383c03720a9740ec04e0c3f157cfe63582ca73'
checksum = '2a9ca829633495d34b380606eee851f8d7f65da9d1f528d9a5234749c91d3773'
checksumType = 'sha256'
}

Expand Down
4 changes: 2 additions & 2 deletions automatic/wps-office-free/wps-office-free.json
@@ -1,3 +1,3 @@
{
"wps": "10.2.0.7549"
{
"wps": "10.2.0.754900"
}
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.751600</version>
<version>10.2.0.754900</version>
<title>WPS Office Free</title>
<owners>chocolatey</owners>
<authors>Kingsoft Software</authors>
Expand Down

0 comments on commit 7e13631

Please sign in to comment.