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 May 20, 2019
1 parent 869c68c commit 58a4191
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion automatic/notepadplusplus.commandline/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@8a927ff286164545446171f26f19b436622e69b5/icons/notepadplusplus.png" width="48" height="48"/> [notepadplusplus.commandline](https://chocolatey.org/packages/notepadplusplus.commandline)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@8a927ff286164545446171f26f19b436622e69b5/icons/notepadplusplus.png" width="48" height="48"/> [notepadplusplus.commandline](https://chocolatey.org/packages/notepadplusplus.commandline)

Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GPL License.

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 <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.6.6/npp.7.6.6.bin.7z>
64-Bit software: <https://notepad-plus-plus.org/repository/7.x/7.6.6/npp.7.6.6.bin.x64.7z>
32-Bit software: <https://notepad-plus-plus.org/repository/7.x/7.7/npp.7.7.bin.7z>
64-Bit software: <https://notepad-plus-plus.org/repository/7.x/7.7/npp.7.7.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: F4536EDE75152615B96F927CE9E3B0DACE30BDDF293E5472018C5B9D79BE8403
checksum64: A98A11914CC5990EF05B3641CB522DCADD3C22F2A460BE671F90B11E9920727F
checksum32: A5068F28CB737F2A2182490E1761D01480F66D99735858E284BECAD2BEAA7D30
checksum64: 97D8C39276A86A0F2CB6C9EC6081AA0F7BDF0A70EAC896A5187BB6493C96CFA6

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.6.6</version>
<version>7.7</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 @@ -40,8 +40,8 @@ Based on the powerful editing component Scintilla, Notepad++ is written in C++ a
<tags>notepad notepadplusplus notepad-plus-plus editor text development foss</tags>
<licenseUrl>https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/LICENSE</licenseUrl>
<releaseNotes>https://notepad-plus-plus.org/news</releaseNotes>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@8a927ff286164545446171f26f19b436622e69b5/icons/notepadplusplus.png</iconUrl>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/notepadplusplus.commandline</packageSourceUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@8a927ff286164545446171f26f19b436622e69b5/icons/notepadplusplus.png</iconUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/notepadplusplus.commandline</packageSourceUrl>
<projectSourceUrl>https://github.com/notepad-plus-plus/notepad-plus-plus</projectSourceUrl>
<mailingListUrl>https://notepad-plus-plus.org/community/</mailingListUrl>
<bugTrackerUrl>https://github.com/notepad-plus-plus/notepad-plus-plus/issues</bugTrackerUrl>
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.6.6.bin.7z"
file64 = "$toolsPath\npp.7.6.6.bin.x64.7z"
file = "$toolsPath\npp.7.7.bin.7z"
file64 = "$toolsPath\npp.7.7.bin.x64.7z"
destination = $toolsPath
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/notepadplusplus.install/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [<img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@8a927ff286164545446171f26f19b436622e69b5/icons/notepadplusplus.png" width="48" height="48"/> notepadplusplus.install](https://chocolatey.org/packages/notepadplusplus.install)
# [<img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@8a927ff286164545446171f26f19b436622e69b5/icons/notepadplusplus.png" width="48" height="48"/> notepadplusplus.install](https://chocolatey.org/packages/notepadplusplus.install)

Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GPL License.

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.6.6/npp.7.6.6.Installer.exe>
64-Bit software: <https://notepad-plus-plus.org/repository/7.x/7.6.6/npp.7.6.6.Installer.x64.exe>
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>
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: 9582FEC10E6CA488AB506A96DFEB5DA56C9425CA32A8481E060BD06893FB1B3E
checksum64: F19F407F0C2EC95F176F09DF7816B6382B8EBAD7E6D69004221E4A3D078A7ADD
checksum32: F851E5CCE9A1509F4E2C476CE5F7ADF151D8F385AFBCF448234B7F28FBA28AF9
checksum64: C2E485758DE1C7F3768B30778852A3B2624B6803D5C40411E9685CCE478F5FF4

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.6.6</version>
<version>7.7</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 @@ -40,8 +40,8 @@ Based on the powerful editing component Scintilla, Notepad++ is written in C++ a
<tags>notepad notepadplusplus notepad-plus-plus editor text development foss</tags>
<licenseUrl>https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/LICENSE</licenseUrl>
<releaseNotes>https://notepad-plus-plus.org/news</releaseNotes>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@8a927ff286164545446171f26f19b436622e69b5/icons/notepadplusplus.png</iconUrl>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/notepadplusplus.install</packageSourceUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@8a927ff286164545446171f26f19b436622e69b5/icons/notepadplusplus.png</iconUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/notepadplusplus.install</packageSourceUrl>
<projectSourceUrl>https://github.com/notepad-plus-plus/notepad-plus-plus</projectSourceUrl>
<mailingListUrl>https://notepad-plus-plus.org/community/</mailingListUrl>
<bugTrackerUrl>https://github.com/notepad-plus-plus/notepad-plus-plus/issues</bugTrackerUrl>
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.6.6.Installer.exe"
file64 = "$toolsPath\npp.7.6.6.Installer.x64.exe"
file = "$toolsPath\npp.7.7.Installer.exe"
file64 = "$toolsPath\npp.7.7.Installer.x64.exe"
softwareName = 'Notepad\+\+*'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/notepadplusplus/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@8a927ff286164545446171f26f19b436622e69b5/icons/notepadplusplus.png" width="48" height="48"/> [notepadplusplus](https://chocolatey.org/packages/notepadplusplus)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@8a927ff286164545446171f26f19b436622e69b5/icons/notepadplusplus.png" width="48" height="48"/> [notepadplusplus](https://chocolatey.org/packages/notepadplusplus)

Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GPL License.

Expand Down
8 changes: 4 additions & 4 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.6.6</version>
<version>7.7</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 @@ -38,13 +38,13 @@ Based on the powerful editing component Scintilla, Notepad++ is written in C++ a
<projectUrl>https://notepad-plus-plus.org/</projectUrl>
<tags>notepad notepadplusplus notepad-plus-plus editor text development foss</tags>
<releaseNotes>https://notepad-plus-plus.org/news</releaseNotes>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@8a927ff286164545446171f26f19b436622e69b5/icons/notepadplusplus.png</iconUrl>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/notepadplusplus</packageSourceUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@8a927ff286164545446171f26f19b436622e69b5/icons/notepadplusplus.png</iconUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/notepadplusplus</packageSourceUrl>
<projectSourceUrl>https://github.com/notepad-plus-plus/notepad-plus-plus</projectSourceUrl>
<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.6.6]" />
<dependency id="notepadplusplus.install" version="[7.7]" />
</dependencies>
<licenseUrl>https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/LICENSE</licenseUrl>
</metadata>
Expand Down

0 comments on commit 58a4191

Please sign in to comment.