Skip to content

Commit

Permalink
AU: 2 updated - notepadplusplus notepadplusplus.commandline
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 24, 2018
1 parent 0d8262e commit 8e3de9c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions automatic/notepadplusplus.commandline/legal/VERIFICATION.txt
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.7/npp.7.5.7.bin.7z>
64-Bit software: <https://notepad-plus-plus.org/repository/7.x/7.5.7/npp.7.5.7.bin.x64.7z>
32-Bit software: <https://notepad-plus-plus.org/repository/7.x/7.5.8/npp.7.5.8.bin.7z>
64-Bit software: <https://notepad-plus-plus.org/repository/7.x/7.5.8/npp.7.5.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: 9BE2CC449AEBA33E5854B4B03D01A9E830F902D8725949B6F061A7FB114AACDE
checksum64: 3C1650870F6D7EADE5C00E2E11A2BC0D328F1D619CE1BA37FACD32295596C36C
checksum32: 35D510F890F4578DBA6D04EF4F12F859618C886BD48FB2C292D11BFA6C92CE94
checksum64: 559B78049B416D6FD169B0227DBCC5F4942AFB8E826522AC56BB0AAA30D56CA8

The file 'LICENSE.txt' has been obtained from <https://github.com/notepad-plus-plus/notepad-plus-plus/blob/f7ade4739ba8d53e87b5cc50bbed1bb472f5e68c/LICENSE>
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>notepadplusplus.commandline</id>
<title>Notepad++ (Portable, CommandLine)</title>
<version>7.5.7</version>
<version>7.5.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 @@ -4,8 +4,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition

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

Expand Down
4 changes: 2 additions & 2 deletions automatic/notepadplusplus/notepadplusplus.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>notepadplusplus</id>
<title>Notepad++</title>
<version>7.5.7</version>
<version>7.5.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.5.7]" />
<dependency id="notepadplusplus.install" version="[7.5.8]" />
</dependencies>
<licenseUrl>https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/LICENSE</licenseUrl>
</metadata>
Expand Down

0 comments on commit 8e3de9c

Please sign in to comment.