Skip to content

Commit

Permalink
AU: 4 updated - notepadplusplus notepadplusplus.commandline notepadpl…
Browse files Browse the repository at this point in the history
…usplus.install vim

[skip ci]
  • Loading branch information
Chocolatey committed Jan 16, 2020
1 parent 3a1589d commit 76bae8f
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 23 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 <>
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.2/npp.7.8.2.bin.7z>
64-Bit software: <http://download.notepad-plus-plus.org/repository/7.x/7.8.2/npp.7.8.2.bin.x64.7z>
32-Bit software: <http://download.notepad-plus-plus.org/repository/7.x/7.8.3/npp.7.8.3.bin.7z>
64-Bit software: <http://download.notepad-plus-plus.org/repository/7.x/7.8.3/npp.7.8.3.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: FDE0533918A9B2CF7BB1966A9BEB3995F5A89233F6A6A9C80FD57F8FFF7487F7
checksum64: E51ECD57AE3F13D7407DEFF1588C25F99F270ABCDB75813ED5D0CEC7617990A1
checksum32: 8D983118EFC265E87B6A027260476C2414E1B8B60E23327A2E0CBB5B7606B0F7
checksum64: 0EDE665A3D05E4D53AAD6E098BA79846C5FCAEDD2A243DAD38FD90CA5B22B664

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.2</version>
<version>7.8.3</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.2.bin.7z"
file64 = "$toolsPath\npp.7.8.2.bin.x64.7z"
file = "$toolsPath\npp.7.8.3.bin.7z"
file64 = "$toolsPath\npp.7.8.3.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.2/npp.7.8.2.Installer.exe>
64-Bit software: <http://download.notepad-plus-plus.org/repository/7.x/7.8.2/npp.7.8.2.Installer.x64.exe>
32-Bit software: <http://download.notepad-plus-plus.org/repository/7.x/7.8.3/npp.7.8.3.Installer.exe>
64-Bit software: <http://download.notepad-plus-plus.org/repository/7.x/7.8.3/npp.7.8.3.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: 668E6C8A666C0CB91987985BF560BF587C4FB646523FE21D3FE85B7C7EEADD08
checksum64: 56FF0F152F5F84314CD995C65B567BECB1DDF0F5A248D76B5E968E85D62E62A0
checksum32: A0515583420E9E9827528CA2E6DA6830DB88B9B8985D7CF5054A890BEC6C1744
checksum64: FCA6AF8F9B3DC5BD93505785653375135E12F808D9B93F57D08542EAB6D5DDC3

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.2</version>
<version>7.8.3</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.2.Installer.exe"
file64 = "$toolsPath\npp.7.8.2.Installer.x64.exe"
file = "$toolsPath\npp.7.8.3.Installer.exe"
file64 = "$toolsPath\npp.7.8.3.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.2</version>
<version>7.8.3</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.2]" />
<dependency id="notepadplusplus.install" version="[7.8.3]" />
</dependencies>
<licenseUrl>https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/LICENSE</licenseUrl>
</metadata>
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0119/gvim_8.2.0119_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0119/gvim_8.2.0119_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0121/gvim_8.2.0121_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0121/gvim_8.2.0121_x64.zip>
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 462202FE111E0C01AEB5C1592458FDBF62C834E93D0D6100F4EBE64B910D65AB
checksum64: F5AF418DC4F40AB185E43C02ACE0E4D36D43D6740756EF3073B12BB7AD069F43
checksum32: 7B0A3075B2904C31E8D35DA599E8125B89BACEB5F498D3821FD1157B80CC0012
checksum64: 391508ED4A9EF9F7E6B241AE23E8C254C5C8669DF478D8DCDF89219D0832BF48
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.0119_x86.zip"
file64 = "$toolsDir\gvim_8.2.0119_x64.zip"
file = "$toolsDir\gvim_8.2.0121_x86.zip"
file64 = "$toolsDir\gvim_8.2.0121_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.0119</version>
<version>8.2.0121</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey, Rob Reynolds, matsuhav</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down

0 comments on commit 76bae8f

Please sign in to comment.