Skip to content

Commit

Permalink
AU: 4 updated - brave chromium flightgear Opera
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 31, 2022
1 parent 105565e commit 620d04c
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 24 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.38.71-beta"
"beta": "1.38.75-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.38.71-beta</version>
<version>1.38.75-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.38.71/BraveBrowserStandaloneSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.38.71/BraveBrowserStandaloneSilentBetaSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.38.75/BraveBrowserStandaloneSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.38.75/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: 8E84ABC0349EF08CFCD343AB5F71311C353A38555F1BE2E18C25133084484A87
checksum64: BBDFAA273E460EC02D199465A7DD41CAF6A3A27A142EDA70120059C99B59036D
checksum32: 38604E4E21E247746529D71331D5E8C88CEB392979327DA820EC47D8BDBC6606
checksum64: CEAB6A7F2E085FE6BE02847720F9071BCD6D74CA5344AF50AD0902B5051834D4

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.38.71'
[version]$softwareVersion = '1.38.75'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
Expand Down
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": "102.0.4976.0-snapshots",
"snapshots": "102.0.4977.0-snapshots",
"stable": "100.0.4896.60"
}
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>102.0.4976.0-snapshots</version>
<version>102.0.4977.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/987375/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/987375/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/987456/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/987458/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: 9A79A2A53A41C21F6F1BE98E329F52D0C9BF31FD1F27AF7061D807147104061D
checksum64: 808F46E11613991A9C800B58A91402450DD112146D833394CC8B287BD277BF6A
checksum32: C98A4FC8895D997ADE112198EBF48A80DBF42AAE8BC635456B488284183B6B23
checksum64: 2340CDED07BF2196265A287E5B57A70B63F48B0BF302B043B24892A494398131

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 = "102.0.4976.0-snapshots"
$version = "102.0.4977.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
2 changes: 1 addition & 1 deletion automatic/flightgear/flightgear.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>flightgear</id>
<version>2020.3.12</version>
<version>2020.3.13</version>
<title>FlightGear</title>
<owners>chocolatey-community</owners>
<authors>FlightGear Team</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/flightgear/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
$ErrorActionPreference = 'Stop'

$version = '2020.3.12'
$version = '2020.3.13'
$softwareName = "FlightGear v$version"

$packageArgs = @{
packageName = 'flightgear'
fileType = 'exe'
url = 'https://sourceforge.net/projects/flightgear/files/release-2020.3/FlightGear-2020.3.12.exe/download'
url = 'https://sourceforge.net/projects/flightgear/files/release-2020.3/FlightGear-2020.3.13.exe/download'

softwareName = $softwareName

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>85.0.4341.28</version>
<version>85.0.4341.39</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-85/#b4341.28</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-85/#b4341.39</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/85.0.4341.28/win/Opera_85.0.4341.28_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/85.0.4341.28/win/Opera_85.0.4341.28_Setup_x64.exe'
checksum = '6435afd5d3b7ef10aa2697a0ee7a4d7d1a276a54f73ba6f4bd5f7bd84226e041'
checksum64 = 'd5cc0cbee1fca8928e00c8882d6c67247824b89e9dbed4350b218b390b210485'
url = 'https://get.geo.opera.com/pub/opera/desktop/85.0.4341.39/win/Opera_85.0.4341.39_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/85.0.4341.39/win/Opera_85.0.4341.39_Setup_x64.exe'
checksum = 'c045b11a61ebe998f60c96757d45595573fc624208a20dc9bb7516bee4df310f'
checksum64 = '30e71ff031a911975b6639567125e939d9776685769bc315127ff41dc60929a3'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

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

0 comments on commit 620d04c

Please sign in to comment.