Skip to content

Commit

Permalink
AU: 3 updated - chromium vim virtualbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 11, 2022
1 parent 5894b59 commit b5435e1
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 22 deletions.
2 changes: 1 addition & 1 deletion 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"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>108.0.5352.0-snapshots</version>
<version>108.0.5353.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1056843/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1056846/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1057106/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1057117/mini_installer.exe>
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 <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Expand Up @@ -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: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0709/gvim_9.0.0709_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0709/gvim_9.0.0709_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0719/gvim_9.0.0719_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0719/gvim_9.0.0719_x64.zip>
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
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Expand Up @@ -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 = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>9.0.0709</version>
<version>9.0.0719</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>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.</summary>
Expand Down
12 changes: 6 additions & 6 deletions automatic/virtualbox/tools/chocolateyInstall.ps1
Expand Up @@ -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
Expand All @@ -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' `
Expand Down
3 changes: 2 additions & 1 deletion automatic/virtualbox/virtualbox.json
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion automatic/virtualbox/virtualbox.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>virtualbox</id>
<title>VirtualBox</title>
<version>6.1.38</version>
<version>7.0.0</version>
<authors>Oracle Corporation</authors>
<owners>chocolatey-community, Rob Reynolds, Mike Dellanoce</owners>
<summary>VirtualBox is a general-purpose full virtualizer for x86 hardware, targeted at server, desktop and embedded use.</summary>
Expand Down

0 comments on commit b5435e1

Please sign in to comment.