Skip to content

Commit

Permalink
AU: 5 updated - nodejs notepadplusplus notepadplusplus.commandline no…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 21, 2020
1 parent 13f37e8 commit 53230f7
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 22 deletions.
3 changes: 2 additions & 1 deletion automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"12": "12.16.2",
"5": "5.12.0",
"7": "7.10.1",
"13": "13.13.0"
"13": "13.13.0",
"14": "14.0.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>13.13.0</version>
<version>14.0.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="[13.13.0]" />
<dependency id="nodejs.install" version="[14.0.0]" />
</dependencies>
</metadata>
<files>
Expand Down
8 changes: 4 additions & 4 deletions automatic/notepadplusplus.commandline/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <http://download.notepad-plus-plus.org/repository/7.x/7.8.5/npp.7.8.5.bin.7z>
64-Bit software: <http://download.notepad-plus-plus.org/repository/7.x/7.8.5/npp.7.8.5.bin.x64.7z>
32-Bit software: <http://download.notepad-plus-plus.org/repository/7.x/7.8.6/npp.7.8.6.bin.7z>
64-Bit software: <http://download.notepad-plus-plus.org/repository/7.x/7.8.6/npp.7.8.6.bin.x64.7z>
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: 9254115E7A1C52A8ECB62CC7163A71974D2EB59D221E0890E365AC86DE3BDA79
checksum64: ED2DE42EC25ECA63FDDB4F569C14A14269CBC20D7B8457DD6949981FB73778A9
checksum32: 15DC193D0146A79DE1E29B57BFD1951E7F3D48E53A9C59EF6713D1724FD56A41
checksum64: A0BBD13925ED3F703A5B60E3620626AE1A5E362D8848165E46DCC6081C9A9504

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.commandline</id>
<title>Notepad++ (Portable, CommandLine)</title>
<version>7.8.5</version>
<version>7.8.6</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
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsPath\npp.7.8.5.bin.7z"
file64 = "$toolsPath\npp.7.8.5.bin.x64.7z"
file = "$toolsPath\npp.7.8.6.bin.7z"
file64 = "$toolsPath\npp.7.8.6.bin.x64.7z"
destination = $toolsPath
}

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 <>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <http://download.notepad-plus-plus.org/repository/7.x/7.8.5/npp.7.8.5.Installer.exe>
64-Bit software: <http://download.notepad-plus-plus.org/repository/7.x/7.8.5/npp.7.8.5.Installer.x64.exe>
32-Bit software: <http://download.notepad-plus-plus.org/repository/7.x/7.8.6/npp.7.8.6.Installer.exe>
64-Bit software: <http://download.notepad-plus-plus.org/repository/7.x/7.8.6/npp.7.8.6.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: 6DB7D40D66D4C4F9EEFB972E333F733111D4C8FC0712D6C6E8A9B476A14EEE38
checksum64: AB80B1B5405F09302E0E950EAEAE2956B7F3C7BB2F463328CBB96E33746CC090
checksum32: 26CA36509EA21535A39F812A1EABDBDC8BACC617E517700229E3A662DB00FF95
checksum64: 03B3A8E2D0395B2DCAF7CD30CB47106EBAC678CBCD72E81BB5EE0E618927D3DD

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.8.5</version>
<version>7.8.6</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.8.5.Installer.exe"
file64 = "$toolsPath\npp.7.8.5.Installer.x64.exe"
file = "$toolsPath\npp.7.8.6.Installer.exe"
file64 = "$toolsPath\npp.7.8.6.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.8.5</version>
<version>7.8.6</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.8.5]" />
<dependency id="notepadplusplus.install" version="[7.8.6]" />
</dependencies>
<licenseUrl>https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/LICENSE</licenseUrl>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion automatic/sonarlint-vs2015/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ in verifying that this package's contents are trustworthy.
The extension has been downloaded from their official download link listed on <https://marketplace.visualstudio.com/items?itemName=SonarSource.SonarLintforVisualStudio>
and can be verified like this:

1. Download <https://marketplace.visualstudio.com/_apis/public/gallery/publishers/SonarSource/vsextensions/SonarLintforVisualStudio/4.19.0.15817/vspackage>
1. Download <https://marketplace.visualstudio.com/_apis/public/gallery/publishers/SonarSource/vsextensions/SonarLintforVisualStudio/4.21.0.16909/vspackage>
2. Then use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'
Expand Down
2 changes: 1 addition & 1 deletion automatic/sonarlint-vs2015/sonarlint-vs2015.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>sonarlint-vs2015</id>
<title>SonarLint for Visual Studio 2015</title>
<version>4.19.0.15817</version>
<version>4.21.0.16909</version>
<authors>SonarSource (SonarSource SA)</authors>
<owners>chocolatey, Pascal Berger</owners>
<projectSourceUrl>https://github.com/SonarSource-VisualStudio/sonarlint-visualstudio</projectSourceUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/sonarlint-vs2015/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop';

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$filePath = "$toolsPath\SonarLint.VSIX-4.19.0.15817-2015.vsix"
$filePath = "$toolsPath\SonarLint.VSIX-4.21.0.16909-2015.vsix"

$vsixUrl = "file://" + $filePath.Replace("\", "/")

Expand Down

0 comments on commit 53230f7

Please sign in to comment.