From c1e244f7ef0e4cc974bf872f89630a9e8afb8b62 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Fri, 3 Jun 2022 18:13:33 +0000 Subject: [PATCH] AU: 5 updated - msys2 notepadplusplus notepadplusplus.commandline notepadplusplus.install prey [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/da4415c1cad4d765a9200163da9b701f5f6ef7e0 --- automatic/msys2/legal/VERIFICATION.txt | 4 ++-- automatic/msys2/msys2.nuspec | 2 +- .../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 ++-- automatic/prey/legal/VERIFICATION.txt | 8 ++++---- automatic/prey/prey.json | 3 ++- automatic/prey/prey.nuspec | 4 ++-- automatic/prey/tools/chocolateyInstall.ps1 | 4 ++-- 13 files changed, 29 insertions(+), 28 deletions(-) diff --git a/automatic/msys2/legal/VERIFICATION.txt b/automatic/msys2/legal/VERIFICATION.txt index 1ae80a2b08b..e308369924f 100644 --- a/automatic/msys2/legal/VERIFICATION.txt +++ b/automatic/msys2/legal/VERIFICATION.txt @@ -7,7 +7,7 @@ Package can be verified like this: 1. Go to - x64: https://github.com/msys2/msys2-installer/releases/download/2022-05-03/msys2-base-x86_64-20220503.tar.xz + x64: https://github.com/msys2/msys2-installer/releases/download/2022-06-03/msys2-base-x86_64-20220603.tar.xz to download the installer. @@ -15,7 +15,7 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum64: 62F6B9846F1101DFA2B8F4F1287C640805D9C42A96BDE4AD6A019E300378ED3A + checksum64: 7A94529D2E88614424212897C963244733DE758185CB615C7BB3EFBAD55190DA File 'LICENSE.txt' is obtained from: https://raw.githubusercontent.com/Alexpux/MSYS2-packages/master/LICENSE diff --git a/automatic/msys2/msys2.nuspec b/automatic/msys2/msys2.nuspec index ce0e0654298..c6c01eb86fa 100644 --- a/automatic/msys2/msys2.nuspec +++ b/automatic/msys2/msys2.nuspec @@ -2,7 +2,7 @@ msys2 - 20220503.0.0 + 20220603.0.0 MSYS2 Alexpux, martell, mingwandroid, elieux, renatosilva, niXman chocolatey-community, userzimmermann, petemounce diff --git a/automatic/notepadplusplus.commandline/legal/VERIFICATION.txt b/automatic/notepadplusplus.commandline/legal/VERIFICATION.txt index 8490253a7ab..7107d2993f6 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: 83011ABC209D64CC0BDD2A9D3E865D79AF28DD2985DDCD0553D5473417F69C48 - checksum64: FEE8E358745DCC88B239E2D688D6919CC6A2DDA1E835C9B0E698CED7A43933BE + checksum32: FDDEFC10026AF1818A8F6CCF86C1840B4E70180E22E5438181F7F5D8AAA00F8A + checksum64: 09DEAFB220129AF2057C88F37726FD69F5277D4478B23B79C110D8AF74AF9665 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 947174ade0d..d3805bffa2a 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.4.1 + 8.4.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 8de49507bd0..a33ba0543af 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.4.1.portable.7z" - file64 = "$toolsPath\npp.8.4.1.portable.x64.7z" + file = "$toolsPath\npp.8.4.2.portable.7z" + file64 = "$toolsPath\npp.8.4.2.portable.x64.7z" destination = $toolsPath } diff --git a/automatic/notepadplusplus.install/legal/VERIFICATION.txt b/automatic/notepadplusplus.install/legal/VERIFICATION.txt index 10d771395e0..f1f8a99122c 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: 400A8349194BCA17B21505A66AB588C12291625C15F9345CE38D1747B72167F8 - checksum64: 6D80DCFDB5A979EB11DE1EBBF5733A101FBE4CD8F7C1AC10F651E71FADF52E4A + checksum32: 0CF1468B174C735F41403EF0A94CB4F9600A3760B79E492D34B0CEFE85B51EA7 + checksum64: A34A30AAB41929CA6DE366025BAF1D993C269AAECE7EE04A031977C38EAF8C17 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 369081f9bc3..9dd3c87e27f 100644 --- a/automatic/notepadplusplus.install/notepadplusplus.install.nuspec +++ b/automatic/notepadplusplus.install/notepadplusplus.install.nuspec @@ -4,7 +4,7 @@ notepadplusplus.install Notepad++ (Install) - 8.4.1 + 8.4.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 408acb15377..761432327df 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.4.1.Installer.exe" - file64 = "$toolsPath\npp.8.4.1.Installer.x64.exe" + file = "$toolsPath\npp.8.4.2.Installer.exe" + file64 = "$toolsPath\npp.8.4.2.Installer.x64.exe" softwareName = 'Notepad\+\+*' silentArgs = '/S' validExitCodes = @(0) diff --git a/automatic/notepadplusplus/notepadplusplus.nuspec b/automatic/notepadplusplus/notepadplusplus.nuspec index a7a250d2d08..3ad822d8ff4 100644 --- a/automatic/notepadplusplus/notepadplusplus.nuspec +++ b/automatic/notepadplusplus/notepadplusplus.nuspec @@ -4,7 +4,7 @@ notepadplusplus Notepad++ - 8.4.1 + 8.4.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 diff --git a/automatic/prey/legal/VERIFICATION.txt b/automatic/prey/legal/VERIFICATION.txt index acc4b79f7eb..de8327e666d 100644 --- a/automatic/prey/legal/VERIFICATION.txt +++ b/automatic/prey/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: 651ADC875961C4F04DC8C74AE8E48C56C31CD1232D3C4F95D2BC356505065952 - checksum64: 384BF7F2558EEC8732B79F54D4C0B29348A796F44433BAA095B01297AEB2D197 + checksum32: 1E15134EBE14A79438633FDEA6141344C01AD7C745B559EF0F786D76D87F7622 + checksum64: 22242859B1CBB6B0905E9474C7CFA9A62F63F56D60166E59407D83AE0C17C11B The file 'LICENSE.txt' has been obtained from diff --git a/automatic/prey/prey.json b/automatic/prey/prey.json index f74049655ed..73d5d7a72f7 100644 --- a/automatic/prey/prey.json +++ b/automatic/prey/prey.json @@ -2,5 +2,6 @@ "1.6": "1.6.9", "1.7": "1.7.5", "1.8": "1.8.3", - "1.9": "1.9.24" + "1.9": "1.9.24", + "1.10": "1.10.2" } diff --git a/automatic/prey/prey.nuspec b/automatic/prey/prey.nuspec index 4eda73de0dd..3424a4eb06e 100644 --- a/automatic/prey/prey.nuspec +++ b/automatic/prey/prey.nuspec @@ -3,7 +3,7 @@ prey - 1.9.24 + 1.10.2 Prey chocolatey-community Fork Ltd @@ -21,7 +21,7 @@ Prey lets you keep track of your laptop, phone and tablet whenever stolen or mis - You may need to run `C:\Windows\Prey\current\bin\prey config gui -f` after installation to configure Prey. ]]> Prey is a lightweight application to track a laptop or mobile if it gets stolen or missing. - https://github.com/prey/prey-node-client/releases/tag/v1.9.24 + https://github.com/prey/prey-node-client/releases/tag/v1.10.2 prey anti-theft lockdown tracking admin foss cross-platform https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/prey https://github.com/prey/prey-node-client diff --git a/automatic/prey/tools/chocolateyInstall.ps1 b/automatic/prey/tools/chocolateyInstall.ps1 index ba823797de9..a50292354a9 100644 --- a/automatic/prey/tools/chocolateyInstall.ps1 +++ b/automatic/prey/tools/chocolateyInstall.ps1 @@ -7,8 +7,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'msi' - file = "$toolsPath\prey-windows-1.9.24-x86.msi" - file64 = "$toolsPath\prey-windows-1.9.24-x64.msi" + file = "$toolsPath\prey-windows-1.10.2-x86.msi" + file64 = "$toolsPath\prey-windows-1.10.2-x64.msi" softwareName = 'prey*' silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" validExitCodes = @(0, 2010, 1641)