Skip to content

Commit

Permalink
AU: 2 updated - chromium Opera
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 9, 2021
1 parent cee5b95 commit ba1dabd
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "93.0.4537.0-snapshots",
"snapshots": "93.0.4538.0-snapshots",
"stable": "91.0.4472.77"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>93.0.4537.0-snapshots</version>
<version>93.0.4538.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
Original file line number Diff line number Diff line change
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/890161/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/890163/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/890662/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/890658/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: 0848E86F8B537D8DA842AEEA472234FAFD558BAE4EC254CE0B335B736ED23343
checksum64: 721B80D80A043DF69C56F669BCEFFD70A11FF6EE86A75E4E1C7E38FF7B420BA8
checksum32: 31FDE136904BDFD503403F4D23EA78BEB63B808E126E5E75B6EC0E66DCA67D22
checksum64: 52F855DD6C07A3B4AB615EACC388BED7AE3945C0D02E7F9E06C50085ABAEAA52

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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "93.0.4537.0-snapshots"
$version = "93.0.4538.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
4 changes: 2 additions & 2 deletions automatic/opera/opera.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Opera</id>
<version>76.0.4017.177</version>
<version>77.0.4054.60</version>
<title>Opera</title>
<owners>chocolatey-community</owners>
<authors>Opera</authors>
Expand All @@ -22,7 +22,7 @@ These parameters can be passed to the installer with the use of `--params`.
For example: `--params '"/NoDesktopShortcut /NoTaskbarShortcut"'`
]]></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-76/#b4017.177</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-77/#b4054.60</releaseNotes>
<tags>browser opera cross-platform internet admin</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/opera</packageSourceUrl>
</metadata>
Expand Down
10 changes: 5 additions & 5 deletions automatic/opera/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
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/76.0.4017.177/win/Opera_76.0.4017.177_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/76.0.4017.177/win/Opera_76.0.4017.177_Setup_x64.exe'
checksum = '8a3821aeb693a4f252abf1665d070141503f25f1650e12da027e3a2450096362'
checksum64 = '774df4760f94e42ab430701504fdd43b4b929c55be25ce5acc0d6060db8cbc18'
url = 'https://get.geo.opera.com/pub/opera/desktop/77.0.4054.60/win/Opera_77.0.4054.60_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/77.0.4054.60/win/Opera_77.0.4054.60_Setup_x64.exe'
checksum = '908067ab263383015abfa8784ec411ade7e25ddb7ca903c77ede67ebf49569db'
checksum64 = '7647656c2f79e1bccbf7e0f7cbc10d222904a17f27ca247d6bde6c4b015f8c4f'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

$version = '76.0.4017.177'
$version = '77.0.4054.60'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
}
Expand Down

0 comments on commit ba1dabd

Please sign in to comment.