Skip to content

Commit

Permalink
AU: 7 updated - cmake cmake.install cmake.portable dropbox php python…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 29, 2018
1 parent 0364299 commit 660eb00
Show file tree
Hide file tree
Showing 21 changed files with 39 additions and 41 deletions.
2 changes: 1 addition & 1 deletion automatic/cmake.install/cmake.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"3.8": "3.8.2",
"3.9": "3.9.6",
"3.10": "3.10.3",
"3.11": "3.11.0-rc4"
"3.11": "3.11.0"
}
3 changes: 1 addition & 2 deletions automatic/cmake.install/cmake.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>cmake.install</id>
<version>3.11.0-rc4</version>
<version>3.11.0</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/cmake.install</packageSourceUrl>
<owners>chocolatey, dtgm</owners>
<title>CMake (Install)</title>
Expand All @@ -28,7 +28,6 @@
`ADD_CMAKE_TO_PATH`
- `None` - Do not add CMake to path (default)
- `System` - Add CMake to system PATH for __all users__
- `User` - Add CMake to system PATH for __current user__
`DESKTOP_SHORTCUT_REQUESTED`
- `0` = Do not create desktop icon (default)
Expand Down
8 changes: 4 additions & 4 deletions automatic/cmake.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://cmake.org/download/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://cmake.org/files/v3.11/cmake-3.11.0-rc4-win32-x86.msi>
64-Bit software: <https://cmake.org/files/v3.11/cmake-3.11.0-rc4-win64-x64.msi>
32-Bit software: <https://cmake.org/files/v3.11/cmake-3.11.0-win32-x86.msi>
64-Bit software: <https://cmake.org/files/v3.11/cmake-3.11.0-win64-x64.msi>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: 5F49D78C4BA2C582E3C050D3C880D9EA67E3CD53326D2A752F0E31046F3022FC
checksum64: B3C45503F9B09A1FCDB072BBE071B95BD4CA9A7BB6FFF84D65CEE054C5243816
checksum32: 4EB11BC4B08585468A50115B9E3058DB4C5574A442FB8B68DDCD7D86C0C7E381
checksum64: 39C462F5DE6D4A70960C5AA26B847D42107DAB77A055F74DC8B2C5CF69A7F487

The file 'LICENSE.txt' has been obtained from <https://gitlab.kitware.com/cmake/cmake/blob/master/Copyright.txt>
4 changes: 2 additions & 2 deletions automatic/cmake.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\cmake-3.11.0-rc4-win32-x86.msi"
file64 = "$toolsPath\cmake-3.11.0-rc4-win64-x64.msi"
file = "$toolsPath\cmake-3.11.0-win32-x86.msi"
file64 = "$toolsPath\cmake-3.11.0-win64-x64.msi"
softwareName = 'CMake'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/cmake.portable/cmake.portable.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"3.8": "3.8.2",
"3.9": "3.9.6",
"3.10": "3.10.3",
"3.11": "3.11.0-rc4"
"3.11": "3.11.0"
}
2 changes: 1 addition & 1 deletion automatic/cmake.portable/cmake.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>cmake.portable</id>
<version>3.11.0-rc4</version>
<version>3.11.0</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/cmake.portable</packageSourceUrl>
<owners>chocolatey, dtgm</owners>
<title>CMake (Portable)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/cmake.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://cmake.org/download/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://cmake.org/files/v3.11/cmake-3.11.0-rc4-win32-x86.zip>
64-Bit software: <https://cmake.org/files/v3.11/cmake-3.11.0-rc4-win64-x64.zip>
32-Bit software: <https://cmake.org/files/v3.11/cmake-3.11.0-win32-x86.zip>
64-Bit software: <https://cmake.org/files/v3.11/cmake-3.11.0-win64-x64.zip>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: D3A6694A5750AFEE7CFF17197BF6791B3329C498CA5DFB8D5052E553ADD787C8
checksum64: FCA2AA7AD9AE82EE24397776BC3EB95E52EB5EE824736270A83585C5D84CE88A
checksum32: C473DB9E18C1F27024820DF917AA2D9D460F69D4CB0305FBF5DA7F96CE99754C
checksum64: E776F4D310B8BC144AB66C3365BFBBD1DCFAAD23A13ED0D4929A88A3F4B2BB62

