From 5ac57a50817198b8d29bf9aa8ecb43edc8b78eb2 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Fri, 6 Dec 2024 12:23:49 +0000 Subject: [PATCH] AU: 4 updated - chromium tribler vscode-insiders vscode-insiders.install [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/feaebad6867d31af8f6a6dde7600cb2f029dfe8e --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 4 ++-- automatic/chromium/tools/chocolateyInstall.ps1 | 6 +++--- automatic/tribler/tools/chocolateyInstall.ps1 | 8 ++++---- automatic/tribler/tribler.nuspec | 2 +- .../vscode-insiders.install/tools/chocolateyInstall.ps1 | 4 ++-- .../vscode-insiders.install.nuspec | 2 +- automatic/vscode-insiders/vscode-insiders.nuspec | 4 ++-- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 847caadffd4..9b8a2da4c36 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "133.0.6880.0-snapshots", + "snapshots": "133.0.6881.0-snapshots", "stable": "131.0.6778.109" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index ea4099ceb42..a3b3f8f44e0 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 133.0.6880.0-snapshots + 133.0.6881.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 093b8d5eb28..63000911a27 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: AF3D7E118BCED1CB6DF1233FE5964AED6BB21941AD7A3BDEE69A1762446FE304 + checksum64: D263A944607167E54DE10302ADEA42EBD21EF0A921C1CB688DD7BE12554A053E The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 7d0ddc48dd3..8d770b5c430 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.6880.0-snapshots' +$version = '133.0.6881.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/1392567/mini_installer.exe' - checksum = '1BE204111278C69BC7C50B4392E4A30B3336A7E1A7F93BE1A3D2B90A710FF615' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1392761/mini_installer.exe' + checksum = '85CDBED514FCF3028D918339ECAA42BEBF8B36B77D92CFD9805B6094EA5C7F9D' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' diff --git a/automatic/tribler/tools/chocolateyInstall.ps1 b/automatic/tribler/tools/chocolateyInstall.ps1 index a8246454982..c31f8f9c427 100644 --- a/automatic/tribler/tools/chocolateyInstall.ps1 +++ b/automatic/tribler/tools/chocolateyInstall.ps1 @@ -5,11 +5,11 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - url = 'https://github.com/Tribler/tribler/releases/download/v8.0.5/Tribler_8.0.5_x86.exe' - url64 = 'https://github.com/Tribler/tribler/releases/download/v8.0.5/Tribler_8.0.5_x64.exe' - checksum = '3183914c29ac692c10b9c1d82419506e15ef23b940c7577e33c32d80cf822a88' + url = 'https://github.com/Tribler/tribler/releases/download/v8.0.6/Tribler_8.0.6_x86.exe' + url64 = 'https://github.com/Tribler/tribler/releases/download/v8.0.6/Tribler_8.0.6_x64.exe' + checksum = 'a95dff49ed9492e3206557a2c6357375db3e08081830b3a5c72594e98a189d25' checksumType = 'sha256' - checksum64 = '690cc0652dc6a111fce2535b8aad59b90c719647dfd9227c026efebcd490c03c' + checksum64 = '264db20016c0c38a2f501831f358df2a0becfd9b9af7ab8d5f798cdf24b7c5ea' checksumType64 = 'sha256' softwareName = 'Tribler' silentArgs = '/S' diff --git a/automatic/tribler/tribler.nuspec b/automatic/tribler/tribler.nuspec index 73e04df8b94..1a3c98be50b 100644 --- a/automatic/tribler/tribler.nuspec +++ b/automatic/tribler/tribler.nuspec @@ -4,7 +4,7 @@ tribler Tribler - 8.0.5 + 8.0.6 The Tribler Team chocolatey-community, Redsandro Tribler is an open source anonymous decentralized BitTorrent client. diff --git a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 index 00f973dc57e..8d126e21471 100644 --- a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 +++ b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 @@ -22,11 +22,11 @@ function Get-MergeTasks { $packageArgs = @{ packageName = "$env:ChocolateyPackageName" fileType = 'exe' - url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/6567c244f90af8e31d9250e8f9a757b58565649a/VSCodeSetup-x64-1.96.0-insider.exe' + url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/c8f53ea748dcbbd12ff40d7f944e516d9cd36746/VSCodeSetup-x64-1.96.0-insider.exe' softwareName = 'Microsoft Visual Studio Code Insiders' - checksum64 = 'da48212ac7496bee92d07423ee76d999d2d48a250f3ab99fb9140c85f7f80058d7300b69a3126e9fba084305aca3199273b12a418a77627c890842335dd86251' + checksum64 = '1b25124eacac8a754ac24b54982608806a6dff9c840383d37ca753e1aa4b503f013b446b6a5918c3f4b5abe01c6f424bdfcd9e074db694d107ab6459bee4172d' checksumType64 = 'sha512' silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation) diff --git a/automatic/vscode-insiders.install/vscode-insiders.install.nuspec b/automatic/vscode-insiders.install/vscode-insiders.install.nuspec index 13f5accfa39..da3279356b7 100644 --- a/automatic/vscode-insiders.install/vscode-insiders.install.nuspec +++ b/automatic/vscode-insiders.install/vscode-insiders.install.nuspec @@ -4,7 +4,7 @@ vscode-insiders.install Visual Studio Code Insiders (Install) - 1.96.0.20241205 + 1.96.0.20241206 Microsoft chocolatey-community https://code.visualstudio.com/insiders diff --git a/automatic/vscode-insiders/vscode-insiders.nuspec b/automatic/vscode-insiders/vscode-insiders.nuspec index 6cb5d3efd79..a37136da932 100644 --- a/automatic/vscode-insiders/vscode-insiders.nuspec +++ b/automatic/vscode-insiders/vscode-insiders.nuspec @@ -4,7 +4,7 @@ vscode-insiders Visual Studio Code Insiders - 1.96.0.20241205 + 1.96.0.20241206 Microsoft chocolatey-community https://code.visualstudio.com/insiders @@ -48,7 +48,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath" ]]> microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform - + https://code.visualstudio.com/updates/#_preview-features