From 66e7505df52294cb5ae9a187fbdf9ca916891eb8 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Wed, 10 Apr 2024 06:18:42 +0000 Subject: [PATCH] AU: 2 updated - skype vim [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/c2c889b50de09ad26d10855f5ee5d39daf2ca0b2 --- automatic/skype/skype.nuspec | 2 +- automatic/skype/tools/chocolateyInstall.ps1 | 4 ++-- automatic/vim/legal/VERIFICATION.txt | 8 ++++---- automatic/vim/tools/chocolateyinstall.ps1 | 4 ++-- automatic/vim/vim.nuspec | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/automatic/skype/skype.nuspec b/automatic/skype/skype.nuspec index b2b0c36f6a3..4996fc2ca07 100644 --- a/automatic/skype/skype.nuspec +++ b/automatic/skype/skype.nuspec @@ -3,7 +3,7 @@ skype Skype - 8.116.0.213 + 8.117.0.202 Microsoft chocolatey-community,Rob Reynolds Skype - VOIP diff --git a/automatic/skype/tools/chocolateyInstall.ps1 b/automatic/skype/tools/chocolateyInstall.ps1 index c116e75afc9..c31abd665b6 100644 --- a/automatic/skype/tools/chocolateyInstall.ps1 +++ b/automatic/skype/tools/chocolateyInstall.ps1 @@ -4,8 +4,8 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName softwareName = 'Skype*' fileType = 'msi' - url = 'https://download.skype.com/s4l/download/win/Skype-8.116.0.213.msi' - checksum = '25088a01209d34a61e2ab2ed4ae37d03ccd3c2fc362703c1fa7bb9d88cfc95b0' + url = 'https://download.skype.com/s4l/download/win/Skype-8.117.0.202.msi' + checksum = 'c0999a0219d33f9caf2422e52bc56c272a8f214fa88bea0572733e976334804c' checksumType = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" validExitCodes = @(0) diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 81cbae7b85f..555b653f863 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: C5CB1D92EA705D59EA23A2403F04F3FA27EDA82E2725A7D32DA2B7DA49E7BD98 - checksum64: C5ED7194ED55A6626CECC8810F162EAFD5DE8FD280268E8D18E4CB33766024AC + checksum32: 274FB78262BD44A6FEF4EEF67BFA8968AB690AF6C904D27DD35B83182EE1C5C6 + checksum64: CA892CAE3EFF675D296B7A56F59DE338707E29612B71DA642069795271F86F72 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 08097790e60..8e2b07070b5 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.0282_x86.zip" - file64 = "$toolsDir\gvim_9.1.0282_x64.zip" + file = "$toolsDir\gvim_9.1.0296_x86.zip" + file64 = "$toolsDir\gvim_9.1.0296_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 20ecfaf280e..08fef7d6c09 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.1.0282 + 9.1.0296 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.