From 038b9d6802cdd21d3ab0d155083389383167a12e Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Tue, 17 May 2022 12:15:09 +0000 Subject: [PATCH] AU: 6 updated - absolute-uninstaller brave chromium libreoffice-still Opera vscode-insiders.install [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/99c48543b2bce6cf00527dcc8f5949cd8b951a73 --- .../absolute-uninstaller/absolute-uninstaller.nuspec | 2 +- .../absolute-uninstaller/tools/chocolateyInstall.ps1 | 2 +- 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/libreoffice-streams/README.md | 5 +++-- .../libreoffice-streams/libreoffice-streams.json | 4 ++-- .../libreoffice-streams/libreoffice-streams.nuspec | 9 +++++---- .../libreoffice-streams/tools/chocolateyInstall.ps1 | 12 ++++++------ automatic/opera/opera.nuspec | 4 ++-- automatic/opera/tools/chocolateyInstall.ps1 | 10 +++++----- .../tools/chocolateyInstall.ps1 | 8 ++++---- .../vscode-insiders.install.nuspec | 2 +- 18 files changed, 49 insertions(+), 47 deletions(-) diff --git a/automatic/absolute-uninstaller/absolute-uninstaller.nuspec b/automatic/absolute-uninstaller/absolute-uninstaller.nuspec index 6442919eaba..23a56157314 100644 --- a/automatic/absolute-uninstaller/absolute-uninstaller.nuspec +++ b/automatic/absolute-uninstaller/absolute-uninstaller.nuspec @@ -4,7 +4,7 @@ absolute-uninstaller Absolute Uninstaller - 5.3.1.38 + 5.3.1.40 GlarySoft chocolatey-community,Redsandro Absolute Uninstaller is a complete program uninstaller that helps you remove programs. diff --git a/automatic/absolute-uninstaller/tools/chocolateyInstall.ps1 b/automatic/absolute-uninstaller/tools/chocolateyInstall.ps1 index 1ed15b18006..59ec78fd490 100644 --- a/automatic/absolute-uninstaller/tools/chocolateyInstall.ps1 +++ b/automatic/absolute-uninstaller/tools/chocolateyInstall.ps1 @@ -5,7 +5,7 @@ $packageArgs = @{ url = 'https://download.glarysoft.com/ausetup.exe' fileType = 'exe' softwareName = 'Absolute Uninstaller*' - checksum = '1280886be9b4e24b4f3e4bf4ebe1e15333f97a55883917a3910ad0e6fe89c3e9' + checksum = '202bdaabd5c6b2f83d922286c8d74d2f6c9f49724d7fd5d65b8ca3e17ae7be77' checksumType = 'sha256' silentArgs = '/S' validExitCodes = @(0) diff --git a/automatic/brave/brave.json b/automatic/brave/brave.json index b4d1dbdb48f..abe4544a4d9 100644 --- a/automatic/brave/brave.json +++ b/automatic/brave/brave.json @@ -1,4 +1,4 @@ { "stable": "1.38.115", - "beta": "1.38.83-beta" + "beta": "1.39.106-beta" } diff --git a/automatic/brave/brave.nuspec b/automatic/brave/brave.nuspec index a019131500c..3619499c5d2 100644 --- a/automatic/brave/brave.nuspec +++ b/automatic/brave/brave.nuspec @@ -2,8 +2,8 @@ brave - 1.38.115 - Brave Browser + 1.39.106-beta + Brave Browser (Beta) - https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave.svg + https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave-beta.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 c94fdccd22f..635d275fe28 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.38.115/BraveBrowserStandaloneSilentSetup32.exe -x86_64: https://github.com/brave/brave-browser/releases/download/v1.38.115/BraveBrowserStandaloneSilentSetup.exe +x86: https://github.com/brave/brave-browser/releases/download/v1.39.106/BraveBrowserStandaloneSilentBetaSetup32.exe +x86_64: https://github.com/brave/brave-browser/releases/download/v1.39.106/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: 8C7FB1CFF2B721D3DAA5E4C03BAAD1BD4D8DD607B357398FEA5E03425D7E6097 -checksum64: AC253D1DFB62A3612A66ECA9AB225C71FFCC890A2454CE67D920450FB2EDB61F +checksum32: 0D27A36A20DA9B73AA10AACAC47F47904D56CF455AF79176EC8C6055411678BC +checksum64: FD9889E08FC4F5585A177AA0003A91C7F08740A0D21DDE05D68B013DD0FFF6DF 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 800acb5306f..3c0c7ece0e6 100644 --- a/automatic/brave/tools/chocolateyInstall.ps1 +++ b/automatic/brave/tools/chocolateyInstall.ps1 @@ -3,11 +3,11 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName - file = "$toolsPath\BraveBrowserStandaloneSilentSetup32.exe" - file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe" + file = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup32.exe" + file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe" } -[version]$softwareVersion = '1.38.115' +[version]$softwareVersion = '1.39.106' Write-Host "Checking already installed version..." $installedVersion = Get-InstalledVersion diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 1af9b5404e4..1d2fee47fa3 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "104.0.5067.0-snapshots", + "snapshots": "104.0.5068.0-snapshots", "stable": "101.0.4951.67" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index c60b9b52f52..b2e9659095a 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 104.0.5067.0-snapshots + 104.0.5068.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 2725d21a270..b652c02c9d2 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: 42F26745D826328E7F79BB745BDB70541FB969AD9073394E4666E692BF6D1A48 - checksum64: 5B00AA96544B41A0B971CB6E589FB8C5D7F6C7B3700B9C4BBCD42E0C2853175C + checksum32: 0B1DB11497002FD5E9F263A07929E28539AF53BC49AF094080A33C47F6BA7AFC + checksum64: BBD5315934CDF8EBBAD806583FAB6308D5F7F51137EC9148E85B827A9404C970 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 83e52eec180..f617afadb0e 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 = "104.0.5067.0-snapshots" +$version = "104.0.5068.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/libreoffice-streams/README.md b/automatic/libreoffice-streams/README.md index 579828f8c3c..dd1a4b65218 100644 --- a/automatic/libreoffice-streams/README.md +++ b/automatic/libreoffice-streams/README.md @@ -1,10 +1,11 @@ -# [ LibreOffice Fresh](https://chocolatey.org/packages/libreoffice-fresh) +# [ LibreOffice Still](https://chocolatey.org/packages/libreoffice-still) LibreOffice is the free power-packed Open Source personal productivity suite for Windows, macOS and Linux, that gives you six feature-rich applications for all your document production and data processing needs. ## Notes - This package relies on the update service provided by The Document Foundation to determine new updates. As their policy is to distribute to their website immediately and to the update service after 1 to 2 weeks, there will be a delay between a new software update and a new version release of the package. -- This package installs LibreOffice Fresh which is the stable version of LibreOffice with the most recent bleeding-edge features. This version is recommended for technology enthusiasts, early adopters or power users. For more conservative users or for deployments in enterprise or corporate environments, it is recommended to install [libreoffice-still](/packages/libreoffice-still) instead. +- This package installs LibreOffice Still which is the stable version of LibreOffice that has undergone more testing (over a longer time). This version is recommended for more conservative users or for deployments in enterprise or corporate environments. If you want the latest version with the most recent bleeding-edge features, install [libreoffice-fresh](/packages/libreoffice-fresh) instead. +- For business deployments, The Document Foundation (the foundation behind the LibreOffice project) strongly recommends [support from certified partners](https://www.libreoffice.org/get-help/professional-support/) which also offer long-term support versions of LibreOffice. - Older versions of this package are likely broken because the LibreOffice team removes the download links for older versions after each update. - **If the package is out of date by more than 2 weeks, please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.** diff --git a/automatic/libreoffice-streams/libreoffice-streams.json b/automatic/libreoffice-streams/libreoffice-streams.json index fefaf0b5047..a81c0b317c2 100644 --- a/automatic/libreoffice-streams/libreoffice-streams.json +++ b/automatic/libreoffice-streams/libreoffice-streams.json @@ -1,4 +1,4 @@ { - "still": "7.2.6", - "fresh": "7.3.2" + "still": "7.2.7", + "fresh": "7.3.3" } diff --git a/automatic/libreoffice-streams/libreoffice-streams.nuspec b/automatic/libreoffice-streams/libreoffice-streams.nuspec index 599b0c1b0a5..57431585042 100644 --- a/automatic/libreoffice-streams/libreoffice-streams.nuspec +++ b/automatic/libreoffice-streams/libreoffice-streams.nuspec @@ -2,9 +2,9 @@ - libreoffice-fresh - LibreOffice Fresh - 7.3.2 + libreoffice-still + LibreOffice Still + 7.2.7 LibreOffice developers chocolatey-community LibreOffice is the free power-packed Open Source personal productivity suite for Windows, Macintosh and Linux, that gives you six feature-rich applications for all your document production and data processing needs. @@ -13,7 +13,8 @@ ## Notes - This package relies on the update service provided by The Document Foundation to determine new updates. As their policy is to distribute to their website immediately and to the update service after 1 to 2 weeks, there will be a delay between a new software update and a new version release of the package. -- This package installs LibreOffice Fresh which is the stable version of LibreOffice with the most recent bleeding-edge features. This version is recommended for technology enthusiasts, early adopters or power users. For more conservative users or for deployments in enterprise or corporate environments, it is recommended to install [libreoffice-still](/packages/libreoffice-still) instead. +- This package installs LibreOffice Still which is the stable version of LibreOffice that has undergone more testing (over a longer time). This version is recommended for more conservative users or for deployments in enterprise or corporate environments. If you want the latest version with the most recent bleeding-edge features, install [libreoffice-fresh](/packages/libreoffice-fresh) instead. +- For business deployments, The Document Foundation (the foundation behind the LibreOffice project) strongly recommends [support from certified partners](https://www.libreoffice.org/get-help/professional-support/) which also offer long-term support versions of LibreOffice. - Older versions of this package are likely broken because the LibreOffice team removes the download links for older versions after each update. - **If the package is out of date by more than 2 weeks, please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.** ]]> diff --git a/automatic/libreoffice-streams/tools/chocolateyInstall.ps1 b/automatic/libreoffice-streams/tools/chocolateyInstall.ps1 index 80625448f63..e0ba43abefd 100644 --- a/automatic/libreoffice-streams/tools/chocolateyInstall.ps1 +++ b/automatic/libreoffice-streams/tools/chocolateyInstall.ps1 @@ -4,13 +4,13 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" . $toolsDir\helpers.ps1 $packageArgs = @{ - packageName = 'libreoffice-fresh' - version = '7.3.2' + packageName = 'libreoffice-still' + version = '7.2.7' fileType = 'msi' - url = 'https://download.documentfoundation.org/libreoffice/stable/7.3.2/win/x86/LibreOffice_7.3.2_Win_x86.msi' - url64bit = 'https://download.documentfoundation.org/libreoffice/stable/7.3.2/win/x86_64/LibreOffice_7.3.2_Win_x64.msi' - checksum = '05892f2b496ef70e0507fd9a9decf591eda99bb153489513311b827434be95d7' - checksum64 = 'f883840d2f5ec5e11aa58e8ffdab076e470c475f4092c49d63cf57eb8271fcea' + url = 'https://download.documentfoundation.org/libreoffice/stable/7.2.7/win/x86/LibreOffice_7.2.7_Win_x86.msi' + url64bit = 'https://download.documentfoundation.org/libreoffice/stable/7.2.7/win/x86_64/LibreOffice_7.2.7_Win_x64.msi' + checksum = '99ccc38a3f0ec79897a851a933cf9f0739c661a4e7974d2f1005022285d59019' + checksum64 = '3b9fb5de768ad5a4b460832bca16cac58aab9f36cb39ec2270075bae94c57aac' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = '/qn /passive /norestart /l*v "{0}"' -f "$($env:TEMP)\$($env:ChocolateyPackageName).$($env:ChocolateyPackageVersion).MsiInstall.log" diff --git a/automatic/opera/opera.nuspec b/automatic/opera/opera.nuspec index 47d16916b8f..b907bd9b872 100644 --- a/automatic/opera/opera.nuspec +++ b/automatic/opera/opera.nuspec @@ -3,7 +3,7 @@ Opera - 86.0.4363.59 + 87.0.4390.25 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-86/#b4363.59 + https://blogs.opera.com/desktop/changelog-for-87/#b4390.25 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 8cfeb5ccd73..4e416855806 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/86.0.4363.59/win/Opera_86.0.4363.59_Setup.exe' - url64 = 'https://get.geo.opera.com/pub/opera/desktop/86.0.4363.59/win/Opera_86.0.4363.59_Setup_x64.exe' - checksum = '48f79dc2a50adfcdb55945b91ff2fc151f8b70e7b7c1f6b2a393e2c11e694c6f' - checksum64 = '66beed125e2178b92dfdbe9124b92f95a69ca8d28931e632c3c181604b7e1fa3' + url = 'https://get.geo.opera.com/pub/opera/desktop/87.0.4390.25/win/Opera_87.0.4390.25_Setup.exe' + url64 = 'https://get.geo.opera.com/pub/opera/desktop/87.0.4390.25/win/Opera_87.0.4390.25_Setup_x64.exe' + checksum = '8d70fdba200147d913a087aa417eb912d822261b67494c06bc9ae5a053df20ab' + checksum64 = 'de6400ef6efab5c7c9e76c80e7e494bb14bc851d8795513a5a6188d767abbadc' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters validExitCodes = @(0) } -$version = '86.0.4363.59' +$version = '87.0.4390.25' if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) { Write-Output "Opera $version is already installed. Skipping download and installation." } diff --git a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 index b231db2b046..9bb2000d92c 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/c23f0305dbf82b2319b198f4dbf3c5d5bc522f15/VSCodeSetup-ia32-1.68.0-insider.exe' - url64bit = 'https://az764295.vo.msecnd.net/insider/c23f0305dbf82b2319b198f4dbf3c5d5bc522f15/VSCodeSetup-x64-1.68.0-insider.exe' + url = 'https://az764295.vo.msecnd.net/insider/5f3e9c120a4407de3e55465588ce788618526eb0/VSCodeSetup-ia32-1.68.0-insider.exe' + url64bit = 'https://az764295.vo.msecnd.net/insider/5f3e9c120a4407de3e55465588ce788618526eb0/VSCodeSetup-x64-1.68.0-insider.exe' softwareName = 'Microsoft Visual Studio Code Insiders' - checksum = '7c7acd0e70105d78999a55db97512f1acb05fc4af0260c8c451e71edb8a453d8f193659c10b530d89265c30889f71599c3e2739ebad3a4efa2858ca2d672e5d5' + checksum = '25062bae06ef3c1150dc0cb6d9af0f3ef59d0c54fa04db4bdb9a08bc08c18a5e76dac4333ad6cd957758e44eb9ee01af93d5e06b51c92a5dba43489b65d6ea3c' checksumType = 'sha512' - checksum64 = '5200bbdc6ed7affefcbe51b8c12f07e65a83a8628796d23b0463d14f300e940356e893c1443ee31605f67ef087204d0a9d5f56df29b2a0eeb7ecaf59b26532f5' + checksum64 = '999c05b6e5986eec968ac6fd81747d9a8694373df7812f771f5ed5c3615bae511049ec463a689c4ffcf43faf1170341d2a57b7dcbeca874715d7932496988e26' 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 21c58ffd68a..500bb4c9d08 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.68.0.20220516 + 1.68.0.20220517 Microsoft chocolatey-community https://code.visualstudio.com/insiders