Skip to content

Commit

Permalink
AU: 5 updated - chromium nodejs nodejs.install python python3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 30, 2018
1 parent ecffa68 commit cca4a09
Show file tree
Hide file tree
Showing 15 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.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>chromium</id>
<version>67.0.3384.0-snapshots</version>
<version>67.0.3385.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/546728/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/546728/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/547105/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/547105/mini_installer.exe>
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: C08160F16AEEBF1D2E2C6DAAA1AD90B6D2AD71B3D23E4F87ECF7B6D0189B8BC4
checksum64: 6B16FBF874CAAEC87FB11B7594F2F44999C22D1629E67D2E0EC2454D7E82F18F
checksum32: DA96D4FBB3D038B4BA3A3A8ACD2F6D2FAEA67844FF3C5E7743E94F1375CF7AEA
checksum64: 0CD018A7D039A85F8E859B7D1786C5100F3A7948363A7B1365CFD7E73A370891

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "67.0.3384.0-snapshots"
$version = "67.0.3385.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
8 changes: 4 additions & 4 deletions automatic/nodejs.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://nodejs.org/dist/v9.10.0/node-v9.10.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v9.10.0/node-v9.10.0-x64.msi>
32-Bit: <https://nodejs.org/dist/v9.10.1/node-v9.10.1-x86.msi>
64-Bit: <https://nodejs.org/dist/v9.10.1/node-v9.10.1-x64.msi>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: D590505B28EE081C592EFC82899D57418EE6C0665423A121589614E493281AD3
checksum64: C053E4FE3B6C9F68231C28DF41EB2569453ABB0404C1FB22CC78A5CF2B967283
checksum32: 26A6B7F8F2A1D1239BB0E9C96E671AAF413DC7BA7C4F9438C9F27F6146E595F7
checksum64: 5DF7F40F81AB574F9E44434F7847A5FBCE48E76ED4A32FB3D80FAC00592DA6B9

File 'LICENSE.txt' is obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>
8 changes: 4 additions & 4 deletions automatic/nodejs.install/nodejs.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"8.10": "8.10.0",
"9.8": "9.8.0",
"9.9": "9.9.0",
"4.9": "4.9.0",
"6.14": "6.14.0",
"8.11": "8.11.0",
"9.10": "9.10.0"
"4.9": "4.9.1",
"6.14": "6.14.1",
"8.11": "8.11.1",
"9.10": "9.10.1"
}
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs.install</id>
<title>Node JS (Install)</title>
<version>9.10.0</version>
<version>9.10.1</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/nodejs.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$filePath32 = "$toolsPath\node-v9.10.0-x86.msi"
$filePath64 = "$toolsPath\node-v9.10.0-x64.msi"
$filePath32 = "$toolsPath\node-v9.10.1-x86.msi"
$filePath64 = "$toolsPath\node-v9.10.1-x64.msi"
$installFile = if ((Get-OSArchitectureWidth 64) -and $env:chocolateyForceX86 -ne 'true') {
Write-Host "Installing 64 bit version"; $filePath64 }
else { Write-Host "Installing 32 bit version"; $filePath32 }
Expand Down
8 changes: 4 additions & 4 deletions automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"8.10": "8.10.0",
"9.8": "9.8.0",
"9.9": "9.9.0",
"4.9": "4.9.0",
"6.14": "6.14.0",
"8.11": "8.11.0",
"9.10": "9.10.0"
"4.9": "4.9.1",
"6.14": "6.14.1",
"8.11": "8.11.1",
"9.10": "9.10.1"
}
4 changes: 2 additions & 2 deletions automatic/nodejs/nodejs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs</id>
<title>Node JS</title>
<version>9.10.0</version>
<version>9.10.1</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand All @@ -28,7 +28,7 @@ While this package now provides both **Current** and **LTS** releases of Node.js
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[9.10.0]" />
<dependency id="nodejs.install" version="[9.10.1]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/python/python.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"3.4": "3.4.4.20180111",
"3.5": "3.5.4",
"3.6": "3.6.5",
"3.7": "3.7.0-b2"
"3.7": "3.7.0-b3"
}
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</version>
<version>3.7.0-b3</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]" />
<dependency id="python3" version="[3.7.0-b3]" />
</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.5.exe
x64: https://www.python.org/ftp/python/3.6.5/python-3.6.5-amd64.exe
x32: https://www.python.org/ftp/python/3.7.0/python-3.7.0b3.exe
x64: https://www.python.org/ftp/python/3.7.0/python-3.7.0b3-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: CAF33A6ADE83CBAE3314DEA87595D29500AE2692CB656B587FBA17009BEDF3D8
checksum64: A518C95374BBDEEC10A144A76A04B6E05EA3D8A0773AAF0581220ABF7C9AD2C3
checksum32: 26C7951114F99B0DAB4CBEBD01BD6639E4707C8504F7A5D5F318AFD2C037A4B5
checksum64: 9FA71CB733ADE25670700B7D4482903A295243E79AE7957E6368B21FEBB2963B

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 @@ -6,5 +6,5 @@
"3.4": "3.4.4.20180111",
"3.5": "3.5.4",
"3.6": "3.6.5",
"3.7": "3.7.0-b2"
"3.7": "3.7.0-b3"
}
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</version>
<version>3.7.0-b3</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.5.exe"
file64 = "$toolsPath\python-3.6.5-amd64.exe"
file = "$toolsPath\python-3.7.0b3.exe"
file64 = "$toolsPath\python-3.7.0b3-amd64.exe"
silentArgs = '/quiet InstallAllUsers=1 PrependPath=1 TargetDir="{0}"' -f $installDir
validExitCodes = @(0)
softwareName = 'Python*'
Expand Down

0 comments on commit cca4a09

Please sign in to comment.