Skip to content

Commit

Permalink
AU: 2 updated - gpg4win wps-office-free
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 20, 2017
1 parent d8c451c commit 2ebca64
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/gpg4win/gpg4win.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>gpg4win</id>
<version>2.3.4.20170919</version>
<version>3.0.0</version>
<title>Gpg4win</title>
<authors>g10 Code GmbH</authors>
<owners>chocolatey, dtgm</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/gpg4win/legal/VERIFICATION.txt
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to

x32: https://files.gpg4win.org/gpg4win-2.3.4.exe
x32: https://files.gpg4win.org/gpg4win-3.0.0.exe

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 9342019E69D14A360BA6D01E66733578BCFA1E00151D7CCFEBA4CDC177ED224B
checksum32: 2565BF6FAF8DEFB8FA61B0B1A30F0E68E2CA5CEB3177D08516E00CA1620252BF

File 'license.txt' is obtained from:
https://www.gpg4win.org/license.html
4 changes: 2 additions & 2 deletions automatic/wps-office-free/tools/chocolateyInstall.ps1
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'

$version = '10.2.0.594201'
$version = '10.2.0.596200'
$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 = '59e10fec92efa0e247c6143d94d3f2c234b9f53299b34b00b6d493e458017400'
checksum = '5281466d0ec8716bc578255e3581354d3d5ebd768e44252370de997cf6a95337'
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.594201</version>
<version>10.2.0.596200</version>
<title>WPS Office Free</title>
<owners>chocolatey</owners>
<authors>Kingsoft Software</authors>
Expand Down

0 comments on commit 2ebca64

Please sign in to comment.