From ea4c65e836433b843d4ac7b98bf91f497ed1547f Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Tue, 14 Mar 2023 12:15:21 +0000 Subject: [PATCH] AU: 6 updated - chromium git git.install git.portable vscode-insiders vscode-insiders.install [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/3b94a03b81f9f317ebbaaae8ed5be7ae05d76eba --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 8 ++++---- automatic/chromium/tools/chocolateyInstall.ps1 | 2 +- automatic/git.install/git.install.nuspec | 2 +- automatic/git.install/legal/VERIFICATION.txt | 8 ++++---- automatic/git.install/tools/chocolateyInstall.ps1 | 4 ++-- automatic/git.portable/git.portable.nuspec | 2 +- automatic/git.portable/legal/VERIFICATION.txt | 8 ++++---- automatic/git/git.nuspec | 4 ++-- .../vscode-insiders.install/tools/chocolateyInstall.ps1 | 8 ++++---- .../vscode-insiders.install.nuspec | 2 +- automatic/vscode-insiders/vscode-insiders.nuspec | 4 ++-- 13 files changed, 28 insertions(+), 28 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 9e3e2bbb17d..0ab3f161c3a 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "113.0.5651.0-snapshots", + "snapshots": "113.0.5652.0-snapshots", "stable": "111.0.5563.65" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index fda72caa341..b3d06b3b224 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 113.0.5651.0-snapshots + 113.0.5652.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 57dec8f128a..05527ba2ce6 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: 385E465EF266F5D46BCF04628ACEE687667BAF0724B54303528D4BE3658D59A1 - checksum64: D40BFBDA0C9AA084F689FC05C3439B60CAA2821D2F3B489FA82A18A94088D978 + checksum32: 2CBF144FB29D8BCCAA3D58329C5269ED9D8CC9154884D193FDFEE8B0C85EF8FA + checksum64: 0EE8C98EF6976D93D71A939A8F5D842EA811EC6522605B7F818BCC7991F1BA11 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 642c35b9f40..7e834e6970c 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 = "113.0.5651.0-snapshots" +$version = "113.0.5652.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/git.install/git.install.nuspec b/automatic/git.install/git.install.nuspec index b7524fadf0d..50ea5794c81 100644 --- a/automatic/git.install/git.install.nuspec +++ b/automatic/git.install/git.install.nuspec @@ -4,7 +4,7 @@ git.install Git (Install) - 2.39.1 + 2.40.0 The Git Development Community chocolatey-community Git for Windows offers a native set of tools that bring the full feature set of the Git SCM to Windows diff --git a/automatic/git.install/legal/VERIFICATION.txt b/automatic/git.install/legal/VERIFICATION.txt index 9654326ae13..1c5dc69f684 100644 --- a/automatic/git.install/legal/VERIFICATION.txt +++ b/automatic/git.install/legal/VERIFICATION.txt @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy. The installer has been downloaded from GitHub and can be verified like this: 1. Download the following installers: - 32-Bit: - 64-Bit: + 32-Bit: + 64-Bit: 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: - checksum32: B9AC2863B42EB60EE6CBB0663378BB119CB976A52985D4BBE92AD00B073FFED2 - checksum64: 82D088233144054D14D8CC890870544F1AC6AC73AEBADE87C4D96C97B55D8508 + checksum32: 9B14E05C3EA00C51DC38838DB23FCCC6CCB21BFD42ED078BF406857FB47688D6 + checksum64: FF8954AFB29814821E9E3759A761BDAC49186085E916FA354BF8706E3C7FE7A2 File 'LICENSE.txt' is obtained from diff --git a/automatic/git.install/tools/chocolateyInstall.ps1 b/automatic/git.install/tools/chocolateyInstall.ps1 index 93cf124a4ec..b3727a81ca2 100644 --- a/automatic/git.install/tools/chocolateyInstall.ps1 +++ b/automatic/git.install/tools/chocolateyInstall.ps1 @@ -9,8 +9,8 @@ Stop-GitSSHAgent # Workaround for chocolateyBeforeModify.ps1 being bypassed if upgrading via metapackage (chocolatey/choco#1092) Stop-GitGPGAgent -$fileName32 = 'Git-2.39.1-32-bit.exe' -$fileName64 = 'Git-2.39.1-64-bit.exe' +$fileName32 = 'Git-2.40.0-32-bit.exe' +$fileName64 = 'Git-2.40.0-64-bit.exe' $silentArgs = "/VERYSILENT", "/SUPPRESSMSGBOXES", "/NORESTART", "/NOCANCEL", "/SP-", "/LOG", (Get-InstallComponents $pp) $silentArgs += Get-InstallOptions $pp diff --git a/automatic/git.portable/git.portable.nuspec b/automatic/git.portable/git.portable.nuspec index 796ed12e271..4c45ee73d18 100644 --- a/automatic/git.portable/git.portable.nuspec +++ b/automatic/git.portable/git.portable.nuspec @@ -4,7 +4,7 @@ git.portable Git (Portable) - 2.39.1 + 2.40.0 The Git Development Community chocolatey-community Git for Windows offers a native set of tools that bring the full feature set of the Git SCM to Windows diff --git a/automatic/git.portable/legal/VERIFICATION.txt b/automatic/git.portable/legal/VERIFICATION.txt index 4188d0f057b..8e16e80c5af 100644 --- a/automatic/git.portable/legal/VERIFICATION.txt +++ b/automatic/git.portable/legal/VERIFICATION.txt @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy. The installer has been downloaded from GitHub and can be verified like this: 1. Download the following installers: - 32-Bit: - 64-Bit: + 32-Bit: + 64-Bit: 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: - checksum32: 2CB1A83F30F0C2948C97D3DC683C8B058C808F89B51BFB813DE67253D17CAA15 - checksum64: B898306A44084B5FA13B9A52E06408D97234389D07AE41D9409BDF58CAD3D227 + checksum32: DC4B824412EE814FB310511921F3748631F3E6CD64C44866E38B3811E8E6DD01 + checksum64: 9031C171FCCBF30113B8A9B93B9580B4ACA8502DCF2B22C5CD3205212E895B13 File 'LICENSE.txt' is obtained from diff --git a/automatic/git/git.nuspec b/automatic/git/git.nuspec index aa8394f56af..b22a8c11ac8 100644 --- a/automatic/git/git.nuspec +++ b/automatic/git/git.nuspec @@ -4,7 +4,7 @@ git Git - 2.39.2 + 2.40.0 The Git Development Community chocolatey-community Git for Windows offers a native set of tools that bring the full feature set of the Git SCM to Windows @@ -39,7 +39,7 @@ Example for passing in package parameters: false https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@10a8d98b2f320b565fa5349a4352e79666db71ff/icons/git.svg - + diff --git a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 index fd68da333bb..93ca9b81d99 100644 --- a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 +++ b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 @@ -22,14 +22,14 @@ function Get-MergeTasks { $packageArgs = @{ packageName = "$env:ChocolateyPackageName" fileType = 'exe' - url = 'https://az764295.vo.msecnd.net/insider/522890f47c000a79c4f4a42f1325758c4c23b010/VSCodeSetup-ia32-1.77.0-insider.exe' - url64bit = 'https://az764295.vo.msecnd.net/insider/522890f47c000a79c4f4a42f1325758c4c23b010/VSCodeSetup-x64-1.77.0-insider.exe' + url = 'https://az764295.vo.msecnd.net/insider/bbe8e872dc7c8899eb80bc4b650a6f090f4bc952/VSCodeSetup-ia32-1.77.0-insider.exe' + url64bit = 'https://az764295.vo.msecnd.net/insider/bbe8e872dc7c8899eb80bc4b650a6f090f4bc952/VSCodeSetup-x64-1.77.0-insider.exe' softwareName = 'Microsoft Visual Studio Code Insiders' - checksum = 'b9cf495e2c55e12c595fd3832c4088c1454232cd53e1caa4fde679904a403bea97b027ae9fa380033854c61e97b218c4691b52cd38e3bc88f56cb012c7130f59' + checksum = 'd504a61c7a11d80d90df8e82afb5bb36f74664842bb4fcedc2e0a66e5faa6bf0a572391cd43508ab5210e7ad6e83d96e59621289825f4b88d365ceeb42684fd0' checksumType = 'sha512' - checksum64 = '880357668004fb2b0ecf3fe32fc8036381fff62e19e91def2e04f3feac8af760aeaed0e44f3a9275b7ff30c57ec836f95847d44c317ab0f6602fcaa90189e74f' + checksum64 = 'e9020f7b17d32abdb58f32ac92ffe55b7d4a5519e23eb6983c1339cb1abc6ff3e297c3954cbf20c98cc6842065c5762a4210a7d6838e1ec500cba79a87195b43' 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 0cbdc00ffd5..1e3fde3081a 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.77.0.20230313 + 1.77.0.20230314 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 f17bca72a9f..e74f55e7c1f 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.77.0.20230313 + 1.77.0.20230314 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