From 4ab4671e19f5246f4a5a5e951a9254aac87857f8 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Tue, 25 Jan 2022 00:13:45 +0000 Subject: [PATCH] AU: 5 updated - git git.install git.portable patch-my-pc vim [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/82a69db0263f999fa88749c853bb79b9d3a5569f --- automatic/git.install/git.install.nuspec | 2 +- automatic/git.install/legal/VERIFICATION.txt | 8 ++++---- automatic/git.install/tools/chocolateyInstall.ps1 | 4 ++-- automatic/git.portable/git.portable.nuspec | 2 +- automatic/git.portable/legal/VERIFICATION.txt | 8 ++++---- automatic/git/git.nuspec | 4 ++-- automatic/patch-my-pc/Readme.md | 2 +- automatic/patch-my-pc/patch-my-pc.nuspec | 6 +++--- automatic/patch-my-pc/tools/chocolateyInstall.ps1 | 2 +- automatic/vim/legal/VERIFICATION.txt | 8 ++++---- automatic/vim/tools/chocolateyinstall.ps1 | 4 ++-- automatic/vim/vim.nuspec | 2 +- 12 files changed, 26 insertions(+), 26 deletions(-) diff --git a/automatic/git.install/git.install.nuspec b/automatic/git.install/git.install.nuspec index 2e0f14b05af..d5a19bc35aa 100644 --- a/automatic/git.install/git.install.nuspec +++ b/automatic/git.install/git.install.nuspec @@ -4,7 +4,7 @@ git.install Git (Install) - 2.34.1 + 2.35.0 The Git Development Community chocolatey-community Git for Windows offers a native set of tools that bring the full feature set of the Git SCM to Windows diff --git a/automatic/git.install/legal/VERIFICATION.txt b/automatic/git.install/legal/VERIFICATION.txt index 6f0b37b412c..59a3205622b 100644 --- a/automatic/git.install/legal/VERIFICATION.txt +++ b/automatic/git.install/legal/VERIFICATION.txt @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy. The installer have been downloaded from GitHub and can be verified like this: 1. Download the following installers: - 32-Bit: - 64-Bit: + 32-Bit: + 64-Bit: 2. You can use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: - checksum32: 8D584E3C975FB665618C0DEC0FFC80B07E8504538F8B9F73EDBB67FFB7A7C8B9 - checksum64: D8769A1D90B2F1F7D85AE91E724C8DAD16F340C5B130D49368A308DD086A5F52 + checksum32: 3655A3FAD05398F6971CA46F49A00B0E4E3FF15141E73E1016C5524403FA7639 + checksum64: 1F59A96CA29C98260C36CCAC594CF5C362160D442E0C7197D36CC99ECC6C3447 File 'LICENSE.txt' is obtained from diff --git a/automatic/git.install/tools/chocolateyInstall.ps1 b/automatic/git.install/tools/chocolateyInstall.ps1 index 0a80804e980..f6746640146 100644 --- a/automatic/git.install/tools/chocolateyInstall.ps1 +++ b/automatic/git.install/tools/chocolateyInstall.ps1 @@ -7,8 +7,8 @@ $pp = Get-PackageParameters Stop-GitSSHAgent -$fileName32 = 'Git-2.34.1-32-bit.exe' -$fileName64 = 'Git-2.34.1-64-bit.exe' +$fileName32 = 'Git-2.35.0-32-bit.exe' +$fileName64 = 'Git-2.35.0-64-bit.exe' $silentArgs = "/VERYSILENT", "/SUPPRESSMSGBOXES", "/NORESTART", "/NOCANCEL", "/SP-", "/LOG", (Get-InstallComponents $pp) $silentArgs += Get-InstallOptions $pp diff --git a/automatic/git.portable/git.portable.nuspec b/automatic/git.portable/git.portable.nuspec index 8483c9d3dae..fd35d91659b 100644 --- a/automatic/git.portable/git.portable.nuspec +++ b/automatic/git.portable/git.portable.nuspec @@ -4,7 +4,7 @@ git.portable Git (Portable) - 2.34.1 + 2.35.0 The Git Development Community chocolatey-community Git for Windows offers a native set of tools that bring the full feature set of the Git SCM to Windows diff --git a/automatic/git.portable/legal/VERIFICATION.txt b/automatic/git.portable/legal/VERIFICATION.txt index c244b50ecca..38fd849d51d 100644 --- a/automatic/git.portable/legal/VERIFICATION.txt +++ b/automatic/git.portable/legal/VERIFICATION.txt @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy. The installer have been downloaded from GitHub and can be verified like this: 1. Download the following installers: - 32-Bit: - 64-Bit: + 32-Bit: + 64-Bit: 2. You can use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: - checksum32: 95E198AAF6E6455910FACFC522F7981934822FB362F6605375751B8A9C62DB55 - checksum64: DBF63703F7A37A374591450F1B1466B83CECCB724067521786BF8C5F69ED3CED + checksum32: E291AFDCFD05AA81E5D0B6928E3CA28094239E8F51E3FBA26FEB5A61A0C173D4 + checksum64: 5A7E229ACEC0DFE840055A1327156FE1FDF0ED4AD709E12FAB4F1A0E3DCA39C3 File 'LICENSE.txt' is obtained from diff --git a/automatic/git/git.nuspec b/automatic/git/git.nuspec index d93b5c80c6d..3f236e9fb01 100644 --- a/automatic/git/git.nuspec +++ b/automatic/git/git.nuspec @@ -4,7 +4,7 @@ git Git - 2.34.1 + 2.35.0 The Git Development Community chocolatey-community Git for Windows offers a native set of tools that bring the full feature set of the Git SCM to Windows @@ -60,7 +60,7 @@ Example: `choco install git.install --params "/GitAndUnixToolsOnPath /NoGitLfs / false https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@10a8d98b2f320b565fa5349a4352e79666db71ff/icons/git.svg - + diff --git a/automatic/patch-my-pc/Readme.md b/automatic/patch-my-pc/Readme.md index a4dae7827bf..3215fcdcc6b 100644 --- a/automatic/patch-my-pc/Readme.md +++ b/automatic/patch-my-pc/Readme.md @@ -1,4 +1,4 @@ -# [patch-my-pc](https://chocolatey.org/packages/patch-my-pc) +# [patch-my-pc](https://chocolatey.org/packages/patch-my-pc) A key component of staying safe online is keeping your computer up-to-date. Hackers and virus writers love outdated software. It might contain a security vulnerability or "hole" that can provide them with access to your computer. Outdated software can also be buggy, or have performance issues, which is usually fixed with a newer version of the software. These are two of the main reasons why it is important to keep the software on your computer updated (or "patched"). diff --git a/automatic/patch-my-pc/patch-my-pc.nuspec b/automatic/patch-my-pc/patch-my-pc.nuspec index effea83c41a..fe128ddfbe2 100644 --- a/automatic/patch-my-pc/patch-my-pc.nuspec +++ b/automatic/patch-my-pc/patch-my-pc.nuspec @@ -3,13 +3,13 @@ patch-my-pc - 4.2.0.4 - https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/patch-my-pc + 4.2.0.5 + https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/patch-my-pc chocolatey-community, Redsandro Patch my PC Patch My PC http://patchmypc.net/ - https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@e181cd354f3b03be5a92e204b4e3a03274578e40/icons/patch-my-pc.png + https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@e181cd354f3b03be5a92e204b4e3a03274578e40/icons/patch-my-pc.png © 2017 Patch My PC https://patchmypc.net/about false diff --git a/automatic/patch-my-pc/tools/chocolateyInstall.ps1 b/automatic/patch-my-pc/tools/chocolateyInstall.ps1 index f0296db8c8f..40adaaa87f9 100644 --- a/automatic/patch-my-pc/tools/chocolateyInstall.ps1 +++ b/automatic/patch-my-pc/tools/chocolateyInstall.ps1 @@ -6,7 +6,7 @@ $packageArgs = @{ packageName = 'patch-my-pc' file = "$toolsDir\PatchMyPC.exe" url = 'https://patchmypc.net/freeupdater/PatchMyPC.exe' - checksum = '167c19fb02e8189399559ec5549138b51bbbeb75408caccf8a363f8a3189646a' + checksum = '11d5804a57f249e84df5c4e39800b1cc3e32ea7d8eb6491ddda90669f06f63ab' checksumType = 'sha256' } diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index d332a7d9b2f..c52ad09e8fe 100644 --- a/automatic/vim/legal/VERIFICATION.txt +++ b/automatic/vim/legal/VERIFICATION.txt @@ -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: - 64-Bit: + 32-Bit: + 64-Bit: 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: CFB6D839010A6BF9EBEFF6A65251EC72F8B4DF79495981866DC5C13782D41E12 - checksum64: 92D40DAD2E154CF92F199AC03385D6200F8E641F4100AA305E780F12BE9DFEC5 + checksum32: 545A34FF9A0EE43649D20623A1A8E53D2744530D28B402C6F22D1A46E573EC1C + checksum64: E10B0C8B0822A80CA29E576F94BFC474620118E10F1D6028D88F2DD4849CC173 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 916290a301e..abf71a1aa01 100644 --- a/automatic/vim/tools/chocolateyinstall.ps1 +++ b/automatic/vim/tools/chocolateyinstall.ps1 @@ -9,8 +9,8 @@ $installDir = Get-InstallDir $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $installDir - file = "$toolsDir\gvim_8.2.4198_x86.zip" - file64 = "$toolsDir\gvim_8.2.4198_x64.zip" + file = "$toolsDir\gvim_8.2.4212_x86.zip" + file64 = "$toolsDir\gvim_8.2.4212_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 4794f7a9b8d..f0bc1a04abc 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.4198 + 8.2.4212 Bram Moolenaar, Vim Community chocolatey-community, Rob Reynolds, matsuhav 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.