From 60c54462576adea3abbc2179c871de05b5dadfc0 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Mon, 28 Jan 2019 00:12:20 +0000 Subject: [PATCH] AU: 3 updated - notepadplusplus notepadplusplus.commandline notepadplusplus.install [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/ab68ca043e772b862e37f77bb62184c208c5602c --- .../notepadplusplus.commandline/legal/VERIFICATION.txt | 8 ++++---- .../notepadplusplus.commandline.nuspec | 2 +- .../tools/chocolateyInstall.ps1 | 4 ++-- automatic/notepadplusplus.install/legal/VERIFICATION.txt | 8 ++++---- .../notepadplusplus.install.nuspec | 2 +- .../notepadplusplus.install/tools/chocolateyInstall.ps1 | 4 ++-- automatic/notepadplusplus/notepadplusplus.nuspec | 4 ++-- 7 files changed, 16 insertions(+), 16 deletions(-) diff --git a/automatic/notepadplusplus.commandline/legal/VERIFICATION.txt b/automatic/notepadplusplus.commandline/legal/VERIFICATION.txt index 2466a83d0db..d772f35a721 100644 --- a/automatic/notepadplusplus.commandline/legal/VERIFICATION.txt +++ b/automatic/notepadplusplus.commandline/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 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: A6DAB9BCB10ADF0D80A80D90E9129A668DDC75B8CF8B0EBC6CBB133845696997 - checksum64: D56987E0A217CE55BAA034C4E7FA63A35D92CA1EDFFBF9352484D9F77B9C1B7E + checksum32: FD9F3D46F961D69B77CA44D78A8E7BA3F2558074C9B7ADFE9E80312162DE1C5F + checksum64: 4D891866C8776CE424BA6C0F5FD3353C21B7DD6E0C44F5C9306AB3A136FBADEA The file 'LICENSE.txt' has been obtained from diff --git a/automatic/notepadplusplus.commandline/notepadplusplus.commandline.nuspec b/automatic/notepadplusplus.commandline/notepadplusplus.commandline.nuspec index ac37089711f..c5f6289e06a 100644 --- a/automatic/notepadplusplus.commandline/notepadplusplus.commandline.nuspec +++ b/automatic/notepadplusplus.commandline/notepadplusplus.commandline.nuspec @@ -4,7 +4,7 @@ notepadplusplus.commandline Notepad++ (Portable, CommandLine) - 7.6.2 + 7.6.3 Don Ho chocolatey Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages. diff --git a/automatic/notepadplusplus.commandline/tools/chocolateyInstall.ps1 b/automatic/notepadplusplus.commandline/tools/chocolateyInstall.ps1 index 263ec4cd33c..c19ac69088a 100644 --- a/automatic/notepadplusplus.commandline/tools/chocolateyInstall.ps1 +++ b/automatic/notepadplusplus.commandline/tools/chocolateyInstall.ps1 @@ -4,8 +4,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName - file = "$toolsPath\npp.7.6.2.bin.7z" - file64 = "$toolsPath\npp.7.6.2.bin.x64.7z" + file = "$toolsPath\npp.7.6.3.bin.7z" + file64 = "$toolsPath\npp.7.6.3.bin.x64.7z" destination = $toolsPath } diff --git a/automatic/notepadplusplus.install/legal/VERIFICATION.txt b/automatic/notepadplusplus.install/legal/VERIFICATION.txt index 045af4f58e0..9d0032a56de 100644 --- a/automatic/notepadplusplus.install/legal/VERIFICATION.txt +++ b/automatic/notepadplusplus.install/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 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: 704A88C4C1CA705811D88717651B2C1B4E11951FB05DAB3ABCAC908F7199040F - checksum64: C40C49D698AC179EA01C38FD6DA20EBE87D97D4F299BBBBF121BCD60C68B9CA7 + checksum32: 48AF4C024131F9D76927F301C7489D44CFFB50ACD92E1B05264389D1880BBA81 + checksum64: C99E5BA7386010F85C1A19D88FBE48C1F0DF281AB624C00B0A1FA6BF8D46CE42 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/notepadplusplus.install/notepadplusplus.install.nuspec b/automatic/notepadplusplus.install/notepadplusplus.install.nuspec index 71ed1935293..868cfa9b8cf 100644 --- a/automatic/notepadplusplus.install/notepadplusplus.install.nuspec +++ b/automatic/notepadplusplus.install/notepadplusplus.install.nuspec @@ -4,7 +4,7 @@ notepadplusplus.install Notepad++ (Install) - 7.6.1 + 7.6.3 Don Ho chocolatey Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages. diff --git a/automatic/notepadplusplus.install/tools/chocolateyInstall.ps1 b/automatic/notepadplusplus.install/tools/chocolateyInstall.ps1 index 52baabef733..a26ebd0b239 100644 --- a/automatic/notepadplusplus.install/tools/chocolateyInstall.ps1 +++ b/automatic/notepadplusplus.install/tools/chocolateyInstall.ps1 @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsPath\npp.7.6.1.Installer.exe" - file64 = "$toolsPath\npp.7.6.1.Installer.x64.exe" + file = "$toolsPath\npp.7.6.3.Installer.exe" + file64 = "$toolsPath\npp.7.6.3.Installer.x64.exe" softwareName = 'Notepad\+\+*' silentArgs = '/S' validExitCodes = @(0) diff --git a/automatic/notepadplusplus/notepadplusplus.nuspec b/automatic/notepadplusplus/notepadplusplus.nuspec index 42fb91c3bb8..cccad38f860 100644 --- a/automatic/notepadplusplus/notepadplusplus.nuspec +++ b/automatic/notepadplusplus/notepadplusplus.nuspec @@ -4,7 +4,7 @@ notepadplusplus Notepad++ - 7.6.2 + 7.6.3 Don Ho chocolatey Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages. @@ -44,7 +44,7 @@ Based on the powerful editing component Scintilla, Notepad++ is written in C++ a https://notepad-plus-plus.org/community/ https://github.com/notepad-plus-plus/notepad-plus-plus/issues - + https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/LICENSE