From b5435e11214ed9819ca1742dd3dac775749156d2 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Tue, 11 Oct 2022 00:14:07 +0000 Subject: [PATCH] AU: 3 updated - chromium vim virtualbox [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/5a0a5001d8ad76517eb5fac6ac5255f69d9c8cca --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 8 ++++---- automatic/chromium/tools/chocolateyInstall.ps1 | 2 +- automatic/vim/legal/VERIFICATION.txt | 8 ++++---- automatic/vim/tools/chocolateyinstall.ps1 | 4 ++-- automatic/vim/vim.nuspec | 2 +- automatic/virtualbox/tools/chocolateyInstall.ps1 | 12 ++++++------ automatic/virtualbox/virtualbox.json | 3 ++- automatic/virtualbox/virtualbox.nuspec | 2 +- 10 files changed, 23 insertions(+), 22 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 1912ffac269..88ac66f90ec 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "108.0.5352.0-snapshots", + "snapshots": "108.0.5353.0-snapshots", "stable": "106.0.5249.103" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 3bc11a60969..fab19dafe41 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 108.0.5352.0-snapshots + 108.0.5353.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index b1590f4c510..615d656e9b4 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on (the listed mirrors 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: 7810CE6129A4A32ECBCDC024224726DE982FA8AC0CC45B1138F7AE17CFD36A04 - checksum64: C4F9AAA5A1F5D879EE35843F2AAF25F226FEA4EEBA1A6734A0CA55D41EFDB47E + checksum32: 87C8B55D7FDD404712DECCAC13A6B2F9C059CC6BE98FA2921B74A07857C938FE + checksum64: 714FCB16012F230D3442DFB475ED6D1B240240F07123F5A1B4ABA04077BD0589 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index a7990d76237..c66a0347446 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition) . (Join-Path $scriptDir 'helper.ps1') -$version = "108.0.5352.0-snapshots" +$version = "108.0.5353.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index bbe2e75f2f1..1ce4d2f9a64 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: 83529758DB92039AA6BFBB60513112C04FE65C8D9B334D7D9BAE0CBE87DFC3FD - checksum64: BDBDEFD40149692A55F47846EFF80F385E5A76BEEE9D9C63F019D7ECEB566290 + checksum32: 39D879F14522EBC5BE76719D0010D3E06DDD2163EFF6257C6181DA5E0DD90301 + checksum64: 48705E866C4953B438F322378B57A29F9AD0E9F32047DA0BA0C1F14641CF25FE diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 11779902595..7f9d74fd95b 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.0.0709_x86.zip" - file64 = "$toolsDir\gvim_9.0.0709_x64.zip" + file = "$toolsDir\gvim_9.0.0719_x86.zip" + file64 = "$toolsDir\gvim_9.0.0719_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 5bf076a8bd7..912b152172c 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.0.0709 + 9.0.0719 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. diff --git a/automatic/virtualbox/tools/chocolateyInstall.ps1 b/automatic/virtualbox/tools/chocolateyInstall.ps1 index dc7533cc58e..402a395caca 100644 --- a/automatic/virtualbox/tools/chocolateyInstall.ps1 +++ b/automatic/virtualbox/tools/chocolateyInstall.ps1 @@ -19,10 +19,10 @@ $silentArgs += if ($pp.NoRegister) { 'VBOX_REGISTERFILEEXTENSIONS=0'; $packageArgs = @{ packageName = 'virtualbox' fileType = 'EXE' - url = 'https://download.virtualbox.org/virtualbox/6.1.38/VirtualBox-6.1.38-153438-Win.exe' - url64bit = 'https://download.virtualbox.org/virtualbox/6.1.38/VirtualBox-6.1.38-153438-Win.exe' - checksum = 'e987f1705d8779959320a4d968be53d98dd5389425ebc66292a1b1d5241153f7' - checksum64 = 'e987f1705d8779959320a4d968be53d98dd5389425ebc66292a1b1d5241153f7' + url = 'https://download.virtualbox.org/virtualbox/7.0.0/VirtualBox-7.0.0-153978-Win.exe' + url64bit = 'https://download.virtualbox.org/virtualbox/7.0.0/VirtualBox-7.0.0-153978-Win.exe' + checksum = 'cc686543c9c386ff964ef84a5d23135e9bde2fe7efecd116d72e53f9749e0068' + checksum64 = 'cc686543c9c386ff964ef84a5d23135e9bde2fe7efecd116d72e53f9749e0068' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = $silentArgs @@ -39,8 +39,8 @@ if ($pp.ExtensionPack) { Write-Host "Installing extension pack" Write-Warning "*** THIS IS A COMMERCIAL EXTENSION AND CAN INCURE SIGNIFICANT FINANCIAL COSTS ***" - $url_ep = 'https://download.virtualbox.org/virtualbox/6.1.38/Oracle_VM_VirtualBox_Extension_Pack-6.1.38.vbox-extpack' - $checksum_ep = '052f26cf8c619b1aa0cad94c05ece0c1ae326248b4746c95e1deb0729ae4417a' + $url_ep = 'https://download.virtualbox.org/virtualbox/7.0.0/Oracle_VM_VirtualBox_Extension_Pack-7.0.0.vbox-extpack' + $checksum_ep = 'e32555a2d2482c1e1126747f967742364ddfdfd49fce3107a9627780f373ffd7' $file_path_ep = (Get-PackageCacheLocation) + '\' + ($url_ep -split '/' | Select-Object -Last 1) Get-ChocolateyWebFile ` -PackageName 'virtualbox-extensionpack' ` diff --git a/automatic/virtualbox/virtualbox.json b/automatic/virtualbox/virtualbox.json index 5e70b921444..389675f4fd7 100644 --- a/automatic/virtualbox/virtualbox.json +++ b/automatic/virtualbox/virtualbox.json @@ -7,5 +7,6 @@ "4.2": "4.2.36", "4.3": "4.3.40", "6.0": "6.0.24", - "6.1": "6.1.38" + "6.1": "6.1.38", + "7.0": "7.0.0" } diff --git a/automatic/virtualbox/virtualbox.nuspec b/automatic/virtualbox/virtualbox.nuspec index 4be2a67d35b..a2a08e77714 100644 --- a/automatic/virtualbox/virtualbox.nuspec +++ b/automatic/virtualbox/virtualbox.nuspec @@ -4,7 +4,7 @@ virtualbox VirtualBox - 6.1.38 + 7.0.0 Oracle Corporation chocolatey-community, Rob Reynolds, Mike Dellanoce VirtualBox is a general-purpose full virtualizer for x86 hardware, targeted at server, desktop and embedded use.