diff --git a/automatic/azcopy10/azcopy10.nuspec b/automatic/azcopy10/azcopy10.nuspec index 8fc97c4a44c..057e10c957f 100644 --- a/automatic/azcopy10/azcopy10.nuspec +++ b/automatic/azcopy10/azcopy10.nuspec @@ -3,7 +3,7 @@ azcopy10 - 10.26.0 + 10.27.0 azcopy10 Microsoft chocolatey-community diff --git a/automatic/azcopy10/tools/chocolateyInstall.ps1 b/automatic/azcopy10/tools/chocolateyInstall.ps1 index e582facc5d3..7f8196fdddf 100644 --- a/automatic/azcopy10/tools/chocolateyInstall.ps1 +++ b/automatic/azcopy10/tools/chocolateyInstall.ps1 @@ -5,11 +5,11 @@ $toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $packageName - url64 = 'https://azcopyvnext.azureedge.net/releases/release-10.26.0-20240731/azcopy_windows_amd64_10.26.0.zip' - checksum64 = '48e493e213ad8a252e13ef3cc8018aaed47ccc28635a222fad108dfa37c7dc01' + url64 = 'https://azcopyvnext.azureedge.net/releases/release-10.27.0-20241030/azcopy_windows_amd64_10.27.0.zip' + checksum64 = 'bddfeea5198434abe191e35d0d78f42a5c9d8863d33b0d87554bf7b48d4190e6' checksumType64 = 'sha256' - url = 'https://azcopyvnext.azureedge.net/releases/release-10.26.0-20240731/azcopy_windows_386_10.26.0.zip' - checksum = '7b37f53575ebe8324d7bd6b8e9bfb56e3c84c7f0fddaab3b5c3de80843c35283' + url = 'https://azcopyvnext.azureedge.net/releases/release-10.27.0-20241030/azcopy_windows_386_10.27.0.zip' + checksum = '36ac53ab65c520e489207cc7a62094f26854ca74ce7309d36b9b8a759d5fe05d' checksumType = 'sha256' destination = $toolsDir } diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 97c3be11031..6917018679f 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "132.0.6808.0-snapshots", - "stable": "130.0.6723.70" + "snapshots": "132.0.6809.0-snapshots", + "stable": "130.0.6723.92" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 848888444f0..6dfda861609 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,8 +3,8 @@ chromium - 132.0.6808.0-snapshots - Chromium Snapshots + 130.0.6723.92 + Chromium chocolatey-community The Chromium Authors http://www.chromium.org/Home diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 6e4b5a31435..d50532eb781 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: 1DDDA29D0CDFEDBFB2BD5D9A3CD1B393C009A53B5C66CDCC2B843480B4633A66 + checksum64: 3D0F48737F563D656455F04E1A3FAEE1276C22D368FD0A8CB5726B0AC1510EBD The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 6934f17a2dc..d86fd0dcb78 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.6808.0-snapshots' +$version = '130.0.6723.92' $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/1375750/mini_installer.exe' - checksum = 'DC84CB1E3A4B7837FA1E974E3651F35E8F554D7CB02A7529F241475A50774F26' + url = 'https://github.com/Hibbiki/chromium-win32/releases/download/v109.0.5414.120-r1070088/mini_installer.sync.exe' + checksum = 'C1AABD6EEF38D759BBD92CA9516353D88C463A1E8389A875B4D12D53DB467F98' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' diff --git a/automatic/dropbox/dropbox.json b/automatic/dropbox/dropbox.json index 0d15734bded..8e511fb49c2 100644 --- a/automatic/dropbox/dropbox.json +++ b/automatic/dropbox/dropbox.json @@ -1,4 +1,4 @@ { - "beta": "211.3.5981-beta", + "beta": "212.3.5649-beta", "stable": "211.4.6008" } diff --git a/automatic/dropbox/dropbox.nuspec b/automatic/dropbox/dropbox.nuspec index 6e62f883f0c..b7f4209cf35 100644 --- a/automatic/dropbox/dropbox.nuspec +++ b/automatic/dropbox/dropbox.nuspec @@ -2,7 +2,7 @@ dropbox - 211.4.6008 + 212.3.5649-beta Dropbox Dropbox chocolatey-community,ferventcoder,the-running-dev diff --git a/automatic/dropbox/tools/chocolateyinstall.ps1 b/automatic/dropbox/tools/chocolateyinstall.ps1 index 8fde8c21664..3ad589dfef9 100644 --- a/automatic/dropbox/tools/chocolateyinstall.ps1 +++ b/automatic/dropbox/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ if (!$PSScriptRoot) { } . "$PSScriptRoot\helper.ps1" -$version = '211.4.6008' +$version = '212.3.5649' 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.4.6008%20Offline%20Installer.x86.exe' - url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20211.4.6008%20Offline%20Installer.x64.exe' - checksum = '5baf99d5ebce31dd30c1af49636ebb6063687713005719d8ec4ff9e50cdf1d90' - checksum64 = '7a65654c21d5f2857aeac72c2c574eebb50e624ce5042045b30eafb466ac6cf5' + url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20212.3.5649%20Offline%20Installer.x86.exe' + url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20212.3.5649%20Offline%20Installer.x64.exe' + checksum = '5aa5278eda2e7bdb0f3dee7ec463b1b9681560bdb8de1f9a9926fce8d52510c2' + checksum64 = '6cc813893566c8609af4ba279f4b026f161da0355a128090965695e56e525b19' fileType = 'exe' checksumType = 'sha256' checksumType64 = 'sha256' diff --git a/automatic/tortoisegit/legal/VERIFICATION.txt b/automatic/tortoisegit/legal/VERIFICATION.txt index 0e42ed88ec3..232b9dfc0b1 100644 --- a/automatic/tortoisegit/legal/VERIFICATION.txt +++ b/automatic/tortoisegit/legal/VERIFICATION.txt @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy. The installer has been downloaded from GitHub and can be verified like this: 1. Download the following installers: - 32-Bit: - 64-Bit: + 32-Bit: + 64-Bit: 2. You can use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum32: 23E65D52401020DA01858697672A67AA1F2CC7CF45DE903C723C5884816D2A7D - checksum64: 68AC1BAB587D3B18439BAA1B4D0C05C62CF4E108CE92995137A0DEEF788B90B2 + checksum32: 418721B62A5DA138E83C3B717DF37A15054D586B18586CE0DFEF65645D5CB9E8 + checksum64: 0C81EF3ECF83F7C8C58F5ED6E7661F5E53B476FEA0F95721C3B632FD593F448E File 'LICENSE.txt' is obtained from diff --git a/automatic/tortoisegit/tools/chocolateyInstall.ps1 b/automatic/tortoisegit/tools/chocolateyInstall.ps1 index d9c559e71e3..2ff15d4aca0 100644 --- a/automatic/tortoisegit/tools/chocolateyInstall.ps1 +++ b/automatic/tortoisegit/tools/chocolateyInstall.ps1 @@ -3,7 +3,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 -[version] $softwareVersion = '2.16.0.0' +[version] $softwareVersion = '2.17.0.0' $installedVersion = Get-InstalledVersion if ($installedVersion -and ($softwareVersion -eq $installedVersion) -and !$env:ChocolateyForce) { @@ -14,8 +14,8 @@ else { PackageName = 'tortoisegit' FileType = 'msi' SoftwareName = 'TortoiseGit*' - File = "$toolsPath\TortoiseGit-2.16.0.0-32bit.msi" - File64 = "$toolsPath\TortoiseGit-2.16.0.0-64bit.msi" + File = "$toolsPath\TortoiseGit-2.17.0.0-32bit.msi" + File64 = "$toolsPath\TortoiseGit-2.17.0.0-64bit.msi" SilentArgs = '/quiet /qn /norestart REBOOT=ReallySuppress' ValidExitCodes = @(0, 3010) } diff --git a/automatic/tortoisegit/tortoisegit.nuspec b/automatic/tortoisegit/tortoisegit.nuspec index 5e89d8c7b13..277a349e69d 100644 --- a/automatic/tortoisegit/tortoisegit.nuspec +++ b/automatic/tortoisegit/tortoisegit.nuspec @@ -4,7 +4,7 @@ tortoisegit TortoiseGit - 2.16.0.0 + 2.17.0.0 TortoiseGit and contributors chocolatey-community, dtgm TortoiseGit provides overlay icons showing the file status, a powerful context menu for Git and much more! @@ -60,7 +60,7 @@ TortoiseGit provides a flexible mechanism to integrate any web based bug trackin © TortoiseGit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html false - https://tortoisegit.org/docs/releasenotes/#Release_2.16.0.0 + https://tortoisegit.org/docs/releasenotes/#Release_2.17.0.0