Skip to content

Commit

Permalink
AU: 2 updated - Opera virtualbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Feb 1, 2023
1 parent 18b2d60 commit 4454f52
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions automatic/opera/opera.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Opera</id>
<version>94.0.4606.76</version>
<version>95.0.4635.25</version>
<title>Opera</title>
<owners>chocolatey-community</owners>
<authors>Opera</authors>
Expand All @@ -26,7 +26,7 @@ For example: `--params '"/NoDesktopShortcut /NoTaskbarShortcut"'`
- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
]]></description>
<summary>The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer.</summary>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-94/#b4606.76</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-95/#b4635.25</releaseNotes>
<tags>browser opera cross-platform internet admin</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/opera</packageSourceUrl>
</metadata>
Expand Down
10 changes: 5 additions & 5 deletions automatic/opera/tools/chocolateyInstall.ps1
Expand Up @@ -10,17 +10,17 @@ $parameters += if ($pp.NoTaskbarShortcut) { " /pintotaskbar=0"; Write-Host "Oper
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera/desktop/94.0.4606.76/win/Opera_94.0.4606.76_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/94.0.4606.76/win/Opera_94.0.4606.76_Setup_x64.exe'
checksum = '4903c743f8fb439659b74fc00dfd8ededda1d6f61d6381216c1a7b555044b0a2'
checksum64 = '9f9868d2468627ae11c92d22fb90cb263a54489f739dc5b6da1c4336f3de6456'
url = 'https://get.geo.opera.com/pub/opera/desktop/95.0.4635.25/win/Opera_95.0.4635.25_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/95.0.4635.25/win/Opera_95.0.4635.25_Setup_x64.exe'
checksum = '027c79231ee5fcdd95fd62439c9ca677aed5f255a7b05ccbb7e4bb22cd1df5f0'
checksum64 = 'a43164f99bb9f819b530381f6e6d089a9ea2e58cd0db04d85b07a42afa127797'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

$version = '94.0.4606.76'
$version = '95.0.4635.25'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/virtualbox/tools/chocolateyInstall.ps1
Expand Up @@ -40,7 +40,7 @@ if ($pp.ExtensionPack) {
Write-Warning "*** THIS IS A COMMERCIAL EXTENSION AND CAN INCURE SIGNIFICANT FINANCIAL COSTS ***"

$url_ep = 'https://download.virtualbox.org/virtualbox/7.0.6/Oracle_VM_VirtualBox_Extension_Pack-7.0.6.vbox-extpack'
$checksum_ep = '21c3595361bb2365efe6139f1da724d362daa63fb92c38f686a01aa9200628b2'
$checksum_ep = '292961aa8723b54f96f89f6d8abf7d8e29259d94b7de831dbffb9ae15d346434'
$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
Expand Up @@ -8,5 +8,5 @@
"4.3": "4.3.40",
"6.0": "6.0.24",
"6.1": "6.1.42",
"7.0": "7.0.6"
"7.0": "7.0.6.20230201"
}
2 changes: 1 addition & 1 deletion automatic/virtualbox/virtualbox.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>virtualbox</id>
<title>VirtualBox</title>
<version>7.0.6</version>
<version>7.0.6.20230201</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 4454f52

Please sign in to comment.