Skip to content

Commit

Permalink
AU: 4 updated - nodejs nodejs.install Opera vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 3, 2019
1 parent 028b07a commit b7225df
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 24 deletions.
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/v12.5.0/node-v12.5.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v12.5.0/node-v12.5.0-x64.msi>
32-Bit: <https://nodejs.org/dist/v12.6.0/node-v12.6.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v12.6.0/node-v12.6.0-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: 756E9E038BB7D5064DD796F711148AECA1A96F0AE120BC533B43E5E5E1E1057C
checksum64: DB25E37585128891E23B1EEB3F0C22DE51FD8901247AAFD09CD47D35E03DA712
checksum32: F4728F17717DC2AC8A767F80C5D93CF6AA6CFEFF80C1C0EE61CE9F261E4DA26E
checksum64: 2AA6856CDE3D36220D34C70000C6305802E95F2FDA1C1D62BB639C10371B55A6

File 'LICENSE.txt' is obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"9": "9.11.2",
"10": "10.16.0",
"11": "11.15.0",
"12": "12.5.0",
"12": "12.6.0",
"5": "5.12.0",
"7": "7.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>12.5.0</version>
<version>12.6.0</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-v12.5.0-x86.msi"
$filePath64 = "$toolsPath\node-v12.5.0-x64.msi"
$filePath32 = "$toolsPath\node-v12.6.0-x86.msi"
$filePath64 = "$toolsPath\node-v12.6.0-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
2 changes: 1 addition & 1 deletion automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"9": "9.11.2",
"10": "10.16.0",
"11": "11.15.0",
"12": "12.5.0",
"12": "12.6.0",
"5": "5.12.0",
"7": "7.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>12.5.0</version>
<version>12.6.0</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.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[12.5.0]" />
<dependency id="nodejs.install" version="[12.6.0]" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions automatic/opera/opera.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>Opera</id>
<version>62.0.3331.18</version>
<version>62.0.3331.43</version>
<title>Opera</title>
<owners>chocolatey</owners>
<authors>Opera</authors>
Expand All @@ -23,7 +23,7 @@ These parameters can be passed to the installer with the use of `--params`.
For example: `--params '"/NoDesktopShortcut /NoTaskbarShortcut"'`
]]></description>
<summary>The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer.</summary>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-62/#b3331.18</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-62/#b3331.43</releaseNotes>
<tags>browser opera cross-platform internet admin</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/opera</packageSourceUrl>
</metadata>
Expand Down
10 changes: 5 additions & 5 deletions automatic/opera/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ $parameters += if ($pp.NoTaskbarShortcut) { " /pintotaskbar 0"; Write-Host "
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera/desktop/62.0.3331.18/win/Opera_62.0.3331.18_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/62.0.3331.18/win/Opera_62.0.3331.18_Setup_x64.exe'
checksum = '5c6154bf91b4b37e3959c04db4cd9b3f2aa53531f9965ec5a960890dcc5f35ff'
checksum64 = '1e680b2da54fa52466d181b1c29e73e2fe2415cbb6b6909854c2ff0ada36d3b9'
url = 'https://get.geo.opera.com/pub/opera/desktop/62.0.3331.43/win/Opera_62.0.3331.43_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/62.0.3331.43/win/Opera_62.0.3331.43_Setup_x64.exe'
checksum = '1f048841808933e155bbe63416de80b98d2a803232d43c5d3fbe5726692ff30c'
checksum64 = 'eaf5b46adbe9b55ca04bf3b3f1d152df5a0f0d804001ebdd6645b976708a9c8f'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0' + $parameters
validExitCodes = @(0)
}

$version = '62.0.3331.18'
$version = '62.0.3331.43'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
} else {
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$softwareName = 'Microsoft Visual Studio Code'
$version = '1.35.1'
$version = '1.36.0'
if ($version -eq (Get-UninstallRegistryKey "$softwareName").DisplayVersion) {
Write-Host "VS Code $version is already installed."
return
Expand All @@ -16,14 +16,14 @@ Close-VSCode
$packageArgs = @{
packageName = 'vscode'
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/stable/c7d83e57cd18f18026a8162d042843bda1bcf21f/VSCodeSetup-ia32-1.35.1.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/c7d83e57cd18f18026a8162d042843bda1bcf21f/VSCodeSetup-x64-1.35.1.exe'
url = 'https://az764295.vo.msecnd.net/stable/0f3794b38477eea13fb47fbe15a42798e6129338/VSCodeSetup-ia32-1.36.0.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/0f3794b38477eea13fb47fbe15a42798e6129338/VSCodeSetup-x64-1.36.0.exe'

softwareName = "$softwareName"

checksum = '19c667821509533ef4a845f3c065340b0cb9c7612e7b21ccc0f08dbb961be6fe'
checksum = '3ac2582a9185705ebdbe5d9222f25188169bdedb2173a63dbf05bf3d03af7272'
checksumType = 'sha256'
checksum64 = '85ae566a84aec2005b8d1a0b14fab706dc74df9ca664b388cbdf0e9b14506c96'
checksum64 = '5b24d9b290a1cbae3ae1539825f74b7229143a0ec01754a96a3ef852985ab876'
checksumType64 = 'sha256'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode/vscode.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode</id>
<title>Visual Studio Code</title>
<version>1.35.1</version>
<version>1.36.0</version>
<authors>Microsoft</authors>
<owners>chocolatey</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down

0 comments on commit b7225df

Please sign in to comment.