Skip to content

Commit

Permalink
AU: 2 updated - vim virtualbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 5, 2020
1 parent 8b97edb commit 7d40986
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
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/v8.2.1584/gvim_8.2.1584_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1584/gvim_8.2.1584_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1593/gvim_8.2.1593_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1593/gvim_8.2.1593_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: 7025F9C846EF90249F465AA482EEA132FE6071C2830E95A24942E056C16DC9B2
checksum64: D4DBFCDF8FAC804DFA4CB3F6292B7BCBBE2F9AC787FDEC0E50B164A5184C79AF
checksum32: F33FB169835543CA78B2044148DAEE8E683464AFBDABA588185709EBC247C87A
checksum64: 6F18601912C7588DE627BDA3EF168BBDDE98BBBA8B63396D8754025000CE1E8A
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.1584_x86.zip"
file64 = "$toolsDir\gvim_8.2.1584_x64.zip"
file = "$toolsDir\gvim_8.2.1593_x86.zip"
file64 = "$toolsDir\gvim_8.2.1593_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.1584</version>
<version>8.2.1593</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey, Rob Reynolds, matsuhav</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
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ $silentArgs += if ($pp.NoRegister) { 'VBOX_REGISTERFILEEXTENSIONS=0';
$packageArgs = @{
packageName = 'virtualbox'
fileType = 'EXE'
url = 'https://download.virtualbox.org/virtualbox/5.2.44/VirtualBox-5.2.44-139111-Win.exe'
url64bit = 'https://download.virtualbox.org/virtualbox/5.2.44/VirtualBox-5.2.44-139111-Win.exe'
checksum = '2335e98f1c41f3aad5e16d2d5d18298e19d1cb04021fd752e3e2cd952996c7cd'
checksum64 = '2335e98f1c41f3aad5e16d2d5d18298e19d1cb04021fd752e3e2cd952996c7cd'
url = 'https://download.virtualbox.org/virtualbox/6.1.14/VirtualBox-6.1.14-140239-Win.exe'
url64bit = 'https://download.virtualbox.org/virtualbox/6.1.14/VirtualBox-6.1.14-140239-Win.exe'
checksum = '50e5c9617143f98699962097da9fe94319feceb22f8c9c1ce6108796b971b92d'
checksum64 = '50e5c9617143f98699962097da9fe94319feceb22f8c9c1ce6108796b971b92d'
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/5.2.44/Oracle_VM_VirtualBox_Extension_Pack-5.2.44.vbox-extpack'
$checksum_ep = '74cff0e813534ca7759d492940803463825a13c33bd33f7e7912967805f84843'
$url_ep = 'https://download.virtualbox.org/virtualbox/6.1.14/Oracle_VM_VirtualBox_Extension_Pack-6.1.14.vbox-extpack'
$checksum_ep = 'b224e796e886b19bce69f0aaedf6ca82bad0ca29c61fb0ed86166efb84356942'
$file_path_ep = (Get-PackageCacheLocation) + '\' + ($url_ep -split '/' | Select-Object -Last 1)
Get-ChocolateyWebFile `
-PackageName 'virtualbox-extensionpack' `
Expand Down
2 changes: 1 addition & 1 deletion automatic/virtualbox/virtualbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"4.2": "4.2.36",
"4.3": "4.3.40",
"6.0": "6.0.24",
"6.1": "6.1.12"
"6.1": "6.1.14"
}
2 changes: 1 addition & 1 deletion automatic/virtualbox/virtualbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>virtualbox</id>
<title>VirtualBox</title>
<version>5.2.44</version>
<version>6.1.14</version>
<authors>Oracle Corporation</authors>
<owners>chocolatey, 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 7d40986

Please sign in to comment.