Skip to content

Commit

Permalink
AU: 2 updated - python2 wps-office-free
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 10, 2017
1 parent 8af9d0a commit 81e1289
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 14 deletions.
6 changes: 3 additions & 3 deletions automatic/python2/python2.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"2.4": "0.0",
"2.5": "0.0",
"2.6": "0.0",
"2.4": "2.4.4",
"2.5": "2.5.4",
"2.6": "2.6.6",
"2.7": "2.7.14"
}
9 changes: 5 additions & 4 deletions automatic/python2/python2.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>python2</id>
<version>2.7.14</version>
<version>2.6.6</version>
<title>Python 2.x</title>
<owners>chocolatey</owners>
<authors>Python Software Foundation</authors>
<projectUrl>http://www.python.org/</projectUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/python.svg</iconUrl>
<licenseUrl>https://www.python.org/download/releases/2.7/license</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
<description><![CDATA[
Python 2.x is a programming language that lets you work more quickly and integrate your systems more effectively. You can learn to use Python 2.x and see almost immediate gains in productivity and lower maintenance costs.
## Package Parameters
Expand All @@ -24,8 +24,9 @@ For example: `--params '"/InstallDir:C:\tools\python2"'`
## Notes
- This package installs the latest stable version of Python 2.x. It will install to Python 2.x to `$env:ChocolateyBinRoot\{{PackageName}}`, but only if Python 2.x is not already installed where the installer puts it by default, which is `$env:SystemDrive\PythonXX` (XX stands for the major/minor version digits).
- This package is not intended to use with Chocolatey’s `-x86` parameter. If you want a 32-bit Python 2.x on 64-bit systems, install the [{{PackageName}}-x86_32](/packages/{{PackageName}}-x86_32) package instead. You can also install both packages. In this case you must manually adapt your PATH environment variable so that it picks the Python 2.x version that you want when invoking `python.exe`.
</description>
- This package is not intended to use with Chocolatey's `-x86` parameter. If you want a 32-bit Python 2.x on 64-bit systems, install the [{{PackageName}}-x86_32](/packages/{{PackageName}}-x86_32) package instead. You can also install both packages. In this case you must manually adapt your PATH environment variable so that it picks the Python 2.x version that you want when invoking `python.exe`.
]]></description>
<summary>Python 2.x is a programming language that lets you work more quickly and integrate your systems more effectively. You can learn to use Python and see almost immediate gains in productivity and lower maintenance costs.</summary>
<tags>python programming development foss cross-platform admin</tags>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/python2</packageSourceUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/python2/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ $params = @{
packageName = 'python2'
fileType = 'msi'
silentArgs = $installArgs
url = 'https://www.python.org/ftp/python/2.7.14/python-2.7.14.msi'
url64Bit = 'https://www.python.org/ftp/python/2.7.14/python-2.7.14.amd64.msi'
checksum = '450bde0540341d4f7a6ad2bb66639fd3fac1c53087e9844dc34ddf88057a17ca'
checksum64 = 'af293df7728b861648162ba0cd4a067299385cb6a3f172569205ac0b33190693'
url = 'https://www.python.org/ftp/python/2.6.6/python-2.6.6.msi'
url64Bit = 'https://www.python.org/ftp/python/2.6.6/python-2.6.6.amd64.msi'
checksum = '1192931440475d07fb3e9724531a53de34097ad24e519bff2e5f458c375a31b3'
checksum64 = 'b9ea8892ce58101957a0bb2caa02ccf5496b13a1cc9e24de078d4451b4ef3cf8'
checksumType = 'sha256'
checksumType64 = 'sha256'
}
Expand Down
4 changes: 2 additions & 2 deletions automatic/wps-office-free/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'

$version = '10.2.0.596500'
$version = '10.2.0.597800'
$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 = '20f4896fe763d4485110368dbb3a07cd9f231b7bc86fb0d75a73cd238015c830'
checksum = '522a8aa875204df032e3df2f5c84fba8fde482afe65363f09951ae4ef3b80f95'
checksumType = 'sha256'
}

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

0 comments on commit 81e1289

Please sign in to comment.