diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 9a9ebac60c4..3ebad14d380 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "128.0.6564.0-snapshots", + "snapshots": "128.0.6565.0-snapshots", "stable": "126.0.6478.127" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 9866432c086..ecef67fa2fa 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 128.0.6564.0-snapshots + 128.0.6565.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 708d7a4c421..bdb8444407f 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: 834AAE22F3E5E1B8313FCF130E258B7CF2DB577998223D5795FC17EFEE84AE84 + checksum64: FC86C26D7D9FE146A687F1350809D82BDE4BD174A579DE532FA47DD94786106C The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index a9fa84b7651..a2741e5b65b 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 = '128.0.6564.0-snapshots' +$version = '128.0.6565.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/1320827/mini_installer.exe' - checksum = 'F56BB9CADE58D986DA3B1B1B6A798FEA264A4741FB22D6470573C1BBADB2E193' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1321098/mini_installer.exe' + checksum = 'F4148473096D48218BB565880CE4F3622B7C4A5F6C7BA550FBCB5CE72850384D' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' diff --git a/automatic/freecad/freecad.json b/automatic/freecad/freecad.json index 0e5c468508e..0308bcca603 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": "37898.2024.6.25-dev" + "dev": "37928.2024.6.28-dev" } diff --git a/automatic/freecad/freecad.nuspec b/automatic/freecad/freecad.nuspec index f08c8234d4e..72bc1225ed0 100644 --- a/automatic/freecad/freecad.nuspec +++ b/automatic/freecad/freecad.nuspec @@ -3,7 +3,7 @@ freecad - 37898.2024.6.25-dev + 37928.2024.6.28-dev FreeCAD chocolatey-community,purity Jürgen Riegel diff --git a/automatic/freecad/tools/chocolateyInstall.ps1 b/automatic/freecad/tools/chocolateyInstall.ps1 index 64f1cc33dbe..db5886feebf 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-37898-conda-Windows-x86_64-py311.7z' + url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-37928-conda-Windows-x86_64-py311.7z' softwareName = 'FreeCAD' - checksum64 = '6783ACCDC35486F789AD404E3062DFE783FDC88BEB7150566454484E540EBBD0' + checksum64 = '5EB59DC3EEB752989DFA789AAB42C7EFE442F841BB3560ECD9277B7C408CD1FB' checksumType64 = 'sha256' silentArgs = '/S' validExitCodes = @(0)