From 99530904fe82666c7538f9ce2f9bd4a85b182dfe Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Wed, 16 Oct 2024 18:22:53 +0000 Subject: [PATCH] AU: 3 updated - chromium dropbox smartftp [skip ci] --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 4 ++-- automatic/chromium/tools/chocolateyInstall.ps1 | 6 +++--- automatic/dropbox/dropbox.json | 4 ++-- automatic/dropbox/dropbox.nuspec | 2 +- automatic/dropbox/tools/chocolateyinstall.ps1 | 10 +++++----- automatic/smartftp/smartftp.nuspec | 2 +- automatic/smartftp/tools/chocolateyInstall.ps1 | 2 +- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 10954558399..3f3b91cda1f 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "132.0.6780.0-snapshots", + "snapshots": "132.0.6781.0-snapshots", "stable": "129.0.6668.101" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 14dcc1eb1e4..b4b1bba84aa 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 132.0.6780.0-snapshots + 132.0.6781.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 83804a6851a..488e3c241a8 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,13 +7,13 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 64-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 - checksum64: BF302F0C8BEA05E36C57BFD2DF05234623C480E6EE26216FD6403775760CA46F + checksum64: FEAFC0F7598AF9CCC34C81908A706A6E48BB981F900B751E40AC8D1621B8E200 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index cf711cfc111..5f97313f32b 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition . (Join-Path $toolsDir 'helper.ps1') -$version = '132.0.6780.0-snapshots' +$version = '132.0.6781.0-snapshots' $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string @@ -15,8 +15,8 @@ if (Test-Path $Chromium) { $packageArgs = @{ packageName = 'chromium' - url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1369253/mini_installer.exe' - checksum = 'BAAAE774D6803BBBEA5996A891B1223D3E5FA9CFADB042EF1213E9E508EE3B75' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1369435/mini_installer.exe' + checksum = 'B31AB7D13157650E1FFB785B7C8A82824994EC463091558BFB2B98D0287D82FD' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' diff --git a/automatic/dropbox/dropbox.json b/automatic/dropbox/dropbox.json index e049c55b490..4bfd132f7c1 100644 --- a/automatic/dropbox/dropbox.json +++ b/automatic/dropbox/dropbox.json @@ -1,4 +1,4 @@ { - "beta": "210.3.4786-beta", - "stable": "209.4.3661" + "beta": "211.3.5863-beta", + "stable": "210.4.4854" } diff --git a/automatic/dropbox/dropbox.nuspec b/automatic/dropbox/dropbox.nuspec index fd0b1250789..bd545cf9ae5 100644 --- a/automatic/dropbox/dropbox.nuspec +++ b/automatic/dropbox/dropbox.nuspec @@ -2,7 +2,7 @@ dropbox - 210.3.4786-beta + 210.4.4854 Dropbox Dropbox chocolatey-community,ferventcoder,the-running-dev diff --git a/automatic/dropbox/tools/chocolateyinstall.ps1 b/automatic/dropbox/tools/chocolateyinstall.ps1 index f745a0a2eb5..fd7b13d1c2a 100644 --- a/automatic/dropbox/tools/chocolateyinstall.ps1 +++ b/automatic/dropbox/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ if (!$PSScriptRoot) { } . "$PSScriptRoot\helper.ps1" -$version = '210.3.4786' +$version = '210.4.4854' 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%20210.3.4786%20Offline%20Installer.x86.exe' - url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20210.3.4786%20Offline%20Installer.x64.exe' - checksum = 'f301aa47a3cd3523dc02721f09c3fe27ee51ad9e78ce23e08a7b2b4729e02088' - checksum64 = '22082a21dc2e443473d3de47b4f9e0acd47c58b4364e964661bafb018fa72dc8' + url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20210.4.4854%20Offline%20Installer.x86.exe' + url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20210.4.4854%20Offline%20Installer.x64.exe' + checksum = '8d851c489cbe9bd1ebaf96163a4a8d77d648e466f5720922c896b4745d382c75' + checksum64 = '789263867a0e71c23a81e87765b3595b1ab8a6d82cf31feded8f4d318e26b180' fileType = 'exe' checksumType = 'sha256' checksumType64 = 'sha256' diff --git a/automatic/smartftp/smartftp.nuspec b/automatic/smartftp/smartftp.nuspec index feb992e5252..503005be9a7 100644 --- a/automatic/smartftp/smartftp.nuspec +++ b/automatic/smartftp/smartftp.nuspec @@ -5,7 +5,7 @@ smartftp SmartFTP chocolatey-community - 10.0.3241.0 + 10.0.3242.0 SmartSoft FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Telnet, Terminal client.