Skip to content

Commit

Permalink
AU: 4 updated - dropbox git virtualbox Waterfox
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jan 17, 2023
1 parent 8b91c3a commit c6c6cb8
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 26 deletions.
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
@@ -1,4 +1,4 @@
{
"beta": "166.3.2831-beta",
"beta": "166.3.2847-beta",
"stable": "165.4.4300"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>166.3.2831-beta</version>
<version>166.3.2847-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
10 changes: 5 additions & 5 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '166.3.2831'
$version = '166.3.2847'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,10 +13,10 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/experimental/Dropbox%20166.3.2831%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/experimental/Dropbox%20166.3.2831%20Offline%20Installer.x64.exe'
checksum = '8b4ec64d06347a9c9210acaac22504f0c56e28408eef57f637590f77a154807c'
checksum64 = '7796750d7a4a711af9cf73d0cc85f681b0d748a259de3bd25f051a63e57e2f28'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/experimental/Dropbox%20166.3.2847%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/experimental/Dropbox%20166.3.2847%20Offline%20Installer.x64.exe'
checksum = '3784673e66cc943a001013ba28da36f9ca9f5915d647527d451df1ebc7bf82a5'
checksum64 = 'd16e924198a029c118314bb87c5881aa19ec624e76cd1aa9c3de8cdda23b62a6'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
Expand Down
4 changes: 2 additions & 2 deletions automatic/git/git.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>git</id>
<title>Git</title>
<version>2.39.0</version>
<version>2.39.1</version>
<authors>The Git Development Community</authors>
<owners>chocolatey-community</owners>
<summary>Git for Windows offers a native set of tools that bring the full feature set of the Git SCM to Windows</summary>
Expand Down Expand Up @@ -39,7 +39,7 @@ Example for passing in package parameters:
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@10a8d98b2f320b565fa5349a4352e79666db71ff/icons/git.svg</iconUrl>
<dependencies>
<dependency id="git.install" version="[2.39.0]" />
<dependency id="git.install" version="[2.39.1]" />
</dependencies>
</metadata>
<files>
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/7.0.4/VirtualBox-7.0.4-154605-Win.exe'
url64bit = 'https://download.virtualbox.org/virtualbox/7.0.4/VirtualBox-7.0.4-154605-Win.exe'
checksum = 'b7265dd6c0f7f635fec9be67b4b5e34b4105b93d7c11aeef0b5ed6fe1d2dc556'
checksum64 = 'b7265dd6c0f7f635fec9be67b4b5e34b4105b93d7c11aeef0b5ed6fe1d2dc556'
url = 'https://download.virtualbox.org/virtualbox/7.0.6/VirtualBox-7.0.6-155176-Win.exe'
url64bit = 'https://download.virtualbox.org/virtualbox/7.0.6/VirtualBox-7.0.6-155176-Win.exe'
checksum = 'a4142ecf52657bd6e06b66573919ac342ef460a61f4ee7d35c235c54640c3a39'
checksum64 = 'a4142ecf52657bd6e06b66573919ac342ef460a61f4ee7d35c235c54640c3a39'
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.4/Oracle_VM_VirtualBox_Extension_Pack-7.0.4.vbox-extpack'
$checksum_ep = 'bf22f698075685e1d71845d76c3b393b45d72e4b0206d7d434338a99d610e14c'
$url_ep = 'https://download.virtualbox.org/virtualbox/7.0.6/Oracle_VM_VirtualBox_Extension_Pack-7.0.6.vbox-extpack'
$checksum_ep = '21c3595361bb2365efe6139f1da724d362daa63fb92c38f686a01aa9200628b2'
$file_path_ep = (Get-PackageCacheLocation) + '\' + ($url_ep -split '/' | Select-Object -Last 1)
Get-ChocolateyWebFile `
-PackageName 'virtualbox-extensionpack' `
Expand Down
4 changes: 2 additions & 2 deletions automatic/virtualbox/virtualbox.json
Expand Up @@ -7,6 +7,6 @@
"4.2": "4.2.36",
"4.3": "4.3.40",
"6.0": "6.0.24",
"6.1": "6.1.40",
"7.0": "7.0.4"
"6.1": "6.1.42",
"7.0": "7.0.6"
}
6 changes: 2 additions & 4 deletions automatic/virtualbox/virtualbox.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>virtualbox</id>
<title>VirtualBox</title>
<version>7.0.4</version>
<version>7.0.6</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 Expand Up @@ -50,9 +50,7 @@ Example: `choco install virtualbox --params "/NoDesktopShortcut /ExtensionPack"`
<licenseUrl>https://www.virtualbox.org/wiki/VirtualBox_PUEL</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@c9f08adeb0cc2dcda323211894358e69d3af323c/icons/virtualbox.png</iconUrl>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
</dependencies>
<dependencies><dependency id="chocolatey-core.extension" version="1.3.3" /><dependency id="vcredist140" version="14.20.27508.1" /></dependencies>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
4 changes: 2 additions & 2 deletions automatic/waterfox/legal/VERIFICATION.txt
Expand Up @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy.
The installer has been downloaded from their official download link listed on <>
and can be verified like this:

1. Download <https://cdn1.waterfox.net/waterfox/releases/G5.1.1/WINNT_x86_64/Waterfox%20Setup%20G5.1.1.exe>
1. Download <https://cdn1.waterfox.net/waterfox/releases/G5.1.2/WINNT_x86_64/Waterfox%20Setup%20G5.1.2.exe>
2. Then use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum: 1F34821E3259B45414261635E258020CF5B03988120A1C9F73FFEE6C92BC4638
checksum: 6045D275DF8A2419BDA2D66C8DA2B5E290A63124887A5DD9B74C73009B378F8B

File 'LICENSE.md' is obtained from <https://github.com/MrAlex94/Waterfox/blob/1bc2fb60abf0fa173b69ca94f660115d76f09f4f/LICENSE>
2 changes: 1 addition & 1 deletion automatic/waterfox/tools/chocolateyInstall.ps1
Expand Up @@ -10,7 +10,7 @@ $packageArgs = @{
packageName = 'Waterfox'
fileType = 'exe'
softwareName = 'Waterfox*'
file = "$toolsDir\Waterfox Setup G5.1.1_x64.exe"
file = "$toolsDir\Waterfox Setup G5.1.2_x64.exe"
silentArgs = "/S"
validExitCodes= @(0)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/waterfox/waterfox.json
@@ -1,4 +1,4 @@
{
"current": "23015.1.1",
"current": "23015.1.2",
"classic": "2022.11"
}
2 changes: 1 addition & 1 deletion automatic/waterfox/waterfox.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Waterfox</id>
<version>23015.1.1</version>
<version>23015.1.2</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/waterfox</packageSourceUrl>
<owners>chocolatey-community,tonigellida,admiringworm</owners>
<title>Waterfox</title>
Expand Down

0 comments on commit c6c6cb8

Please sign in to comment.