Skip to content

Commit

Permalink
AU: 4 updated - brave chromium vscode-insiders vscode-insiders.install
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Oct 17, 2024
1 parent 1587503 commit f87d470
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion automatic/brave/brave.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "1.70.126",
"beta": "1.72.80-beta"
"beta": "1.72.82-beta"
}
2 changes: 1 addition & 1 deletion automatic/brave/brave.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>brave</id>
<version>1.72.80-beta</version>
<version>1.72.82-beta</version>
<title>Brave Browser (Beta)</title>
<description><![CDATA[Brave is a free and open-source web browser developed by Brave Software Inc. based on the Chromium web browser. Brave supports Windows, macOS, Linux and Android.
Expand Down
4 changes: 2 additions & 2 deletions automatic/brave/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.72.80/BraveBrowserStandaloneSilentBetaSetup.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.72.82/BraveBrowserStandaloneSilentBetaSetup.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: E91217425FF510D452119AAB741CE1BF3BCE4066B8961D5DE3F38FD4A530E663
checksum64: E9712D9ABF9651985CE708B83060FFB5B48D7761244A130255D023B5D6C4B846

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE
6 changes: 3 additions & 3 deletions automatic/brave/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

$packageArgs = @{
packageName = $env:ChocolateyPackageName
url = 'https://github.com/brave/brave-browser/releases/download/v1.72.80/BraveBrowserStandaloneSilentBetaSetup32.exe'
checksum = '8BE01EECDAE3C871892891B5A48437F5026F95AC6D25C543A933A23F3387AEDD'
url = 'https://github.com/brave/brave-browser/releases/download/v1.72.82/BraveBrowserStandaloneSilentBetaSetup32.exe'
checksum = '65F0629DB2CCF1CEED4C6E9CE8978947124F928A5BDE5124681C53EC2C3D2F42'
checksumType= 'sha256'
file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe"
}

[version]$softwareVersion = '1.72.80'
[version]$softwareVersion = '1.72.82'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
Expand Down
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "132.0.6781.0-snapshots",
"snapshots": "132.0.6782.0-snapshots",
"stable": "130.0.6723.59"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>130.0.6723.59</version>
<title>Chromium</title>
<version>132.0.6782.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v130.0.6723.59-r1356013/mini_installer.sync.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1369846/mini_installer.exe>
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: 5D813059D224BF3F6D6CE8FDCEB6B92D7F8EBCE30A77A39BBB0F4B3413A1D7DF
checksum64: 612B71707929A9FC41771E199697A085AFA88DCBD3D9AF2F71411380D218815A

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
6 changes: 3 additions & 3 deletions automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition
. (Join-Path $toolsDir 'helper.ps1')

$version = '130.0.6723.59'
$version = '132.0.6782.0-snapshots'
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand All @@ -15,8 +15,8 @@ if (Test-Path $Chromium) {

$packageArgs = @{
packageName = 'chromium'
url = 'https://github.com/Hibbiki/chromium-win32/releases/download/v109.0.5414.120-r1070088/mini_installer.sync.exe'
checksum = 'C1AABD6EEF38D759BBD92CA9516353D88C463A1E8389A875B4D12D53DB467F98'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1369915/mini_installer.exe'
checksum = '127369B9B4DDD61948EEDD1BBE426CD4740903C2A335A3255A1705523989191D'
checksumType = 'sha256'
file64 = "$toolsdir\chromium_x64.exe"
fileType = 'exe'
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/8965e51174c237ba2a7c4f7be991ffa0526892cb/VSCodeSetup-x64-1.95.0-insider.exe'
url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/62a233cc87dc8d52a817739bc0d917089d4d103b/VSCodeSetup-x64-1.95.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum64 = 'c5406ecbab2a58c39824fe34bd00c4ce2aaa12a8b0638cde9a6bd8fc580ef219f52f5ee533b2c24183e8e8ac80d4cef4a9971a285c3fc0c944b8486316e1881c'
checksum64 = '2b42cabe6cfe8b0a8178a8084459c9771d9b57f9bab55bb2060cec067db4c1020a184c057c1f09bbd6480850d82a550454cccab999c1baa224ae1e35878796b3'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.95.0.20241016</version>
<version>1.95.0.20241017</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders/vscode-insiders.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.95.0.20241016</version>
<version>1.95.0.20241017</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -48,7 +48,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath"
]]></description>
<tags>microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode-insiders.install" version="[1.95.0.20241016]" />
<dependency id="vscode-insiders.install" version="[1.95.0.20241017]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit f87d470

Please sign in to comment.