Skip to content

Commit

Permalink
AU: 5 updated - dropbox nodejs nodejs.install notepadplusplus notepad…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 6, 2017
1 parent ea3d2e2 commit ec9fd4b
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 23 deletions.
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>39.4.49</version>
<version>40.4.46</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%2039.4.49%20Offline%20Installer.exe'
checksum = 'd0298428e7cca8084c97872a9fd5d66bd802e871f88ec4044b843d5cd7e6a238'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2040.4.46%20Offline%20Installer.exe'
checksum = 'd6586b8c353dfc7a8ff0a577821bad4c68cff40565c77ac48e7de693aa785f84'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
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/download/release/latest-v6.x/node-v6.12.1-x86.msi>
64-Bit: <https://nodejs.org/download/release/latest-v6.x/node-v6.12.1-x64.msi>
32-Bit: <https://nodejs.org/dist/v8.9.2/node-v8.9.2-x86.msi>
64-Bit: <https://nodejs.org/dist/v8.9.2/node-v8.9.2-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: 66D2177F400294AB0CBEEE103EC1BA62E5CE44822C0C6C312127A6D6CBFDB6C4
checksum64: C98CC3876807BB6AD0918E17AF6D6629FDC8702D7985E8DAF97A04DEBFCFDDDD
checksum32: A4C70A98755D011E2E3922786F7C6DF553A19A32196F1EBF3CCAE48E078F2C09
checksum64: 3D7A60A5268F4C3D3FC8B37E3E3EC9F52012E048D0F1598EB1D6C5D7717E6A86

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
@@ -1,7 +1,7 @@
{
"4.8": "4.8.6",
"6.11": "6.11.5",
"8.9": "8.9.1",
"8.9": "8.9.2",
"9.0": "9.0.0",
"6.12": "6.12.1",
"9.1": "9.1.0"
Expand Down
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>6.12.1</version>
<version>8.9.2</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-v6.12.1-x86.msi"
$filePath64 = "$toolsPath\node-v6.12.1-x64.msi"
$filePath32 = "$toolsPath\node-v8.9.2-x86.msi"
$filePath64 = "$toolsPath\node-v8.9.2-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
2 changes: 1 addition & 1 deletion automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"4.8": "4.8.6",
"6.11": "6.11.5",
"8.9": "8.9.1",
"8.9": "8.9.2",
"9.0": "9.0.0",
"6.12": "6.12.1",
"9.1": "9.1.0"
Expand Down
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>6.12.1</version>
<version>8.9.2</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="[6.12.1]" />
<dependency id="nodejs.install" version="[8.9.2]" />
</dependencies>
</metadata>
<files>
Expand Down
8 changes: 4 additions & 4 deletions automatic/notepadplusplus.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://notepad-plus-plus.org/download>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://notepad-plus-plus.org/repository/7.x/7.5.2/npp.7.5.2.Installer.exe>
64-Bit software: <https://notepad-plus-plus.org/repository/7.x/7.5.2/npp.7.5.2.Installer.x64.exe>
32-Bit software: <https://notepad-plus-plus.org/repository/7.x/7.5.3/npp.7.5.3.Installer.exe>
64-Bit software: <https://notepad-plus-plus.org/repository/7.x/7.5.3/npp.7.5.3.Installer.x64.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: 4D8970E13C7D93EEDE4F460CE9DD49979FF5230D63583CC06A569060E33FF275
checksum64: 8A29D259093776EAE774309CA3ED189FC3E780A8B0A86F1B557CEDDAF79D054E
checksum32: 379AFE2F640F02E4EDB6208AB3529DBD06380F07A199EA8EB199FD057A60D357
checksum64: FFCDE52E57CAFFAF909DC52C1AE3C107443F99794374B927929830B92608736E

The file 'LICENSE.txt' has been obtained from <https://github.com/notepad-plus-plus/notepad-plus-plus/blob/f7ade4739ba8d53e87b5cc50bbed1bb472f5e68c/LICENSE>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>notepadplusplus.install</id>
<title>Notepad++ (Install)</title>
<version>7.5.2</version>
<version>7.5.3</version>
<authors>Don Ho</authors>
<owners>chocolatey</owners>
<summary>Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/notepadplusplus.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 = 'exe'
file = "$toolsPath\npp.7.5.2.Installer.exe"
file64 = "$toolsPath\npp.7.5.2.Installer.x64.exe"
file = "$toolsPath\npp.7.5.3.Installer.exe"
file64 = "$toolsPath\npp.7.5.3.Installer.x64.exe"
softwareName = 'Notepad\+\+*'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions automatic/notepadplusplus/notepadplusplus.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>notepadplusplus</id>
<title>Notepad++</title>
<version>7.5.2</version>
<version>7.5.3</version>
<authors>Don Ho</authors>
<owners>chocolatey</owners>
<summary>Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages.</summary>
Expand Down Expand Up @@ -44,7 +44,7 @@ Based on the powerful editing component Scintilla, Notepad++ is written in C++ a
<mailingListUrl>https://notepad-plus-plus.org/community/</mailingListUrl>
<bugTrackerUrl>https://github.com/notepad-plus-plus/notepad-plus-plus/issues</bugTrackerUrl>
<dependencies>
<dependency id="notepadplusplus.install" version="[7.5.2]" />
<dependency id="notepadplusplus.install" version="[7.5.3]" />
</dependencies>
<licenseUrl>https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/LICENSE</licenseUrl>
</metadata>
Expand Down

0 comments on commit ec9fd4b

Please sign in to comment.