diff --git a/automatic/git.install/git.install.nuspec b/automatic/git.install/git.install.nuspec index dd1bd9a35f9..722aa0aba77 100644 --- a/automatic/git.install/git.install.nuspec +++ b/automatic/git.install/git.install.nuspec @@ -4,7 +4,7 @@ git.install Git (Install) - 2.28.0 + 2.29.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 53dad534802..99ac1743249 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: 9B83B16F1D73212492F21D9BFFE41C4B5CE8393A356AF96BF8271652C04DFE8F - checksum64: A8EF3311AC0C8747BA2F5AEF3E475AD42FBC084ADA7E6FB5060481A78C1A9CF2 + checksum32: 0B212081CC42F7F07F2DD2B1CDC17C3CD8F33DC62A3F0C9EEF9E3D34A3D15BEA + checksum64: A87A5B2ABF44021CC61709218C6FFBB994A79126C5D3953368A45FECBC23CCE0 File 'LICENSE.txt' is obtained from diff --git a/automatic/git.install/tools/chocolateyInstall.ps1 b/automatic/git.install/tools/chocolateyInstall.ps1 index 75b1999491f..ae0ad18cc89 100644 --- a/automatic/git.install/tools/chocolateyInstall.ps1 +++ b/automatic/git.install/tools/chocolateyInstall.ps1 @@ -8,8 +8,8 @@ Set-InstallerRegistrySettings $pp Stop-GitSSHAgent -$fileName32 = 'Git-2.28.0-32-bit.exe' -$fileName64 = 'Git-2.28.0-64-bit.exe' +$fileName32 = 'Git-2.29.0-32-bit.exe' +$fileName64 = 'Git-2.29.0-64-bit.exe' $packageArgs = @{ PackageName = 'git.install' FileType = 'exe' diff --git a/automatic/git.portable/git.portable.nuspec b/automatic/git.portable/git.portable.nuspec index cbc130baaf8..9f4bbf5d676 100644 --- a/automatic/git.portable/git.portable.nuspec +++ b/automatic/git.portable/git.portable.nuspec @@ -4,7 +4,7 @@ git.portable Git (Portable) - 2.28.0 + 2.29.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 e206e800806..dd2ed305358 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: 11B854E9246057A22014DBF349ADFC160FFA740DBA7AF0DBD42D642661B2CC7F - checksum64: 0CD682188B76EEB3A5DA3A466D4095D2CCD892E07AAE5871C45BF8C43CDB3B13 + checksum32: 56D78E5C3E0A0C9CC6567D80BF45C0140EF4F8441A00BCB08FCBBEA279344714 + checksum64: D2915BFF1DE726C0AB296ECE5F1BDDC930A3EA6EE7DD299A4F096DB403D2158B File 'LICENSE.txt' is obtained from diff --git a/automatic/git/git.nuspec b/automatic/git/git.nuspec index dbbe93d36c6..67197d697f9 100644 --- a/automatic/git/git.nuspec +++ b/automatic/git/git.nuspec @@ -4,7 +4,7 @@ git Git - 2.28.0 + 2.29.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 @@ -48,7 +48,7 @@ Example: `choco install git.install --params "/GitAndUnixToolsOnPath /NoGitLfs / false https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@10a8d98b2f320b565fa5349a4352e79666db71ff/icons/git.svg - + diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 9724fc31587..3c81070ad0c 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: 54DC14013C6BC85FCC55A41FC4D47AF0D274370EA20673472DACD216F899C87C - checksum64: 11115060B5E65691FFA04FD3E0D98D660B891D2C204307271D2D982AD0856D8B + checksum32: F1FFBBDD44ED8059BC8AAC5E86C162F81D8E4C1DA0A2F30BCE59BA0230EC41E0 + checksum64: 22FF0B34A09770A8CBA41FBF40CAB61C0A41704363499DA17C6B386585DEE8F9 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 305d126fa43..920f4fd7339 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.1862_x86.zip" - file64 = "$toolsDir\gvim_8.2.1862_x64.zip" + file = "$toolsDir\gvim_8.2.1869_x86.zip" + file64 = "$toolsDir\gvim_8.2.1869_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 3ccec308384..c559c0d4212 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.1862 + 8.2.1869 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.