diff --git a/automatic/brave/brave.json b/automatic/brave/brave.json index 09fbb6cffa0..fd790870ec2 100644 --- a/automatic/brave/brave.json +++ b/automatic/brave/brave.json @@ -1,4 +1,4 @@ { - "stable": "1.73.91", + "stable": "1.73.97", "beta": "1.74.18-beta" } diff --git a/automatic/brave/brave.nuspec b/automatic/brave/brave.nuspec index 0d31c24d216..c93994aa142 100644 --- a/automatic/brave/brave.nuspec +++ b/automatic/brave/brave.nuspec @@ -2,8 +2,8 @@ brave - 1.74.18-beta - Brave Browser (Beta) + 1.73.97 + Brave Browser - https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave-beta.svg + https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave.svg A browser that lets you browse safer and faster by blocking ads and trackers. chocolatey-community, Sanshiro Brave Software Inc. diff --git a/automatic/brave/legal/VERIFICATION.txt b/automatic/brave/legal/VERIFICATION.txt index 52cb44843f1..bbee2f2d929 100644 --- a/automatic/brave/legal/VERIFICATION.txt +++ b/automatic/brave/legal/VERIFICATION.txt @@ -6,14 +6,14 @@ The installer has been downloaded from the GitHub mirror and can be verified lik 1. Download the following installer(s): -x86_64: https://github.com/brave/brave-browser/releases/download/v1.74.18/BraveBrowserStandaloneSilentBetaSetup.exe +x86_64: https://github.com/brave/brave-browser/releases/download/v1.73.97/BraveBrowserStandaloneSilentSetup.exe 2. You can use one of the following methods to obtain the checksum(s): - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 -checksum64: 1CA1AB83DD7A96E9BFDDE46B6699FAB57A001B2C1FB38B5C5C67B59FF5E28695 +checksum64: 0E982697BAE595314339C58518C7DA2D2A11F43985BB66E5E87F1735C5B27AC7 The included 'LICENSE.txt' file have been obtained from: https://github.com/brave/brave-browser/blob/master/LICENSE diff --git a/automatic/brave/tools/chocolateyInstall.ps1 b/automatic/brave/tools/chocolateyInstall.ps1 index 4d9f3dfcf99..cc563ea3e6b 100644 --- a/automatic/brave/tools/chocolateyInstall.ps1 +++ b/automatic/brave/tools/chocolateyInstall.ps1 @@ -3,13 +3,13 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName - url = 'https://github.com/brave/brave-browser/releases/download/v1.74.18/BraveBrowserStandaloneSilentBetaSetup32.exe' - checksum = '999E17490323525358FA2FC86889A1F8DE6D489E2BE3BB922D2B9498B985D89F' + url = 'https://github.com/brave/brave-browser/releases/download/v1.73.97/BraveBrowserStandaloneSilentSetup32.exe' + checksum = '464410A64DF0EEF795ED82953A5C3D0E125BD7EF56F68E15B0D40A9350F6481F' checksumType= 'sha256' - file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe" + file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe" } -[version]$softwareVersion = '1.74.18' +[version]$softwareVersion = '1.73.97' Write-Host "Checking already installed version..." $installedVersion = Get-InstalledVersion diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 24b5bb52f38..328f3c42076 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { "snapshots": "133.0.6877.0-snapshots", - "stable": "131.0.6778.86" + "stable": "131.0.6778.109" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 14464e881c9..5c5e1af187f 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,8 +3,8 @@ chromium - 133.0.6877.0-snapshots - Chromium Snapshots + 131.0.6778.109 + 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 a347bb465f2..9c277a26f77 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: 030AE93E8D7B61CE6B27182568EA26E6311C3468242113D712A04D9B56CF7306 + checksum64: 1327E834BF5ED43D1D50863A88262290468C76A7B6F9B8CF5F2AB7016B1101A0 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index cb638b297b6..74b48f7b13b 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 = '133.0.6877.0-snapshots' +$version = '131.0.6778.109' $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/1391548/mini_installer.exe' - checksum = 'DFE5B968AF36B5585475AA29766F01472FA75DA9C1EAA35B34C93BEDED63B378' + 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/protoc/legal/VERIFICATION.txt b/automatic/protoc/legal/VERIFICATION.txt index b1447a9335f..2ba341158a7 100644 --- a/automatic/protoc/legal/VERIFICATION.txt +++ b/automatic/protoc/legal/VERIFICATION.txt @@ -6,14 +6,14 @@ The zip file have been downloaded from the github release page on - 64-bit zip file: + 32-bit zip file: + 64-bit zip file: 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: D79E27CCE4C401745411173C5EB68116C3E20400B1CC4C2DD2CB477A779418FE - checksum64: D03B9219858B8A4CA88063B78BF0A5CDE73B51808B930C4B66F06E8482C3ABE6 + checksum32: 1105E0FA64459F0B1AF5EE4D5877DAB864F2E10D8AEB04618F2B69C6C3A6ED03 + checksum64: 7EA48225857FFC1224588C335C2B1AF9D78A18AF9D57C0528CCA3193E336E9CE File 'LICENSE' is obtained from diff --git a/automatic/protoc/protoc.nuspec b/automatic/protoc/protoc.nuspec index c6f04d56673..6a4459a50a1 100644 --- a/automatic/protoc/protoc.nuspec +++ b/automatic/protoc/protoc.nuspec @@ -3,13 +3,13 @@ protoc - 29.0 + 29.1 Protocol Buffers Google chocolatey-community, keen, jordigg, drel https://github.com/protocolbuffers/protobuf/blob/master/LICENSE https://developers.google.com/protocol-buffers/ - https://github.com/protocolbuffers/protobuf/releases/tag/v29.0 + https://github.com/protocolbuffers/protobuf/releases/tag/v29.1 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/protoc https://github.com/protocolbuffers/protobuf https://developers.google.com/protocol-buffers/ diff --git a/automatic/protoc/tools/chocolateyinstall.ps1 b/automatic/protoc/tools/chocolateyinstall.ps1 index e1306e5b681..019b827e5c2 100644 --- a/automatic/protoc/tools/chocolateyinstall.ps1 +++ b/automatic/protoc/tools/chocolateyinstall.ps1 @@ -4,8 +4,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition $packageArgs = @{ PackageName = $Env:ChocolateyPackageName - FileFullPath = "$toolsPath\protoc-29.0-win32.zip" - FileFullPath64 = "$toolsPath\protoc-29.0-win64.zip" + FileFullPath = "$toolsPath\protoc-29.1-win32.zip" + FileFullPath64 = "$toolsPath\protoc-29.1-win64.zip" Destination = $toolsPath } Get-ChocolateyUnzip @packageArgs