From 8a2f52b046e05d01cd1504377e03cfab8cc6a45b Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Wed, 27 Nov 2024 06:19:42 +0000 Subject: [PATCH] AU: 3 updated - notepadplusplus notepadplusplus.commandline notepadplusplus.install [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/5cd4792b600346e1523341ac320bc8233d348b66 --- .../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 86511679da2..d677b04d238 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: 2046CB50F0A4B93C7FA93FC87E106628AD0CD575330A63A540FA8EC296E0A252 - checksum64: 0A2BCDE324D3146CD838F38943366B4A6B989184CECADAC018C7F3655FD15828 + checksum32: BB47986037571E7CC90984DA37F1216A9C46B76D864B63D1198551FE09078437 + checksum64: BF6D184442CFBF8C416E2E07007D598ECD22BD836D676E13DE7048CE060E818C 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 5d46c1ea38b..0dac5119a78 100644 --- a/automatic/notepadplusplus.commandline/notepadplusplus.commandline.nuspec +++ b/automatic/notepadplusplus.commandline/notepadplusplus.commandline.nuspec @@ -4,7 +4,7 @@ notepadplusplus.commandline Notepad++ (Portable, CommandLine) - 8.7.1.20241108 + 8.7.2 Don Ho chocolatey-community 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 7bbbac0c083..348a4ee57c3 100644 --- a/automatic/notepadplusplus.commandline/tools/chocolateyInstall.ps1 +++ b/automatic/notepadplusplus.commandline/tools/chocolateyInstall.ps1 @@ -9,8 +9,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName - file = "$toolsPath\npp.8.7.1.portable.7z" - file64 = "$toolsPath\npp.8.7.1.portable.x64.7z" + file = "$toolsPath\npp.8.7.2.portable.7z" + file64 = "$toolsPath\npp.8.7.2.portable.x64.7z" destination = $toolsPath } diff --git a/automatic/notepadplusplus.install/legal/VERIFICATION.txt b/automatic/notepadplusplus.install/legal/VERIFICATION.txt index ede07d00ce4..9f9d3923ccc 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: 17964529838F304D71015D133E47531F3CF1EC5171D7222023E190C7025C1553 - checksum64: AA130D151859ECCC8B4CC535AE756682069D626087E8C56A35B630DF4B5F0024 + checksum32: DE67B86B5BBB975737888E5C3FDB6307AE2EFC29B51A9B2AC01EBF6F38CB2947 + checksum64: 108301B6AADD5A85C49E998516E63541DF50E742E476D08E5C10B21B549E65D8 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 5fe795c0efc..4b363e06767 100644 --- a/automatic/notepadplusplus.install/notepadplusplus.install.nuspec +++ b/automatic/notepadplusplus.install/notepadplusplus.install.nuspec @@ -4,7 +4,7 @@ notepadplusplus.install Notepad++ (Install) - 8.7.1.20241108 + 8.7.2 Don Ho chocolatey-community 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 41e3761c735..caefea81bba 100644 --- a/automatic/notepadplusplus.install/tools/chocolateyInstall.ps1 +++ b/automatic/notepadplusplus.install/tools/chocolateyInstall.ps1 @@ -21,8 +21,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsPath\npp.8.7.1.Installer.exe" - file64 = "$toolsPath\npp.8.7.1.Installer.x64.exe" + file = "$toolsPath\npp.8.7.2.Installer.exe" + file64 = "$toolsPath\npp.8.7.2.Installer.x64.exe" softwareName = 'Notepad\+\+*' silentArgs = '/S' validExitCodes = @(0) diff --git a/automatic/notepadplusplus/notepadplusplus.nuspec b/automatic/notepadplusplus/notepadplusplus.nuspec index f83274fa28d..a97f10718a7 100644 --- a/automatic/notepadplusplus/notepadplusplus.nuspec +++ b/automatic/notepadplusplus/notepadplusplus.nuspec @@ -4,7 +4,7 @@ notepadplusplus Notepad++ - 8.7.1.20241108 + 8.7.2 Don Ho chocolatey-community 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