diff --git a/automatic/azcopy10/azcopy10.nuspec b/automatic/azcopy10/azcopy10.nuspec index 20da9f922da..ffd13855fa3 100644 --- a/automatic/azcopy10/azcopy10.nuspec +++ b/automatic/azcopy10/azcopy10.nuspec @@ -3,7 +3,7 @@ azcopy10 - 10.24.0 + 10.25.0 azcopy10 Microsoft chocolatey-community diff --git a/automatic/azcopy10/tools/chocolateyInstall.ps1 b/automatic/azcopy10/tools/chocolateyInstall.ps1 index d1cc6c39eaf..eb6f4e46e06 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.24.0-20240326/azcopy_windows_amd64_10.24.0.zip' - checksum64 = '08ed385327a191704603c0afdbbb9020e949fc622d36226e7a86433a34f9b5cb' + url64 = 'https://azcopyvnext.azureedge.net/releases/release-10.25.0-20240522/azcopy_windows_amd64_10.25.0.zip' + checksum64 = '35d207f8c6bd5e848283543d4a02d7a75930a4d48302f3af6d56b22e79bd8e7c' checksumType64 = 'sha256' - url = 'https://azcopyvnext.azureedge.net/releases/release-10.24.0-20240326/azcopy_windows_386_10.24.0.zip' - checksum = '9a5cdd394b6016d78a1e1d328a547d4641d91aec1ff251989aab13976fffe5b4' + url = 'https://azcopyvnext.azureedge.net/releases/release-10.25.0-20240522/azcopy_windows_386_10.25.0.zip' + checksum = '87a278c0afb0c3b5ac7670edaa80527eab1043089459e785b14cc4bd31aedf00' checksumType = 'sha256' destination = $toolsDir } diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index b1fbb1ee217..1a522fa8593 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "127.0.6507.0-snapshots", + "snapshots": "127.0.6508.0-snapshots", "stable": "125.0.6422.113" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index a212d0c7868..7f74e0619d1 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 127.0.6507.0-snapshots + 127.0.6508.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 658f9b5ceb1..4adba4f95e6 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: 187101A19560B7E9621E07549A4B4F47BDF3F0C56A0D3FCDBADE9849F81E880F + checksum64: 784EBD2BC393581029EA739A481ACE2CE69B66F916CE9C1C215EB7F5C842C7FC The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 0c463d198d9..eb22eb0501a 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 = '127.0.6507.0-snapshots' +$version = '127.0.6508.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/1306643/mini_installer.exe' - checksum = '7F1814BFAA64DC326FA73E94C63863DAA6A675D644E937A12A61115E317A37FE' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1306899/mini_installer.exe' + checksum = '4E27155CE9DAF213812F2D1774590EDFCC1BBACCC25A528071E828154C665AAF' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe'