From 1b8d2abe9e085d519e147157f759efc487b306d1 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sat, 26 Oct 2024 00:27:26 +0000 Subject: [PATCH] AU: 3 updated - chromium dropbox freecad [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/c11c50349107121088a7ae0f8d365b17c1b0e529 --- 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 | 2 +- automatic/dropbox/dropbox.nuspec | 2 +- automatic/dropbox/tools/chocolateyinstall.ps1 | 10 +++++----- automatic/freecad/freecad.json | 2 +- automatic/freecad/freecad.nuspec | 2 +- automatic/freecad/tools/chocolateyInstall.ps1 | 4 ++-- 10 files changed, 18 insertions(+), 18 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index cd8ee975a48..b7df9fadd9f 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "132.0.6798.0-snapshots", + "snapshots": "132.0.6799.0-snapshots", "stable": "130.0.6723.70" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 8df6afea9d2..36be1b53956 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 132.0.6798.0-snapshots + 132.0.6799.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 2fbee94967d..7287ef793ee 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: 4E2177A5C70C9B69447497C3CC0E45906E98752A531E423FBCCE7A4AFD1820F3 + checksum64: 6AFBE1D99DD4AB7276E4055B9BDF361C1F16EDC2C9400F64BECC50170052A927 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 08cc33bcf45..a024d161d3a 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.6798.0-snapshots' +$version = '132.0.6799.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/1373790/mini_installer.exe' - checksum = 'DD8A3F7465A9580F911CEF070F6C7665CDF88A6A93AD722E146BEA576607A1A5' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1374159/mini_installer.exe' + checksum = '2869FE1C77B599035AA76A54E9794221A6430A5D8EBE43E2B0226322D35B24B4' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' diff --git a/automatic/dropbox/dropbox.json b/automatic/dropbox/dropbox.json index 7b879314d2b..60763e102dd 100644 --- a/automatic/dropbox/dropbox.json +++ b/automatic/dropbox/dropbox.json @@ -1,4 +1,4 @@ { - "beta": "211.3.5957-beta", + "beta": "211.3.5981-beta", "stable": "210.4.4854" } diff --git a/automatic/dropbox/dropbox.nuspec b/automatic/dropbox/dropbox.nuspec index 2df46cbc4bf..47803c6f269 100644 --- a/automatic/dropbox/dropbox.nuspec +++ b/automatic/dropbox/dropbox.nuspec @@ -2,7 +2,7 @@ dropbox - 211.3.5957-beta + 211.3.5981-beta Dropbox Dropbox chocolatey-community,ferventcoder,the-running-dev diff --git a/automatic/dropbox/tools/chocolateyinstall.ps1 b/automatic/dropbox/tools/chocolateyinstall.ps1 index b0aeb02d05d..1c829752d9f 100644 --- a/automatic/dropbox/tools/chocolateyinstall.ps1 +++ b/automatic/dropbox/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ if (!$PSScriptRoot) { } . "$PSScriptRoot\helper.ps1" -$version = '211.3.5957' +$version = '211.3.5981' 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%20211.3.5957%20Offline%20Installer.x86.exe' - url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20211.3.5957%20Offline%20Installer.x64.exe' - checksum = '6e90eed7c2dbddeee790f8bab03d4e195ae9eb43eea1912ce047cb97e6ea0a7a' - checksum64 = '6d4d914930e156c6c6374eabc3e83fe1982e9a3ec9dbc096a9e4d37d65094cc3' + url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20211.3.5981%20Offline%20Installer.x86.exe' + url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20211.3.5981%20Offline%20Installer.x64.exe' + checksum = '480afc563d5edc5e203efa2be474d9e0ad93ec37375fd2fa2f1fca59768d47b5' + checksum64 = '2cd399f5574c28d601abb1fa5b26578b1326cc0c71021dbb6ceefd59c8f2ddec' fileType = 'exe' checksumType = 'sha256' checksumType64 = 'sha256' diff --git a/automatic/freecad/freecad.json b/automatic/freecad/freecad.json index 49d8171e350..a63346a43c1 100644 --- a/automatic/freecad/freecad.json +++ b/automatic/freecad/freecad.json @@ -1,5 +1,5 @@ { "stable": "0.21.2.1", "portable": "0.21.2.1", - "dev": "39024.2024.10.22-dev" + "dev": "39057.2024.10.25-dev" } diff --git a/automatic/freecad/freecad.nuspec b/automatic/freecad/freecad.nuspec index e8f3c0371cb..bb00e13d7fb 100644 --- a/automatic/freecad/freecad.nuspec +++ b/automatic/freecad/freecad.nuspec @@ -3,7 +3,7 @@ freecad - 39024.2024.10.22-dev + 39057.2024.10.25-dev FreeCAD chocolatey-community,purity Jürgen Riegel diff --git a/automatic/freecad/tools/chocolateyInstall.ps1 b/automatic/freecad/tools/chocolateyInstall.ps1 index ba8702ba046..c5fe9799027 100644 --- a/automatic/freecad/tools/chocolateyInstall.ps1 +++ b/automatic/freecad/tools/chocolateyInstall.ps1 @@ -6,9 +6,9 @@ if (!$PSScriptRoot) { $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -P $packageArgs = @{ packageName = 'freecad' fileType = '7z' - url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-39024-conda-Windows-x86_64-py311.7z' + url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-39057-conda-Windows-x86_64-py311.7z' softwareName = 'FreeCAD' - checksum64 = '68CE329923F2AE5A25AFA7903EA27FCC95554EFAA2064A0CF257628811C989C1' + checksum64 = '1C8F8DBE8572BA6B54AC62C7554CA1847D42528353EB2D951DB4F7D46ACF99BD' checksumType64 = 'sha256' silentArgs = '/S' validExitCodes = @(0)