The file 'LICENSE.txt' has been obtained from <https://gitlab.kitware.com/cmake/cmake/blob/master/Copyright.txt>
4 changes: 2 additions & 2 deletions automatic/cmake.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsPath\cmake-3.11.0-rc4-win32-x86.zip"
file64 = "$toolsPath\cmake-3.11.0-rc4-win64-x64.zip"
file = "$toolsPath\cmake-3.11.0-win32-x86.zip"
file64 = "$toolsPath\cmake-3.11.0-win64-x64.zip"
destination = $toolsPath
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/cmake/cmake.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"3.8": "3.8.2",
"3.9": "3.9.6",
"3.10": "3.10.3",
"3.11": "3.11.0-rc4"
"3.11": "3.11.0"
}
5 changes: 2 additions & 3 deletions automatic/cmake/cmake.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>cmake</id>
<version>3.11.0-rc4</version>
<version>3.11.0</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/cmake</packageSourceUrl>
<owners>chocolatey, dtgm</owners>
<title>CMake</title>
Expand All @@ -28,7 +28,6 @@
`ADD_CMAKE_TO_PATH`
- `None` - Do not add CMake to path (default)
- `System` - Add CMake to system PATH for __all users__
- `User` - Add CMake to system PATH for __current user__
`DESKTOP_SHORTCUT_REQUESTED`
- `0` = Do not create desktop icon (default)
Expand All @@ -44,7 +43,7 @@ For example: `choco install cmake --installargs 'ADD_CMAKE_TO_PATH=User'`
* [News](https://blog.kitware.com/tag/CMake/)
* [Changelog](https://www.cmake.org/download/#latest)</releaseNotes>
<dependencies>
<dependency id="cmake.install" version="[3.11.0-rc4]" />
<dependency id="cmake.install" version="[3.11.0]" />
</dependencies>
</metadata>
<files />
Expand Down
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>46.3.63-beta</version>
<version>46.4.65</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey,ferventcoder,the-running-dev</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox*"
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2046.3.63%20Offline%20Installer.exe'
checksum = '2b3f557e7c246271dcea8cf4cce73cf444a7712128a333f2fb6a363cfffe6f82'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2046.4.65%20Offline%20Installer.exe'
checksum = '83f29a4908c738e74bdfcde93917f6b4040df8ea3e56a880f145a215d2ef24ef'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
4 changes: 2 additions & 2 deletions automatic/php/php.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"7.1": "7.1.15",
"7.0": "7.0.28",
"7.0": "7.0.29",
"5.6": "5.6.34",
"7.2": "7.2.3"
"7.2": "7.2.4"
}
4 changes: 2 additions & 2 deletions automatic/php/php.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>php</id>
<title>PHP (Hypertext Preprocessor)</title>
<version>7.2.3</version>
<version>7.2.4</version>
<authors>PHP Authors</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>PHP – widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.</summary>
Expand All @@ -24,7 +24,7 @@ For example: `--params '"/ThreadSafe ""/InstallDir:C:\PHP"""'`.
<tags>php development programming foss cross-platform admin</tags>
<licenseUrl>http://us.php.net/license/</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://secure.php.net/ChangeLog-7.php#7.2.3</releaseNotes>
<releaseNotes>https://secure.php.net/ChangeLog-7.php#7.2.4</releaseNotes>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/4e147ce52b1a2a7ac522ffbce6d176f257de6ac1/icons/php.svg</iconUrl>
<bugTrackerUrl>https://bugs.php.net/</bugTrackerUrl>
<docsUrl>https://secure.php.net/docs.php</docsUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/php/tools/downloadInfo.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
threadsafe|http://windows.php.net/downloads/releases/php-7.2.3-Win32-VC15-x86.zip|http://windows.php.net/downloads/releases/php-7.2.3-Win32-VC15-x64.zip|7e6d577b7bfb33fa5640eb8bee34604a95d45ed7e9a9e376ef72a536aa7b5dfc|5ac341186b8d80402694ee901af89b9ba980d0796e1671de92d5458f87105686
not-threadsafe|http://windows.php.net/downloads/releases/php-7.2.3-nts-Win32-VC15-x86.zip|http://windows.php.net/downloads/releases/php-7.2.3-nts-Win32-VC15-x64.zip|e4d32bcc2e0fddbc17bd9609a4903171aa9d03c03caa88fcbd99fb500c67ea3c|ddf1428f2896f942142202b7e9ca7cadf61bb71c4cdfa3910ef192c90bf46ea8
threadsafe|http://windows.php.net/downloads/releases/php-7.2.4-Win32-VC15-x86.zip|http://windows.php.net/downloads/releases/php-7.2.4-Win32-VC15-x64.zip|8b483419ed00ec74543cfa76a710251810a77496fbf80adb7f9480c347a05cb9|e2a89eb6f8316927d477678d3c5fbe37e67dc23eda405633e5047f5317f44e2c
not-threadsafe|http://windows.php.net/downloads/releases/php-7.2.4-nts-Win32-VC15-x86.zip|http://windows.php.net/downloads/releases/php-7.2.4-nts-Win32-VC15-x64.zip|95d85e94f313bd74fbee6fe2bcd71af5b1cad8cfc0b4c863b177901cc257c400|c5b4f404179de9c87705b76f5d7e8f48243e71510692692fe82f6ea204f44db1
2 changes: 1 addition & 1 deletion automatic/python/python.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"3.3": "3.3.4",
"3.4": "3.4.4.20180111",
"3.5": "3.5.4",
"3.6": "3.6.5-rc1",
"3.6": "3.6.5",
"3.7": "3.7.0-b2"
}
4 changes: 2 additions & 2 deletions automatic/python/python.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>python</id>
<version>3.6.5-rc1</version>
<version>3.6.5</version>
<title>Python</title>
<owners>chocolatey</owners>
<authors>Python Software Foundation</authors>
Expand All @@ -24,7 +24,7 @@ Python is a programming language that lets you work more quickly and integrate y
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/python</packageSourceUrl>
<projectSourceUrl>https://www.python.org/downloads/source</projectSourceUrl>
<dependencies>
<dependency id="python3" version="[3.6.5-rc1]" />
<dependency id="python3" version="[3.6.5]" />
</dependencies>
<licenseUrl>https://www.python.org/download/releases/3.4.0/license</licenseUrl>
</metadata>
Expand Down
8 changes: 4 additions & 4 deletions automatic/python3/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ Package can be verified like this:

