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 Jun 4, 2019
1 parent ce04855 commit 8b6766b
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.8339'
$version = '11.2.0.8641'
$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/11.2.0.8339/WPSOffice_11.2.0.8339_Free.exe'
url = 'http://wdl1.pcfg.cache.wpscdn.com/wpsdl/wpsoffice/download/11.2.0.8641/WPSOffice_11.2.0.8641_Free.exe'
silentArgs = '/S'
validExitCodes = @(0)
softwareName = $regName
checksum = 'd5045dfe45650a138fdbf8e7fcf1a4c228a7a145d4dcbb2fdc9f698c34038cad'
checksum = '2843f8704688f13226834e8a0302bf3cd4921fb15a28c37e41e02f4b22d7adbb'
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.8339"
"wps": "11.2.0.8641"
}
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.8339</version>
<version>11.2.0.8641</version>
<title>WPS Office Free</title>
<owners>chocolatey</owners>
<authors>Kingsoft Software</authors>
Expand Down

0 comments on commit 8b6766b

Please sign in to comment.