Skip to content

Commit

Permalink
AU: 2 updated - nodejs.install paint.net
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 22, 2019
1 parent a5260fe commit 7bc8c1f
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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.13.1/node-v12.13.1-x86.msi>
64-Bit: <https://nodejs.org/dist/v12.13.1/node-v12.13.1-x64.msi>
32-Bit: <https://nodejs.org/dist/v13.2.0/node-v13.2.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v13.2.0/node-v13.2.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: 54E9C3A65FB563F7426749B4351342406B87495375EBFC628BCC82B88147B7F9
checksum64: B0B4FCAE7531A0509FC1F29E814EA59487C38787DF671E6BC04B17EE355B24F3
checksum32: E0169DBA11FD29C556A0B3C2BCB39F16D31A706F3141AB7290CBE025B6F49817
checksum64: 64522732B95FAA408240BCC21AA4296462297C99EDF6D9A426DAD757B10279AD

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 @@ -8,5 +8,5 @@
"12": "12.13.1",
"5": "5.12.0",
"7": "7.10.1",
"13": "13.1.0"
"13": "13.2.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>12.13.1</version>
<version>13.2.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.13.1-x86.msi"
$filePath64 = "$toolsPath\node-v12.13.1-x64.msi"
$filePath32 = "$toolsPath\node-v13.2.0-x86.msi"
$filePath64 = "$toolsPath\node-v13.2.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
4 changes: 2 additions & 2 deletions automatic/paint.net/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to

x32: https://www.dotpdn.com/files/paint.net.4.2.5.install.zip
x32: https://www.dotpdn.com/files/paint.net.4.2.6.install.zip

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: 7F3234A31C28936937B9D8CBCD6FD2C9C4BD3DED8F90A20D1B97CC8AB64E44D5
checksum32: 76306089035DABB92295D733011CB5FB720128DB41705D88B5D2652AD61E59A4

File 'license.txt' is obtained from:
https://www.getpaint.net/license.html
2 changes: 1 addition & 1 deletion automatic/paint.net/paint.net.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>paint.net</id>
<version>4.2.5</version>
<version>4.2.6</version>
<title>Paint.NET</title>
<authors>Rick Brewster, dotPDN</authors>
<projectUrl>http://www.getpaint.net/</projectUrl>
Expand Down

0 comments on commit 7bc8c1f

Please sign in to comment.