From 9d3ae4f62e71a5f4f97f68e341076e37f63126f8 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Tue, 30 Apr 2024 00:20:28 +0000 Subject: [PATCH] AU: 5 updated - dropbox git git.install git.portable vim [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/37b6c7de3cfa5648e1762d4a54b520ee1e604d5d --- automatic/dropbox/dropbox.json | 2 +- automatic/dropbox/dropbox.nuspec | 2 +- automatic/dropbox/tools/chocolateyinstall.ps1 | 10 +++++----- 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/vim/legal/VERIFICATION.txt | 8 ++++---- automatic/vim/tools/chocolateyinstall.ps1 | 4 ++-- automatic/vim/vim.nuspec | 2 +- 12 files changed, 28 insertions(+), 28 deletions(-) diff --git a/automatic/dropbox/dropbox.json b/automatic/dropbox/dropbox.json index 4c7739c226b..94f74728a8a 100644 --- a/automatic/dropbox/dropbox.json +++ b/automatic/dropbox/dropbox.json @@ -1,4 +1,4 @@ { - "beta": "198.3.7548-beta", + "beta": "198.3.7576-beta", "stable": "197.4.7629" } diff --git a/automatic/dropbox/dropbox.nuspec b/automatic/dropbox/dropbox.nuspec index d897ef67c1d..89362c182e7 100644 --- a/automatic/dropbox/dropbox.nuspec +++ b/automatic/dropbox/dropbox.nuspec @@ -2,7 +2,7 @@ dropbox - 198.3.7548-beta + 198.3.7576-beta Dropbox Dropbox chocolatey-community,ferventcoder,the-running-dev diff --git a/automatic/dropbox/tools/chocolateyinstall.ps1 b/automatic/dropbox/tools/chocolateyinstall.ps1 index 8c86fa07ac2..1c8655af2ae 100644 --- a/automatic/dropbox/tools/chocolateyinstall.ps1 +++ b/automatic/dropbox/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ if (!$PSScriptRoot) { } . "$PSScriptRoot\helper.ps1" -$version = '198.3.7548' +$version = '198.3.7576' if (!(IsVersionAlreadyInstalled $version)) { $stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true } @@ -13,10 +13,10 @@ if (!(IsVersionAlreadyInstalled $version)) { $packageArgs = @{ packageName = $env:ChocolateyPackageName softwareName = "Dropbox" - url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20198.3.7548%20Offline%20Installer.x86.exe' - url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20198.3.7548%20Offline%20Installer.x64.exe' - checksum = '656a94e7bd7c9214a71d95cd825f255ae09733480b2286329819ca5c2c208ac6' - checksum64 = '72d6169dd1ade2924e5fa2ff9c9b88c346fcaccf065165e4c3157e64cbf5404d' + url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20198.3.7576%20Offline%20Installer.x86.exe' + url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20198.3.7576%20Offline%20Installer.x64.exe' + checksum = 'e728eed5a2aa330f3754fbea7c30d9461d85761c95285b58b510a0b88a60951a' + checksum64 = '2ed5abaee836702b90c56df5a7657b88b1ac19d344838f71f8ab8d2c6ad0d780' fileType = 'exe' checksumType = 'sha256' checksumType64 = 'sha256' diff --git a/automatic/git.install/git.install.nuspec b/automatic/git.install/git.install.nuspec index 15ab4172c70..53572625cf7 100644 --- a/automatic/git.install/git.install.nuspec +++ b/automatic/git.install/git.install.nuspec @@ -4,7 +4,7 @@ git.install Git (Install) - 2.44.0 + 2.45.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 25b3d5cdbd4..e54d097b23c 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 has 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: 5BA23D73E861D872416175AC6A05304875D6EC420C08D0217329580CA1EA0FFF - checksum64: 914FFC96CEE0631D09049B9D87D4CD8AC9C98EAD9A9F9A094D3341348324A9EC + checksum32: CC880827837E773835A51A32099CC919D37D10CE090734C183DC6713681DC382 + checksum64: 7694A2118AC80146636BE1EE751EE81D2AEA7E9106D29DD8FED06C32CFF0C59F File 'LICENSE.txt' is obtained from diff --git a/automatic/git.install/tools/chocolateyInstall.ps1 b/automatic/git.install/tools/chocolateyInstall.ps1 index e4bcd2289e1..7d3d2775f35 100644 --- a/automatic/git.install/tools/chocolateyInstall.ps1 +++ b/automatic/git.install/tools/chocolateyInstall.ps1 @@ -9,8 +9,8 @@ Stop-GitSSHAgent # Workaround for chocolateyBeforeModify.ps1 being bypassed if upgrading via metapackage (chocolatey/choco#1092) Stop-GitGPGAgent -$fileName32 = 'Git-2.44.0-32-bit.exe' -$fileName64 = 'Git-2.44.0-64-bit.exe' +$fileName32 = 'Git-2.45.0-32-bit.exe' +$fileName64 = 'Git-2.45.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 744064e8159..0f9321f406c 100644 --- a/automatic/git.portable/git.portable.nuspec +++ b/automatic/git.portable/git.portable.nuspec @@ -4,7 +4,7 @@ git.portable Git (Portable) - 2.44.0 + 2.45.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 606b55e70bf..6197d422644 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 has 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: E70C80672069907961F6DB68B0DB5E14EA0447F39C74CFD3C385882F3B934C6F - checksum64: 1FC64CA91B9B475AB0ADA72C9F7B3ADDBE69A6C8F520BE31425CF21841CCA369 + checksum32: 652B5D6CB381EE9DF6D6D411D8E6C02284D3B84AC6C5B5CED50A1D167D9F825A + checksum64: E9CAF1CAB7D2C1DC531A07C48445D84A8B27FAE129CA7244E0D4F7B1E4949F60 File 'LICENSE.txt' is obtained from diff --git a/automatic/git/git.nuspec b/automatic/git/git.nuspec index d7cf1abf70a..e0bb9cba6a8 100644 --- a/automatic/git/git.nuspec +++ b/automatic/git/git.nuspec @@ -4,7 +4,7 @@ git Git - 2.44.0 + 2.45.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 @@ -39,7 +39,7 @@ Example for passing in package parameters: false https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@10a8d98b2f320b565fa5349a4352e79666db71ff/icons/git.svg - + diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 9e8ccb7fd49..c6e8a0ed9de 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: 2FAA7744E6F40A48B80078E1130B82114FF7E7C72635ABC9CFE5239E814FD440 - checksum64: 9F7377D6BDB38344DC062A09651A08968279E1AC800579A03A55AE4993EC0E5B + checksum32: BC0FEFB52206802D216A4C256E30BE637340CF81B011B9CBA0A38F202C4A7D59 + checksum64: ACC670A895DA405AB73441171325DAFBA80811EBD89A4DA1A7DD47355269B531 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 5ffa0b2c235..cab4273afe4 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_9.1.0380_x86.zip" - file64 = "$toolsDir\gvim_9.1.0380_x64.zip" + file = "$toolsDir\gvim_9.1.0381_x86.zip" + file64 = "$toolsDir\gvim_9.1.0381_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index bf9af9cd6ea..bdc7a018c97 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.1.0380 + 9.1.0381 Bram Moolenaar, Vim Community chocolatey-community, Rob Reynolds 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.