Skip to content

Commit

Permalink
AU: 3 updated - brave googlechromebeta Opera
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Feb 16, 2022
1 parent 486ea5d commit 2355f70
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion automatic/brave/brave.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "1.35.99",
"beta": "1.36.83-beta"
"beta": "1.36.94-beta"
}
2 changes: 1 addition & 1 deletion automatic/brave/brave.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>brave</id>
<version>1.36.83-beta</version>
<version>1.36.94-beta</version>
<title>Brave Browser (Beta)</title>
<description><![CDATA[Brave is a free and open-source web browser developed by Brave Software Inc. based on the Chromium web browser. Brave supports Windows, macOS, Linux and Android.
Expand Down
8 changes: 4 additions & 4 deletions automatic/brave/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ The installer have been downloaded from the GitHub mirror and can be verified li

1. Download the following installer(s):

x86: https://github.com/brave/brave-browser/releases/download/v1.36.83/BraveBrowserStandaloneSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.36.83/BraveBrowserStandaloneSilentBetaSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.36.94/BraveBrowserStandaloneSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.36.96/BraveBrowserStandaloneSilentBetaSetup.exe

2. You can use one of the following methods to obtain the checksum(s):
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: A7FE1B3E36A43D5DD41807D8B46D48091781ADEFCCEB2F0EF8EFB6F144F189AB
checksum64: D42BEC13E201028A45D5B5A516241B677286AD5464BEF230FE04AA4D30E9C98F
checksum32: AC54A605D0E49CFA5AB4E03CA16EB718E8515B9AAF2BB1BDED36077BCEB23637
checksum64: D758F79CC6D05A9AC36C824B7F82B0F9A54A5D00843CC38B916AE9C8754F7C6D

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE
2 changes: 1 addition & 1 deletion automatic/brave/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $packageArgs = @{
file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe"
}

[version]$softwareVersion = '1.36.83'
[version]$softwareVersion = '1.36.94'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechromebeta/googlechromebeta.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>googlechromebeta</id>
<version>99.0.4844.27-beta</version>
<version>99.0.4844.35-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey-community,nsleigh</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechromebeta/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '99.0.4844.27-beta'
$version = '99.0.4844.35-beta'
if ($version -eq (Get-ChromeBetaVersion)) {
Write-Host "Google Chrome Beta $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi'
checksum = '97715042a7da78c706af1a638ff56ef731c54ec222c3dd9dd6fb5120589ba91f'
checksum64 = '6f24a85d11378b2e38b74424a43e78a505a1b826a09668c83ad0e6d6ab2a8efe'
checksum = 'a8dab5b0a173003fb1d301fe31923594aea44ea718e7316c641806cc68323399'
checksum64 = 'f17d2a1e19b54f6c2cb6e99ad22b04dad240d27b6d43ecf7571d3880db09215f'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
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>83.0.4254.62</version>
<version>84.0.4316.14</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-83/#b4254.62</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-84/#b4316.14</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
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/83.0.4254.62/win/Opera_83.0.4254.62_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/83.0.4254.62/win/Opera_83.0.4254.62_Setup_x64.exe'
checksum = '00e524da86b116d48077c17bc70ad0dfe6d39e0018143e93a06cdb377d269751'
checksum64 = 'de8deffabdbe5b383714f691502a6536bd2a67a9aa3c7634c76bcfcf1350c343'
url = 'https://get.geo.opera.com/pub/opera/desktop/84.0.4316.14/win/Opera_84.0.4316.14_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/84.0.4316.14/win/Opera_84.0.4316.14_Setup_x64.exe'
checksum = '9b46b37e8c2e551d0796d4b097a72d56b3ae701937a01c13ab802aa62442074d'
checksum64 = 'e5ef3015312b8dc47b66a3ffbbdbd14ecf736e41b727a898e549f1580aa87ba6'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

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

0 comments on commit 2355f70

Please sign in to comment.