Skip to content

Commit

Permalink
AU: 4 updated - dropbox nodejs nodejs.install visualstudiocode
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 10, 2018
1 parent 3bbd2c7 commit 6cf913d
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 17 deletions.
2 changes: 1 addition & 1 deletion automatic/dropbox_beta/dropbox_beta.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>41.3.79-beta</version>
<version>42.3.112-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey, Rob Reynolds</owners>
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/v8.9.4/node-v8.9.4-x86.msi>
64-Bit: <https://nodejs.org/dist/v8.9.4/node-v8.9.4-x64.msi>
32-Bit: <https://nodejs.org/dist/v9.4.0/node-v9.4.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v9.4.0/node-v9.4.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: F9442188C2F66D167A0AC610DEE6D16E226BA28CA93F9569E0276268EB8F85DC
checksum64: 547689DA69BACADFEE619D208702B73698D14297BD5FEF5D80656897989E91B6
checksum32: BE349639CC2B44819087E61F5E293C09A3C93CE81C7AA61715BFD598698647C0
checksum64: 1570CF95433B5FA860128926EDFC2F950CC227C77863DEF80328598F81EE5A91

File 'LICENSE.txt' is obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>
3 changes: 2 additions & 1 deletion automatic/nodejs.install/nodejs.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"6.12": "6.12.3",
"9.1": "9.1.0",
"9.2": "9.2.1",
"9.3": "9.3.0"
"9.3": "9.3.0",
"9.4": "9.4.0"
}
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>8.9.4</version>
<version>9.4.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-v8.9.4-x86.msi"
$filePath64 = "$toolsPath\node-v8.9.4-x64.msi"
$filePath32 = "$toolsPath\node-v9.4.0-x86.msi"
$filePath64 = "$toolsPath\node-v9.4.0-x64.msi"
$installFile = if ((Get-ProcessorBits 64) -and $env:chocolateyForceX86 -ne 'true') {
Write-Host "Installing 64 bit version"; $filePath64 }
else { Write-Host "Installing 32 bit version"; $filePath32 }
Expand Down
3 changes: 2 additions & 1 deletion automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"6.12": "6.12.3",
"9.1": "9.1.0",
"9.2": "9.2.1",
"9.3": "9.3.0"
"9.3": "9.3.0",
"9.4": "9.4.0"
}
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>8.9.4</version>
<version>9.4.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.rawgit.com/chocolatey/chocolatey-coreteampackages/ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[8.9.4]" />
<dependency id="nodejs.install" version="[9.4.0]" />
</dependencies>
</metadata>
<files>
Expand Down
8 changes: 4 additions & 4 deletions automatic/visualstudiocode/Tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ ps code -ea 0 | kill #in case gracefull shutdown did not succeed, try hard kill
$packageArgs = @{
packageName = 'visualstudiocode'
fileType = 'EXE'
url = 'https://az764295.vo.msecnd.net/stable/0759f77bb8d86658bc935a10a64f6182c5a1eeba/VSCodeSetup-ia32-1.19.1.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/0759f77bb8d86658bc935a10a64f6182c5a1eeba/VSCodeSetup-x64-1.19.1.exe'
url = 'https://az764295.vo.msecnd.net/stable/490ef761b76b3f3b3832eff7a588aac891e5fe80/VSCodeSetup-ia32-1.19.2.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/490ef761b76b3f3b3832eff7a588aac891e5fe80/VSCodeSetup-x64-1.19.2.exe'

softwareName = 'Microsoft Visual Studio Code'

checksum = '216784a240f6f385a2ee8a993517b9d093579e1f3a3ba051a7c8789c65a92aac'
checksum = '63d038aa72277b31520ff460129b31beac29abc03ffd2eebf000ce8dc0d222cc'
checksumType = 'sha256'
checksum64 = '7bb2b2838b18de7ab384b511fb70773a7325e74e12946d4f55b6570943489429'
checksum64 = 'ad71e488a9dcb4a28a818a6e31edfdb73aed281869c60a16d15e9bfc1768a0aa'
checksumType64 = 'sha256'

silentArgs = "/verysilent /suppressmsgboxes /mergetasks=""$mergeTasks"" /log=""$env:temp\vscode.log"""
Expand Down
2 changes: 1 addition & 1 deletion automatic/visualstudiocode/visualstudiocode.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>visualstudiocode</id>
<title>Visual Studio Code</title>
<version>1.19.1</version>
<version>1.19.2</version>
<authors>Microsoft</authors>
<owners>chocolatey</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down

0 comments on commit 6cf913d

Please sign in to comment.