diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 842a4a7bea7..2779233d7ff 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "115.0.5788.0-snapshots", + "snapshots": "115.0.5789.0-snapshots", "stable": "113.0.5672.127" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 447e11bae33..e422e43c6c1 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 115.0.5788.0-snapshots + 115.0.5789.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 4b8fa57c595..65b284c01ea 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-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 - checksum32: 47231266BB211A01303D78AEB7472B3E78492DE01FC3B933A8CEECB8632B0CBB - checksum64: 19A293E5BF861A4124723DF5466F3E0A75A85414A598440D05093AA02FE06C87 + checksum32: 1A208C0173778BE086801D7A49B0D26F391BA119AFF4B56DC080445F05C5AF5A + checksum64: D4B8E75C9971466648819BACA16930C963E4CC0B8C8EED5693EF99156E216E8D The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 00607e3b8ae..0ad691f2aa0 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition) . (Join-Path $scriptDir 'helper.ps1') -$version = "115.0.5788.0-snapshots" +$version = "115.0.5789.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/curl/curl.nuspec b/automatic/curl/curl.nuspec index b0ce95d1031..c3475afdbf4 100644 --- a/automatic/curl/curl.nuspec +++ b/automatic/curl/curl.nuspec @@ -3,7 +3,7 @@ curl - 8.1.0 + 8.1.1 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/curl chocolatey-community, Rob Reynolds cURL diff --git a/automatic/curl/legal/VERIFICATION.txt b/automatic/curl/legal/VERIFICATION.txt index ab139bcef39..f0ae5086d83 100644 --- a/automatic/curl/legal/VERIFICATION.txt +++ b/automatic/curl/legal/VERIFICATION.txt @@ -6,8 +6,8 @@ Package can be verified like this: 1. Go to https://curl.se/windows/, and look for the official binaries provided. - x32: https://curl.se/windows/dl-8.1.0_1/curl-8.1.0_1-win32-mingw.zip - x64: https://curl.se/windows/dl-8.1.0_1/curl-8.1.0_1-win64-mingw.zip + x32: https://curl.se/windows/dl-8.1.1_1/curl-8.1.1_1-win32-mingw.zip + x64: https://curl.se/windows/dl-8.1.1_1/curl-8.1.1_1-win64-mingw.zip to download the zip files. You may wish to rename one of the files. @@ -15,8 +15,8 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 029108FAB039D9DC568D03F67754F8367FF002A25557FFC47CD6DA62E7D3DAC7 - checksum64: 4DD059FF3403D58E329B213D3A192AABFB9A28F65EAC8AACC7E5F09A28CA63BD + checksum32: C6DCDD8DA874735CC3C702B187AA942313EE6F19F0B2AEF825D1E7AB301B04DB + checksum64: 138409FA9865109320FEB1AC1C50851F41547D45832033D0AAA165299C002D4C File 'LICENSE.txt' obtained from: https://github.com/curl/curl/blob/835c2634212257d41c1a30c6cc0ad3ed60bb9aca/COPYING diff --git a/automatic/curl/tools/chocolateyInstall.ps1 b/automatic/curl/tools/chocolateyInstall.ps1 index 9df16738ec9..3b7e85bbf13 100644 --- a/automatic/curl/tools/chocolateyInstall.ps1 +++ b/automatic/curl/tools/chocolateyInstall.ps1 @@ -4,8 +4,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition $packageArgs = @{ PackageName = $env:chocolateyPackageName - FileFullPath = "$toolsPath\curl-8.1.0_1-win32-mingw.zip" - FileFullPath64 = "$toolsPath\curl-8.1.0_1-win64-mingw.zip" + FileFullPath = "$toolsPath\curl-8.1.1_1-win32-mingw.zip" + FileFullPath64 = "$toolsPath\curl-8.1.1_1-win64-mingw.zip" Destination = $toolsPath }