From c253ce67ede34745ba881c211c9e54236b310a74 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Thu, 4 Jan 2024 18:15:17 +0000 Subject: [PATCH] AU: 2 updated - brave dropbox [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/ba29f95ac965b42392e6ee9543c4352897caf115 --- automatic/brave/brave.json | 2 +- automatic/brave/brave.nuspec | 8 ++++---- automatic/brave/legal/VERIFICATION.txt | 4 ++-- automatic/brave/tools/chocolateyInstall.ps1 | 8 ++++---- automatic/dropbox/dropbox.json | 2 +- automatic/dropbox/dropbox.nuspec | 2 +- automatic/dropbox/tools/chocolateyinstall.ps1 | 10 +++++----- 7 files changed, 18 insertions(+), 18 deletions(-) diff --git a/automatic/brave/brave.json b/automatic/brave/brave.json index 9c5212782e6..5758338a67f 100644 --- a/automatic/brave/brave.json +++ b/automatic/brave/brave.json @@ -1,4 +1,4 @@ { - "stable": "1.61.109", + "stable": "1.61.114", "beta": "1.62.130-beta" } diff --git a/automatic/brave/brave.nuspec b/automatic/brave/brave.nuspec index 55939e20719..2aeb1afae16 100644 --- a/automatic/brave/brave.nuspec +++ b/automatic/brave/brave.nuspec @@ -2,8 +2,8 @@ brave - 1.62.130-beta - Brave Browser (Beta) + 1.61.114 + 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 f6bd7ddc37d..a447fc7c73c 100644 --- a/automatic/brave/legal/VERIFICATION.txt +++ b/automatic/brave/legal/VERIFICATION.txt @@ -6,14 +6,14 @@ The installer has been downloaded from the GitHub mirror and can be verified lik 1. Download the following installer(s): -x86_64: https://github.com/brave/brave-browser/releases/download/v1.62.130/BraveBrowserStandaloneSilentBetaSetup.exe +x86_64: https://github.com/brave/brave-browser/releases/download/v1.61.114/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 -checksum64: 9FA528E688E7FF11DAE28106406D3BCDE7B357BF7E68573EF39C325285659141 +checksum64: CC2DE5C213AF32C6CD64C9CF071EA40CAB4ACBDE40364D692A9DC4A2B0685F7B 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 3974ac22355..39656bb1979 100644 --- a/automatic/brave/tools/chocolateyInstall.ps1 +++ b/automatic/brave/tools/chocolateyInstall.ps1 @@ -3,13 +3,13 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName - url = 'https://github.com/brave/brave-browser/releases/download/v1.62.130/BraveBrowserStandaloneSilentBetaSetup32.exe' - checksum = '16810DB352137A07DEB50ECA9160D4F8865A8C7E5133C1C58ECF806961748E33' + url = 'https://github.com/brave/brave-browser/releases/download/v1.61.114/BraveBrowserStandaloneSilentSetup32.exe' + checksum = '0F4D9C2E760C078350C547DEE82AEE180CCFB83413AC440E1D9FDF78FE0EF357' checksumType= 'sha256' - file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe" + file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe" } -[version]$softwareVersion = '1.62.130' +[version]$softwareVersion = '1.61.114' Write-Host "Checking already installed version..." $installedVersion = Get-InstalledVersion diff --git a/automatic/dropbox/dropbox.json b/automatic/dropbox/dropbox.json index 38be8772843..af458431091 100644 --- a/automatic/dropbox/dropbox.json +++ b/automatic/dropbox/dropbox.json @@ -1,4 +1,4 @@ { - "beta": "190.3.6262-beta", + "beta": "190.3.6326-beta", "stable": "189.4.8395" } diff --git a/automatic/dropbox/dropbox.nuspec b/automatic/dropbox/dropbox.nuspec index ee43b6d4db3..905260c9ca6 100644 --- a/automatic/dropbox/dropbox.nuspec +++ b/automatic/dropbox/dropbox.nuspec @@ -2,7 +2,7 @@ dropbox - 190.3.6262-beta + 190.3.6326-beta Dropbox Dropbox chocolatey-community,ferventcoder,the-running-dev diff --git a/automatic/dropbox/tools/chocolateyinstall.ps1 b/automatic/dropbox/tools/chocolateyinstall.ps1 index 2066abd84d1..12d9848e5a8 100644 --- a/automatic/dropbox/tools/chocolateyinstall.ps1 +++ b/automatic/dropbox/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ if (!$PSScriptRoot) { } . "$PSScriptRoot\helper.ps1" -$version = '190.3.6262' +$version = '190.3.6326' if (!(IsVersionAlreadyInstalled $version)) { $stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true } @@ -13,10 +13,10 @@ if (!(IsVersionAlreadyInstalled $version)) { $packageArgs = @{ packageName = $env:ChocolateyPackageName softwareName = "Dropbox" - url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20190.3.6262%20Offline%20Installer.x86.exe' - url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20190.3.6262%20Offline%20Installer.x64.exe' - checksum = 'bb81b102ae58a9f444dd26547931b5b564377a26d1cdba5be29119d82a26838f' - checksum64 = '453b9ee3f07c94fbed90cbb2d9577699c187fe417c0f70dcef61485217debb9d' + url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20190.3.6326%20Offline%20Installer.x86.exe' + url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20190.3.6326%20Offline%20Installer.x64.exe' + checksum = 'fa8ae8e038164dc5cb30b533249e2c8f2195690d1f1224542820f5cda23922fa' + checksum64 = 'c8109d35f5743a04ec7adbf01527bd42bb6f8de883545aeea1d45b01733780af' fileType = 'exe' checksumType = 'sha256' checksumType64 = 'sha256'