Skip to content

Commit

Permalink
AU: 3 updated - notepadplusplus notepadplusplus.commandline notepadpl…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 1, 2018
1 parent f2b33b5 commit a59099b
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
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 <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.bin.7z>
64-Bit software: <https://notepad-plus-plus.org/repository/7.x/7.5.2/npp.7.5.2.bin.x64.7z>
32-Bit software: <https://notepad-plus-plus.org/repository/7.x/7.5.4/npp.7.5.4.bin.7z>
64-Bit software: <https://notepad-plus-plus.org/repository/7.x/7.5.4/npp.7.5.4.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: BD10CB9F90431B0E3BDCE5AEBE63897841FE310B0C9B8F51E831807D00500DF7
checksum64: EA477339FCE099699BB4D923A9A088366BEA3A1FD5FCEEC81020DAF3FA726421
checksum32: F9C0138AEACE4A35703FF1792F87787275925F16B5DA185CCF371D94329D13E0
checksum64: B1A6E4B86017D408521839418176612B1D800694E4FFA80F856CF2D8169E5C97

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.5.2</version>
<version>7.5.4</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.5.2.bin.7z"
file64 = "$toolsPath\npp.7.5.2.bin.x64.7z"
file = "$toolsPath\npp.7.5.4.bin.7z"
file64 = "$toolsPath\npp.7.5.4.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 <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.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>
32-Bit software: <https://notepad-plus-plus.org/repository/7.x/7.5.4/npp.7.5.4.Installer.exe>
64-Bit software: <https://notepad-plus-plus.org/repository/7.x/7.5.4/npp.7.5.4.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: 379AFE2F640F02E4EDB6208AB3529DBD06380F07A199EA8EB199FD057A60D357
checksum64: FFCDE52E57CAFFAF909DC52C1AE3C107443F99794374B927929830B92608736E
checksum32: 033F25C40098634DD6E3983C53316A7769954635DB2EE1618E60BFCC3DB64F15
checksum64: 502B08973AFDB07F10080A111695A9A1916BC3BE8826F48FF2377F2128FF6B4D

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.3</version>
<version>7.5.4</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.3.Installer.exe"
file64 = "$toolsPath\npp.7.5.3.Installer.x64.exe"
file = "$toolsPath\npp.7.5.4.Installer.exe"
file64 = "$toolsPath\npp.7.5.4.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.3</version>
<version>7.5.4</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.3]" />
<dependency id="notepadplusplus.install" version="[7.5.4]" />
</dependencies>
<licenseUrl>https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/LICENSE</licenseUrl>
</metadata>
Expand Down

0 comments on commit a59099b

Please sign in to comment.