Skip to content

Commit

Permalink
AU: 6 updated - brave chromium mixxx selenium-gecko-driver vscode-ins…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 6, 2024
1 parent 6ed9e65 commit 2b82641
Show file tree
Hide file tree
Showing 18 changed files with 32 additions and 32 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.68.134",
"beta": "1.69.131-beta"
"beta": "1.69.136-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.69.131-beta</version>
<version>1.69.136-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.69.131/BraveBrowserStandaloneSilentBetaSetup.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.69.136/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: 3C32EEC24ED76ACACD14F74A2806C391ACE75F70DF60D87DD043F65C68DF6FA7
checksum64: AEF1516E1F620F7276296542AB452B08A6C54E1651909F75A503FBCD4D0DB8F7

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.69.131/BraveBrowserStandaloneSilentBetaSetup32.exe'
checksum = '547F163BF6E0408226A9AFA8D544FD23E78219F3A574FE4721E01A0E8CDFA1B6'
url = 'https://github.com/brave/brave-browser/releases/download/v1.69.136/BraveBrowserStandaloneSilentBetaSetup32.exe'
checksum = '7C34D03385FE87E755FE9BD99B266525B03B1AF373A2EAF919D971238C740D65'
checksumType= 'sha256'
file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe"
}

[version]$softwareVersion = '1.69.131'
[version]$softwareVersion = '1.69.136'

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": "129.0.6640.0-snapshots",
"snapshots": "129.0.6641.0-snapshots",
"stable": "127.0.6533.89"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>129.0.6640.0-snapshots</version>
<version>129.0.6641.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
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://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1337347/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1337728/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: A2964DC0EDDEC690304D217C63B7CEFC383075957E21E737F77CE0359B6D214D
checksum64: 2A4B309BA7B23A41C27A63AD70C21C6A98C24DE4F774912364489621B5EF606F

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 = '129.0.6640.0-snapshots'
$version = '129.0.6641.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://storage.googleapis.com/chromium-browser-snapshots/Win/1337299/mini_installer.exe'
checksum = 'F8AE3834793BCA5226E980231CD8137ECD0CC5B17242CBA3ABD2DCA9551D8C8F'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1337762/mini_installer.exe'
checksum = '1C7346B008219351848BD769D2D71082CC5BBE37B372930D343ADFF5B1CBF960'
checksumType = 'sha256'
file64 = "$toolsdir\chromium_x64.exe"
fileType = 'exe'
Expand Down
4 changes: 2 additions & 2 deletions automatic/mixxx/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ Package can be verified like this:
1. Go to <https://www.mixxx.org/download>

x32: No longer being provided
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.6-alpha-57-g4fbe67bff6-win64.msi
x64: https://downloads.mixxx.org/snapshots/2.5/mixxx-2.5-beta-31-gba773d0493-win64.msi

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum64: 11F03F62DCC0F03DF8FC74427B4B7D10BA9F5CF9C0709C996D85795AD581E675
checksum64: 81985285641BAD4F5531FB7D3038C9ACD3F852F9626F8AA333D0EE658AE1DBC5

File 'license.txt' is obtained from:
https://www.gnu.org/licenses/gpl-2.0.html
2 changes: 1 addition & 1 deletion automatic/mixxx/mixxx.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stable": "2.4.1",
"alpha": "2.6-alpha-57",
"beta": "2.5-beta-30"
"beta": "2.5-beta-31"
}
2 changes: 1 addition & 1 deletion automatic/mixxx/mixxx.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>mixxx</id>
<version>2.6-alpha-57</version>
<version>2.5-beta-31</version>
<title>Mixxx</title>
<owners>chocolatey-community</owners>
<authors>Mixxx Development Team</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mixxx/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if ((Get-OSArchitectureWidth 32) -or ($env:chocolateyForceX86 -eq 'true')) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file64 = "$toolsPath\mixxx-2.6-alpha-57-g4fbe67bff6-win64.msi"
file64 = "$toolsPath\mixxx-2.5-beta-31-gba773d0493-win64.msi"

softwareName = 'Mixxx *'

Expand Down
10 changes: 5 additions & 5 deletions automatic/selenium-gecko-driver/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://github.com/mozilla/geckodriver/releases/tag/v0.34.0>
location on <https://github.com/mozilla/geckodriver/releases/tag/v0.35.0>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/mozilla/geckodriver/releases/download/v0.34.0/geckodriver-v0.34.0-win32.zip>
64-Bit software: <https://github.com/mozilla/geckodriver/releases/download/v0.34.0/geckodriver-v0.34.0-win64.zip>
32-Bit software: <https://github.com/mozilla/geckodriver/releases/download/v0.35.0/geckodriver-v0.35.0-win32.zip>
64-Bit software: <https://github.com/mozilla/geckodriver/releases/download/v0.35.0/geckodriver-v0.35.0-win64.zip>
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: 299499C410C7CA27953C507EFB33A1E40A18FEE7B469A2482CA6876BB219F77C
checksum64: 7D748367F7ED501A114FBBD5152A206061923DB7276930E4E9739D29B857220F
checksum32: 063D36B19BAC132DB63E5241066BDBD95F92EE866F8A5CBB29B114627849CCA5
checksum64: E6DE1EE49AAD29431F7B8FF366F10486D008DD5CD8DDE94CB01D7E9E3D33D988

File 'LICENSE.txt' is obtained from: https://www.mozilla.org/media/MPL/2.0/index.48a3fe23ed13.txt
which is mentioned in their GitHub repository to be the correct license here: https://github.com/mozilla/geckodriver#source-code
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>selenium-gecko-driver</id>
<version>0.34.0</version>
<version>0.35.0</version>
<title>Selenium Gecko Driver</title>
<authors>Mozilla</authors>
<owners>chocolatey-community,hans0</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/selenium-gecko-driver/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $packageArgs = @{
packageName = 'selenium-gecko-driver'
softwareName = "Gecko WebDriver"

file = "$toolsDir\geckodriver-v0.34.0-win32.zip"
file64 = "$toolsDir\geckodriver-v0.34.0-win64.zip"
file = "$toolsDir\geckodriver-v0.35.0-win32.zip"
file64 = "$toolsDir\geckodriver-v0.35.0-win64.zip"
destination = $seleniumDir
}

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/39d98602020ddefe53ed217a8c50b9040673a737/VSCodeSetup-x64-1.93.0-insider.exe'
url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/ff8504ae52f8e0d0e9a33e6cb326efc21e42db3e/VSCodeSetup-x64-1.93.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum64 = '004fdeee98bd040216122d521e94805aac91cc48d87c015beb271e924f9e8b5eea77c6a4733eb9c481044cefa53df5cf5a634e5924cf1fb111a74a9aa960d776'
checksum64 = '5774460a9d4b0a5d1b9bd696047705b495a0c73e97a734f0b4c94b55f688ff6ba1aaffbe75e1ae48f1fc501ff8188594b189966fc0555e38efab47eedd586eb9'
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.93.0.20240805</version>
<version>1.93.0.20240806</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.93.0.20240805</version>
<version>1.93.0.20240806</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.93.0.20240805]" />
<dependency id="vscode-insiders.install" version="[1.93.0.20240806]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 2b82641

Please sign in to comment.