From efcf21f984b1b017c128ff4aeb97af32f90cac83 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Wed, 3 Feb 2021 12:14:15 +0000 Subject: [PATCH] AU: 8 updated - brave chromium Opera python python3 vscode-insiders vscode-insiders.install wps-office-free [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/3fb1bd95ab29baca96b2afd7248b87dd9bce8c78 --- automatic/brave/brave.json | 2 +- automatic/brave/brave.nuspec | 8 ++++---- automatic/brave/legal/VERIFICATION.txt | 8 ++++---- automatic/brave/tools/chocolateyInstall.ps1 | 6 +++--- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 8 ++++---- automatic/chromium/tools/chocolateyInstall.ps1 | 2 +- automatic/opera/opera.nuspec | 4 ++-- automatic/opera/tools/chocolateyInstall.ps1 | 10 +++++----- automatic/python/python.json | 2 +- automatic/python/python.nuspec | 4 ++-- automatic/python3/legal/VERIFICATION.txt | 8 ++++---- automatic/python3/python3.json | 2 +- automatic/python3/python3.nuspec | 2 +- automatic/python3/tools/helpers.ps1 | 4 ++-- .../tools/chocolateyInstall.ps1 | 8 ++++---- .../vscode-insiders.install.nuspec | 2 +- automatic/vscode-insiders/vscode-insiders.nuspec | 4 ++-- automatic/wps-office-free/tools/chocolateyInstall.ps1 | 6 +++--- automatic/wps-office-free/wps-office-free.json | 2 +- automatic/wps-office-free/wps-office-free.nuspec | 2 +- 22 files changed, 49 insertions(+), 49 deletions(-) diff --git a/automatic/brave/brave.json b/automatic/brave/brave.json index 67a5f2619ab..2cc6164b0f1 100644 --- a/automatic/brave/brave.json +++ b/automatic/brave/brave.json @@ -1,4 +1,4 @@ { - "stable": "1.19.88", + "stable": "1.19.90", "beta": "1.20.96-beta" } diff --git a/automatic/brave/brave.nuspec b/automatic/brave/brave.nuspec index 6eb11da548b..83c0d282838 100644 --- a/automatic/brave/brave.nuspec +++ b/automatic/brave/brave.nuspec @@ -2,8 +2,8 @@ brave - 1.20.96-beta - Brave Browser (Beta) + 1.19.90 + Brave Browser - https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave-beta.svg + https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave.svg A browser that lets you browse safer and faster by blocking ads and trackers. chocolatey-community, Sanshiro Brave Software Inc. diff --git a/automatic/brave/legal/VERIFICATION.txt b/automatic/brave/legal/VERIFICATION.txt index 2be733183ac..a08956b31a2 100644 --- a/automatic/brave/legal/VERIFICATION.txt +++ b/automatic/brave/legal/VERIFICATION.txt @@ -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.20.96/BraveBrowserSilentBetaSetup32.exe -x86_64: https://github.com/brave/brave-browser/releases/download/v1.20.96/BraveBrowserSilentBetaSetup.exe +x86: https://github.com/brave/brave-browser/releases/download/v1.19.90/BraveBrowserStandaloneSilentSetup32.exe +x86_64: https://github.com/brave/brave-browser/releases/download/v1.19.90/BraveBrowserStandaloneSilentSetup.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: B8CE1BDC52C4E30AAD3983C5449ABA8D144CAED36E4C70632DACE7BA5FC5E650 -checksum64: 880EBD9CDAFB96EF1B44C93FB16D67DE209D77CD464960623D5B18B9A307D822 +checksum32: 3C89810B39E96608D653303986502455341C653E5B7E6AFB43050FF7960CD33A +checksum64: F437634154B6E279698700B020B009812A6BFC6035A44106DDA2789B499046D7 The included 'LICENSE.txt' file have been obtained from: https://github.com/brave/brave-browser/blob/master/LICENSE diff --git a/automatic/brave/tools/chocolateyInstall.ps1 b/automatic/brave/tools/chocolateyInstall.ps1 index d1c8d9a241b..7fdf340f96b 100644 --- a/automatic/brave/tools/chocolateyInstall.ps1 +++ b/automatic/brave/tools/chocolateyInstall.ps1 @@ -3,11 +3,11 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName - file = "$toolsPath\BraveBrowserSilentBetaSetup32.exe" - file64 = "$toolsPath\BraveBrowserSilentBetaSetup.exe" + file = "$toolsPath\BraveBrowserStandaloneSilentSetup32.exe" + file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe" } -[version]$softwareVersion = '1.20.96' +[version]$softwareVersion = '1.19.90' Write-Host "Checking already installed version..." $installedVersion = Get-InstalledVersion diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 26a8054c822..d0dfa58f1b9 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "90.0.4407.0-snapshots", + "snapshots": "90.0.4408.0-snapshots", "stable": "88.0.4324.104" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index de65670ed5f..b3106f0f05e 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 90.0.4407.0-snapshots + 90.0.4408.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 1e426691bbb..7b1e9975aca 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: 268261F56B3329C0D450245788DE11B1A694F89CA02FEBF7F33F8967112F76D2 - checksum64: FBD9EB06E5945CD2A466B9E08300882A6CFCE4B612ECBF25E850AF3739E4CC8D + checksum32: 9F2E95F016A02DEE7A9835A9E0FA4A61C133D47C4B7246CF11ECB0E58A4AB707 + checksum64: 28A6A2425DE0AE1D2C5DC4039D924D7F45255C4EA645A68E7529E1062E02CB64 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index ecd643cba4d..f0a9740fb6f 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 = "90.0.4407.0-snapshots" +$version = "90.0.4408.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/opera/opera.nuspec b/automatic/opera/opera.nuspec index a3ccd6d4ce3..ad157d76b99 100644 --- a/automatic/opera/opera.nuspec +++ b/automatic/opera/opera.nuspec @@ -3,7 +3,7 @@ Opera - 73.0.3856.344 + 74.0.3911.75 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-73/#b3856.344 + https://blogs.opera.com/desktop/changelog-for-74/#b3911.75 browser opera cross-platform internet admin https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/opera diff --git a/automatic/opera/tools/chocolateyInstall.ps1 b/automatic/opera/tools/chocolateyInstall.ps1 index d7e97944076..5e356e9120e 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/73.0.3856.344/win/Opera_73.0.3856.344_Setup.exe' - url64 = 'https://get.geo.opera.com/pub/opera/desktop/73.0.3856.344/win/Opera_73.0.3856.344_Setup_x64.exe' - checksum = '14e20585ad04b285e24fec91c941b1c324ff25adcf5c35b8810a666de4ef84e9' - checksum64 = '24e4085fbf9ddf930759df48954e6d23348a04c7dd568b7549b3eb9471964533' + url = 'https://get.geo.opera.com/pub/opera/desktop/74.0.3911.75/win/Opera_74.0.3911.75_Setup.exe' + url64 = 'https://get.geo.opera.com/pub/opera/desktop/74.0.3911.75/win/Opera_74.0.3911.75_Setup_x64.exe' + checksum = 'f9c889f29405b75288a54fd7b1a43389d2c96093a753723bf00e9a5513ebb48d' + checksum64 = 'fa8ec74a29175415ba729281102b94942255eeb42d5c31a6106dfe7353bdb5ab' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters validExitCodes = @(0) } -$version = '73.0.3856.344' +$version = '74.0.3911.75' if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) { Write-Output "Opera $version is already installed. Skipping download and installation." } diff --git a/automatic/python/python.json b/automatic/python/python.json index acc8946d8ef..9f9db4b41e0 100644 --- a/automatic/python/python.json +++ b/automatic/python/python.json @@ -9,5 +9,5 @@ "3.7": "3.7.9", "3.8": "3.8.7", "3.9": "3.9.1", - "3.10": "3.10.0-a4" + "3.10": "3.10.0-a5" } diff --git a/automatic/python/python.nuspec b/automatic/python/python.nuspec index 80de3a10cf2..c79f1285622 100644 --- a/automatic/python/python.nuspec +++ b/automatic/python/python.nuspec @@ -3,7 +3,7 @@ python - 3.10.0-a4 + 3.10.0-a5 Python chocolatey-community Python Software Foundation @@ -22,7 +22,7 @@ https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/python https://www.python.org/downloads/source - + https://www.python.org/download/releases/3.4.0/license diff --git a/automatic/python3/legal/VERIFICATION.txt b/automatic/python3/legal/VERIFICATION.txt index 3cbff944699..62184094187 100644 --- a/automatic/python3/legal/VERIFICATION.txt +++ b/automatic/python3/legal/VERIFICATION.txt @@ -7,8 +7,8 @@ Package can be verified like this: 1. Go to - x32: https://www.python.org/ftp/python/3.10.0/python-3.10.0a4.exe - x64: https://www.python.org/ftp/python/3.10.0/python-3.10.0a4-amd64.exe + x32: https://www.python.org/ftp/python/3.10.0/python-3.10.0a5.exe + x64: https://www.python.org/ftp/python/3.10.0/python-3.10.0a5-amd64.exe to download the installer. @@ -16,8 +16,8 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 608F66058EFA37D6977B4F8876EEA718F90A0ECB2CFEC325FCAFFB603DA57971 - checksum64: 3FBEAC1CB7A7046FE0D36291FCDB62C1AE125BCA378D91B57E2419EB545F884E + checksum32: 9A1DEE0F219640636E2209B68B9DBCF1E37B3ABE8F1FEC05A14E47A70F863CCC + checksum64: 6F7B52F27664E09C22DC336D694C6B0E7EE9A4E4C6BB0AAED14F5E6698390E2D File 'license.txt' is obtained from: https://www.python.org/download/releases/3.4.0/license/ diff --git a/automatic/python3/python3.json b/automatic/python3/python3.json index 9e2401c153e..7fe3136bb7b 100644 --- a/automatic/python3/python3.json +++ b/automatic/python3/python3.json @@ -9,5 +9,5 @@ "3.7": "3.7.9", "3.8": "3.8.7", "3.9": "3.9.1", - "3.10": "3.10.0-a4" + "3.10": "3.10.0-a5" } diff --git a/automatic/python3/python3.nuspec b/automatic/python3/python3.nuspec index 6ffac9c3765..468ce9ac3ec 100644 --- a/automatic/python3/python3.nuspec +++ b/automatic/python3/python3.nuspec @@ -3,7 +3,7 @@ python3 - 3.10.0-a4 + 3.10.0-a5 Python 3.x chocolatey-community Python Software Foundation diff --git a/automatic/python3/tools/helpers.ps1 b/automatic/python3/tools/helpers.ps1 index 772e24d146c..f8a8ae6d186 100644 --- a/automatic/python3/tools/helpers.ps1 +++ b/automatic/python3/tools/helpers.ps1 @@ -39,14 +39,14 @@ function Install-Python { $packageArgs = @{ packageName = 'python3' fileType = 'exe' - file = "$toolsPath\python-3.10.0a4.exe" + file = "$toolsPath\python-3.10.0a5.exe" silentArgs = '/quiet InstallAllUsers=1 PrependPath={0} TargetDir="{1}"' -f $prependPath, $installDir validExitCodes = @(0) softwareName = 'Python 3*' } if (!$only32Bit) { - $packageArgs['file64'] = "$toolsPath\python-3.10.0a4-amd64.exe" + $packageArgs['file64'] = "$toolsPath\python-3.10.0a5-amd64.exe" } else { $packageArgs['packageName'] = '32-bit python3' diff --git a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 index 9104bc138c4..0cb4cca784d 100644 --- a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 +++ b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 @@ -22,14 +22,14 @@ function Get-MergeTasks { $packageArgs = @{ packageName = "$env:ChocolateyPackageName" fileType = 'exe' - url = 'https://az764295.vo.msecnd.net/insider/b99487f4168ba70369edfb8629303be0d3979d4b/VSCodeSetup-ia32-1.53.0-insider.exe' - url64bit = 'https://az764295.vo.msecnd.net/insider/b99487f4168ba70369edfb8629303be0d3979d4b/VSCodeSetup-x64-1.53.0-insider.exe' + url = 'https://az764295.vo.msecnd.net/insider/e1c818a171168eedf78b62fdc7f4e3458d5dea7c/VSCodeSetup-ia32-1.53.0-insider.exe' + url64bit = 'https://az764295.vo.msecnd.net/insider/e1c818a171168eedf78b62fdc7f4e3458d5dea7c/VSCodeSetup-x64-1.53.0-insider.exe' softwareName = 'Microsoft Visual Studio Code Insiders' - checksum = '0182ba8662a7fc00f36c4970b812fc8633d0c1957b3a3e7fbc5d3a09d549b42f6317e2c8d0cb108b2234b2d2abecba252ccf23646b8a1dd59c03241bce958a94' + checksum = '2c710b3f99544928b85837f713b0439a1985310a59c291af021fc3594c4c41800ffe447b9a428fff9ba76edfe1410d2de5cd4e7c4cd1f1f0a0ceee469bb6748a' checksumType = 'sha512' - checksum64 = 'c0236ab7beb066baf8d464bfe8e59d9d5e201f6d105aef0049debcfc7668c434bf1f72c1d1459fae7d7194195d725b96d7e912b5a0e0fb9cb96383e2fec00ffb' + checksum64 = '310a60e1372837f2dd183bc221ddfcf5dd21667f867f175b867afb7d015902cf502b0650a5ca683f1e28e3c251851f48d7e481512ae352e5f6c626c96cc976a1' checksumType64 = 'sha512' silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation) diff --git a/automatic/vscode-insiders.install/vscode-insiders.install.nuspec b/automatic/vscode-insiders.install/vscode-insiders.install.nuspec index 23ae37d1a06..a84505add35 100644 --- a/automatic/vscode-insiders.install/vscode-insiders.install.nuspec +++ b/automatic/vscode-insiders.install/vscode-insiders.install.nuspec @@ -4,7 +4,7 @@ vscode-insiders.install Visual Studio Code Insiders (Install) - 1.53.0.20210202 + 1.53.0.20210203 Microsoft chocolatey-community https://code.visualstudio.com/insiders diff --git a/automatic/vscode-insiders/vscode-insiders.nuspec b/automatic/vscode-insiders/vscode-insiders.nuspec index efb868c7ee0..359a9546130 100644 --- a/automatic/vscode-insiders/vscode-insiders.nuspec +++ b/automatic/vscode-insiders/vscode-insiders.nuspec @@ -4,7 +4,7 @@ vscode-insiders Visual Studio Code Insiders - 1.53.0.20210202 + 1.53.0.20210203 Microsoft chocolatey-community https://code.visualstudio.com/insiders @@ -47,7 +47,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath" ]]> microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform - + https://code.visualstudio.com/updates/#_preview-features diff --git a/automatic/wps-office-free/tools/chocolateyInstall.ps1 b/automatic/wps-office-free/tools/chocolateyInstall.ps1 index 7ef4e438732..a75f48519aa 100644 --- a/automatic/wps-office-free/tools/chocolateyInstall.ps1 +++ b/automatic/wps-office-free/tools/chocolateyInstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop' -$version = '11.2.0.9967' +$version = '11.2.0.9984' $packageName = 'wps-office-free' $regName = $packageName -replace('\-',' ') $regName = $regName -replace('free','*') @@ -8,11 +8,11 @@ $registry = Get-UninstallRegistryKey -SoftwareName $regName $packageArgs = @{ packageName = 'wps-office-free' fileType = 'exe' - url = 'https://wdl1.pcfg.cache.wpscdn.com/wpsdl/wpsoffice/download/11.2.0.9967/WPSOffice_11.2.0.9967.exe' + url = 'https://wdl1.pcfg.cache.wpscdn.com/wpsdl/wpsoffice/download/11.2.0.9984/WPSOffice_11.2.0.9984.exe' silentArgs = '/S' validExitCodes = @(0) softwareName = $regName - checksum = '33913a8702efe3c749ee2bb588bf757d318384a8449abe221875bc9ba6915149' + checksum = '5edb7bb48d46ed2790eb7340a7f880345bb64053a235ec296d83c6336e674ce7' checksumType = 'sha256' } diff --git a/automatic/wps-office-free/wps-office-free.json b/automatic/wps-office-free/wps-office-free.json index 6ba69f678c0..a03486b8fb6 100644 --- a/automatic/wps-office-free/wps-office-free.json +++ b/automatic/wps-office-free/wps-office-free.json @@ -1,3 +1,3 @@ { - "wps": "11.2.0.9967" + "wps": "11.2.0.9984" } diff --git a/automatic/wps-office-free/wps-office-free.nuspec b/automatic/wps-office-free/wps-office-free.nuspec index 2969a0452ea..e4466e10381 100644 --- a/automatic/wps-office-free/wps-office-free.nuspec +++ b/automatic/wps-office-free/wps-office-free.nuspec @@ -3,7 +3,7 @@ wps-office-free - 11.2.0.9967 + 11.2.0.9984 WPS Office Free chocolatey-community Kingsoft Software