diff --git a/automatic/brave/brave.json b/automatic/brave/brave.json index fe7c9a76132..b21f2152188 100644 --- a/automatic/brave/brave.json +++ b/automatic/brave/brave.json @@ -1,4 +1,4 @@ { "stable": "1.35.99", - "beta": "1.38.71-beta" + "beta": "1.38.75-beta" } diff --git a/automatic/brave/brave.nuspec b/automatic/brave/brave.nuspec index 82e0d3367d5..3c96a501cc0 100644 --- a/automatic/brave/brave.nuspec +++ b/automatic/brave/brave.nuspec @@ -2,7 +2,7 @@ brave - 1.38.71-beta + 1.38.75-beta Brave Browser (Beta) chromium - 102.0.4976.0-snapshots + 102.0.4977.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index a3485e369a7..cf0f1f957b7 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 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 diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 8f61144621f..8314035464f 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -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 diff --git a/automatic/flightgear/flightgear.nuspec b/automatic/flightgear/flightgear.nuspec index 0023d2706fa..15a725cb21d 100644 --- a/automatic/flightgear/flightgear.nuspec +++ b/automatic/flightgear/flightgear.nuspec @@ -3,7 +3,7 @@ flightgear - 2020.3.12 + 2020.3.13 FlightGear chocolatey-community FlightGear Team diff --git a/automatic/flightgear/tools/chocolateyInstall.ps1 b/automatic/flightgear/tools/chocolateyInstall.ps1 index 4b0c4358e6e..6f7e04a1572 100644 --- a/automatic/flightgear/tools/chocolateyInstall.ps1 +++ b/automatic/flightgear/tools/chocolateyInstall.ps1 @@ -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 diff --git a/automatic/opera/opera.nuspec b/automatic/opera/opera.nuspec index 6901f6469b0..771e1c6c95f 100644 --- a/automatic/opera/opera.nuspec +++ b/automatic/opera/opera.nuspec @@ -3,7 +3,7 @@ Opera - 85.0.4341.28 + 85.0.4341.39 Opera chocolatey-community Opera @@ -22,7 +22,7 @@ These parameters can be passed to the installer with the use of `--params`. For example: `--params '"/NoDesktopShortcut /NoTaskbarShortcut"'` ]]> The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer. - https://blogs.opera.com/desktop/changelog-for-85/#b4341.28 + https://blogs.opera.com/desktop/changelog-for-85/#b4341.39 browser opera cross-platform internet admin https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/opera diff --git a/automatic/opera/tools/chocolateyInstall.ps1 b/automatic/opera/tools/chocolateyInstall.ps1 index 07b4de90dfb..c43bdb7343b 100644 --- a/automatic/opera/tools/chocolateyInstall.ps1 +++ b/automatic/opera/tools/chocolateyInstall.ps1 @@ -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." }