Skip to content

Commit

Permalink
AU: 4 updated - datagrip thunderbird vim virtualbox
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Apr 17, 2024
1 parent 2624450 commit 5e6827e
Show file tree
Hide file tree
Showing 11 changed files with 154 additions and 154 deletions.
2 changes: 1 addition & 1 deletion automatic/datagrip/datagrip.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>datagrip</id>
<version>2024.1.1</version>
<version>2024.1.2</version>
<title>JetBrains DataGrip</title>
<authors>JetBrains</authors>
<licenseUrl>https://www.datagrip.org/terms.php</licenseUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/datagrip/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ New-Item -ItemType Directory -Force -Path $installDir
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'JetBrains DataGrip*'
url = 'https://download.jetbrains.com/datagrip/datagrip-2024.1.1.exe'
checksum = 'bf772a2aecaef7eb446ff3b345d1ddbdabdd6620814b07b0ab9068d2742e9ce3'
url = 'https://download.jetbrains.com/datagrip/datagrip-2024.1.2.exe'
checksum = '7da37bd40b88213a48d9e175f3b735e6461302fc45e30e6d1a9cc88bfe54cdcf'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = $silentArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/thunderbird/thunderbird.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>thunderbird</id>
<version>115.9.0</version>
<version>115.10.0</version>
<title>Mozilla Thunderbird</title>
<owners>chocolatey-community</owners>
<authors>Mozilla</authors>
Expand Down
264 changes: 132 additions & 132 deletions automatic/thunderbird/tools/LanguageChecksums.csv

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions automatic/thunderbird/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ $sa += if ($pp.RemoveDistributionDir) { " /RemoveDistributionDir=true" }

$sa += if ($pp.NoAutoUpdate) { " /MaintenanceService=false" }

$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '115.9.0')
$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '115.10.0')
if ($alreadyInstalled -and ($env:ChocolateyForce -ne $true)) {
Write-Host "Thunderbird is already installed. No need to download and re-install."
return
Expand Down Expand Up @@ -69,7 +69,7 @@ $packageArgs = @{

Checksum = $checksums.Win32
ChecksumType = 'sha512'
Url = "https://download.mozilla.org/?product=thunderbird-115.9.0-SSL&os=win&lang=${locale}"
Url = "https://download.mozilla.org/?product=thunderbird-115.10.0-SSL&os=win&lang=${locale}"

silentArgs = "$sa /S"
validExitCodes = @(0)
Expand All @@ -78,7 +78,7 @@ $packageArgs = @{
if (!(Get-32bitOnlyInstalled($softwareName)) -and (Get-OSArchitectureWidth 64)) {
$packageArgs.Checksum64 = $checksums.Win64
$packageArgs.ChecksumType64 = 'sha512'
$packageArgs.Url64 = "https://download.mozilla.org/?product=thunderbird-115.9.0-SSL&os=win64&lang=${locale}"
$packageArgs.Url64 = "https://download.mozilla.org/?product=thunderbird-115.10.0-SSL&os=win64&lang=${locale}"
}

Install-ChocolateyPackage @packageArgs
Expand Down
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/v9.1.0336/gvim_9.1.0336_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0336/gvim_9.1.0336_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0342/gvim_9.1.0342_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0342/gvim_9.1.0342_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: 7F17F6A2F0B212163B2B85A65B0490EEB215E2B484AADD4DD9E06CC07CC9EB7E
checksum64: 56343B2E7B48F7C2C6BBE8F03E80C7DC7D7159BD1550FB7E61BE1608693070B3
checksum32: 7BEC78EC23FEC75F115766197A12309E7627EBA03287BFD76302F1BC3CA259B8
checksum64: E866C7456A66416418ABCCD1993F32F85306E88204591594F58B2E2F02288D3D
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_9.1.0336_x86.zip"
file64 = "$toolsDir\gvim_9.1.0336_x64.zip"
file = "$toolsDir\gvim_9.1.0342_x86.zip"
file64 = "$toolsDir\gvim_9.1.0342_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>9.1.0336</version>
<version>9.1.0342</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
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/7.0.14/VirtualBox-7.0.14-161095-Win.exe'
url64bit = 'https://download.virtualbox.org/virtualbox/7.0.14/VirtualBox-7.0.14-161095-Win.exe'
checksum = '4719b38e7a276b43099ce4d6349e6bfc80edf644ee59d9dafd264bc7ed7691f4'
checksum64 = '4719b38e7a276b43099ce4d6349e6bfc80edf644ee59d9dafd264bc7ed7691f4'
url = 'https://download.virtualbox.org/virtualbox/7.0.16/VirtualBox-7.0.16-162802-Win.exe'
url64bit = 'https://download.virtualbox.org/virtualbox/7.0.16/VirtualBox-7.0.16-162802-Win.exe'
checksum = '2fb44977d3329e55e8b61408ab4af5239ecd3d80c5990fb5cd6bd0c91a854d62'
checksum64 = '2fb44977d3329e55e8b61408ab4af5239ecd3d80c5990fb5cd6bd0c91a854d62'
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/7.0.14/Oracle_VM_VirtualBox_Extension_Pack-7.0.14.vbox-extpack'
$checksum_ep = '42cb36fbf439a9ed28c95d2bbc718a0eac902225eb579c884c549af2e94be633'
$url_ep = 'https://download.virtualbox.org/virtualbox/7.0.16/Oracle_VM_VirtualBox_Extension_Pack-7.0.16.vbox-extpack'
$checksum_ep = 'f92bd4d5a6a522897914c7df21bfd3262ffeaffa740d648738f335a867a18b16'
$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 @@ -8,5 +8,5 @@
"4.3": "4.3.40",
"6.0": "6.0.24",
"6.1": "6.1.50",
"7.0": "7.0.14"
"7.0": "7.0.16"
}
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>7.0.14</version>
<version>7.0.16</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 5e6827e

Please sign in to comment.