1. Go to

x32: https://www.python.org/ftp/python/3.6.5/python-3.6.5rc1.exe
x64: https://www.python.org/ftp/python/3.6.5/python-3.6.5rc1-amd64.exe
x32: https://www.python.org/ftp/python/3.6.5/python-3.6.5.exe
x64: https://www.python.org/ftp/python/3.6.5/python-3.6.5-amd64.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: C6E875F9EE5E653E1B712851C34CBD1A6A74E3437957115EFBC18032CFECA6EE
checksum64: 27B1A7B95652AD1022E148D5AFFA4F49B3E191199A700603AB03CFD9D2949271
checksum32: CAF33A6ADE83CBAE3314DEA87595D29500AE2692CB656B587FBA17009BEDF3D8
checksum64: A518C95374BBDEEC10A144A76A04B6E05EA3D8A0773AAF0581220ABF7C9AD2C3

File 'license.txt' is obtained from:
https://www.python.org/download/releases/3.4.0/license/
2 changes: 1 addition & 1 deletion automatic/python3/python3.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"3.3": "3.3.4",
"3.4": "3.4.4.20180111",
"3.5": "3.5.4",
"3.6": "3.6.5-rc1",
"3.6": "3.6.5",
"3.7": "3.7.0-b2"
}
2 changes: 1 addition & 1 deletion automatic/python3/python3.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>python3</id>
<version>3.6.5-rc1</version>
<version>3.6.5</version>
<title>Python 3.x</title>
<owners>chocolatey</owners>
<authors>Python Software Foundation</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/python3/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ if ( $pp.InstallDir ) {
$packageArgs = @{
packageName = 'python3'
fileType = 'exe'
file = "$toolsPath\python-3.6.5rc1.exe"
file64 = "$toolsPath\python-3.6.5rc1-amd64.exe"
file = "$toolsPath\python-3.6.5.exe"
file64 = "$toolsPath\python-3.6.5-amd64.exe"
silentArgs = '/quiet InstallAllUsers=1 PrependPath=1 TargetDir="{0}"' -f $installDir
validExitCodes = @(0)
softwareName = 'Python*'
Expand Down

0 comments on commit 660eb00

Please sign in to comment.