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

$version = '10.2.0.743900'
$version = '10.2.0.745600'
$packageName = 'wps-office-free'
$regName = $packageName -replace('\-',' ')
$regName = $regName -replace('free','*')
Expand All @@ -12,7 +12,7 @@ $packageArgs = @{
silentArgs = '/S'
validExitCodes = @(0)
softwareName = $regName
checksum = '5161e8225ad79524d210ee1f065dce162042101ec7fc983b7b162adc80e197ae'
checksum = '302f5d375ca98370f04762775448068057c43ea748afa658fc21f2923663bb89'
checksumType = 'sha256'
}

Expand Down
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.743900</version>
<version>10.2.0.745600</version>
<title>WPS Office Free</title>
<owners>chocolatey</owners>
<authors>Kingsoft Software</authors>
Expand Down

0 comments on commit 8779418

Please sign in to comment.