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 Oct 26, 2019
1 parent d9e4213 commit 1111813
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
10 changes: 5 additions & 5 deletions automatic/notepadplusplus.commandline/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://notepad-plus-plus.org/download>
location on <>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://notepad-plus-plus.org/repository/7.x/7.7.1/npp.7.7.1.bin.7z>
64-Bit software: <https://notepad-plus-plus.org/repository/7.x/7.7.1/npp.7.7.1.bin.x64.7z>
32-Bit software: <http://download.notepad-plus-plus.org/repository/7.x/7.8/npp.7.8.bin.7z>
64-Bit software: <http://download.notepad-plus-plus.org/repository/7.x/7.8/npp.7.8.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: F0AF67993BD5F420EF0D9268F9667D628090491899F6529A7A75F60244700EF1
checksum64: 528EC2BF90FD409B4BF914C198B93DB28CECD4FA2A8CDF6180F1B9CDED7F8DFA
checksum32: 01F095E72B2DF940DD76D7720D789DC9D7916EFD790EECD29B48D0004F148589
checksum64: 520974C89783D127CD9FA01611B715E1CA4D7F82FF79FA5BBF9EBB2843385AB2

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.7.1</version>
<version>7.8</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.7.1.bin.7z"
file64 = "$toolsPath\npp.7.7.1.bin.x64.7z"
file = "$toolsPath\npp.7.8.bin.7z"
file64 = "$toolsPath\npp.7.8.bin.x64.7z"
destination = $toolsPath
}

Expand Down
10 changes: 5 additions & 5 deletions automatic/notepadplusplus.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://notepad-plus-plus.org/download>
location on <>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://notepad-plus-plus.org/repository/7.x/7.7/npp.7.7.Installer.exe>
64-Bit software: <https://notepad-plus-plus.org/repository/7.x/7.7/npp.7.7.Installer.x64.exe>
32-Bit software: <http://download.notepad-plus-plus.org/repository/7.x/7.8/npp.7.8.Installer.exe>
64-Bit software: <http://download.notepad-plus-plus.org/repository/7.x/7.8/npp.7.8.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: F851E5CCE9A1509F4E2C476CE5F7ADF151D8F385AFBCF448234B7F28FBA28AF9
checksum64: C2E485758DE1C7F3768B30778852A3B2624B6803D5C40411E9685CCE478F5FF4
checksum32: F2BB733A6AFCFF34E8E72CBEB3A200DD223E732E2E1275322532635CDF066027
checksum64: DDAF2A899B3CFC81B814ED24BAB4C42386853444C2C50D7BB676127B04FFEA9A

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

0 comments on commit 1111813

Please sign in to comment.