From 0366698092d99df793412568fb29b67be9286ab8 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Tue, 11 May 2021 18:13:54 +0000 Subject: [PATCH] AU: 6 updated - 1password chromium vscode vscode.install vscode-insiders vscode-insiders.install [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/6fac0bc6288e96cbe654f6bf00fb3fbf5d2b2327 --- automatic/1password/1password.json | 2 +- automatic/1password/1password.nuspec | 2 +- automatic/1password/tools/chocolateyInstall.ps1 | 2 +- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 4 ++-- automatic/chromium/legal/VERIFICATION.txt | 8 ++++---- automatic/chromium/tools/chocolateyInstall.ps1 | 2 +- .../tools/chocolateyInstall.ps1 | 8 ++++---- .../vscode-insiders.install.nuspec | 2 +- automatic/vscode-insiders/vscode-insiders.nuspec | 4 ++-- automatic/vscode.install/tools/ChocolateyInstall.ps1 | 10 +++++----- automatic/vscode.install/vscode.install.nuspec | 2 +- automatic/vscode/vscode.nuspec | 4 ++-- 13 files changed, 26 insertions(+), 26 deletions(-) diff --git a/automatic/1password/1password.json b/automatic/1password/1password.json index 757707e71c1..ef6d275887c 100644 --- a/automatic/1password/1password.json +++ b/automatic/1password/1password.json @@ -1,4 +1,4 @@ { - "OPW": "7.6.801-BETA", + "OPW": "7.6.801", "OPW4": "4.6.2.626" } diff --git a/automatic/1password/1password.nuspec b/automatic/1password/1password.nuspec index bdddbb9a331..9b6c5d76672 100644 --- a/automatic/1password/1password.nuspec +++ b/automatic/1password/1password.nuspec @@ -3,7 +3,7 @@ 1password - 7.6.801-BETA + 7.6.801 1Password AgileBits chocolatey-community, AgileBits diff --git a/automatic/1password/tools/chocolateyInstall.ps1 b/automatic/1password/tools/chocolateyInstall.ps1 index c474f03de12..7e371c1ae80 100644 --- a/automatic/1password/tools/chocolateyInstall.ps1 +++ b/automatic/1password/tools/chocolateyInstall.ps1 @@ -3,7 +3,7 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.6.801-BETA.exe' + url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.6.801.exe' softwareName = '1Password*' checksum = 'f4cbea6880a87ad5ffbbc9e82ea98b71ffde8ce2489c4c8026b2c3a2981e468c' checksumType = 'sha256' diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 851704dc234..ddff8c71f8b 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { "snapshots": "92.0.4505.0-snapshots", - "stable": "90.0.4430.93" + "stable": "90.0.4430.212" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 6b7c2d6e159..93752223118 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,8 +3,8 @@ chromium - 92.0.4505.0-snapshots - Chromium Snapshots + 90.0.4430.212 + 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 eeafe208586..70fe3f05f0b 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: 2C6CB102A86C23BEFB80D0856A7B99886F0A449F249677E78987989D4C71350C - checksum64: D83E5582A63BF94BE48D821802F647A552ED6A43117227A6ACE909B80F81237B + checksum32: A20CFBB74CC1B5192C7ADFF7ADE5B47C210B406ECCE8CBC840A85B0DE569BFD2 + checksum64: 2294FDB6AD39EBD05928024069E725C451839ED174CF744F503DB1E0D35781FA The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index d7e5aca0c91..abbdf1dcf2d 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 = "92.0.4505.0-snapshots" +$version = "90.0.4430.212" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 index 0dd0aa66406..03a3262c882 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/54d33cf14cf6c0e86880b5b74a5a3628de42bce9/VSCodeSetup-ia32-1.57.0-insider.exe' - url64bit = 'https://az764295.vo.msecnd.net/insider/54d33cf14cf6c0e86880b5b74a5a3628de42bce9/VSCodeSetup-x64-1.57.0-insider.exe' + url = 'https://az764295.vo.msecnd.net/insider/988902e0bc37c7acba82e2ddde49592d8cb11666/VSCodeSetup-ia32-1.57.0-insider.exe' + url64bit = 'https://az764295.vo.msecnd.net/insider/988902e0bc37c7acba82e2ddde49592d8cb11666/VSCodeSetup-x64-1.57.0-insider.exe' softwareName = 'Microsoft Visual Studio Code Insiders' - checksum = 'ffe8475a5254903958885a8dc7dc28a2640d028cbb240139695341912480d340a614bf4117b2c7c0db6e7336275423213c4888754023fde2b038f82fb65ff5c7' + checksum = 'a87897ea9ec3b657a3c6962ced323a9845e25ec83ff60d51fa2c2887e53d66fa75fabb019fb6ce61d56864226a12877cb99d68a7d0f9e64521ea7479aa28e7eb' checksumType = 'sha512' - checksum64 = 'fea6a89a1031e18351e9573c8dd6f6dfea6abe750fcf128b138188712ed7d2207516b1b09c82c08f7cb3e996c884f8d81217366b5d5404d8f2a9d1c0b669d129' + checksum64 = '75b1c7e6f5582e67dc5d3721c5599721294df70980bfae28503104862ac90c35775b48bc4f3ffef5514ea39a35a356b6680317c83b2cd16527fbec2dee566261' 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 88a71f1af07..884e80e73a5 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.57.0.20210510 + 1.57.0.20210511 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 aa2939cec1b..c1a2934fd05 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.57.0.20210510 + 1.57.0.20210511 Microsoft chocolatey-community https://code.visualstudio.com/insiders @@ -47,7 +47,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 diff --git a/automatic/vscode.install/tools/ChocolateyInstall.ps1 b/automatic/vscode.install/tools/ChocolateyInstall.ps1 index 19467517534..83f687fa3da 100644 --- a/automatic/vscode.install/tools/ChocolateyInstall.ps1 +++ b/automatic/vscode.install/tools/ChocolateyInstall.ps1 @@ -4,7 +4,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 $softwareName = 'Microsoft Visual Studio Code' -$version = '1.56.0' +$version = '1.56.1' if ($version -eq (Get-UninstallRegistryKey "$softwareName").DisplayVersion) { Write-Host "VS Code $version is already installed." return @@ -16,14 +16,14 @@ Close-VSCode $packageArgs = @{ packageName = 'vscode.install' fileType = 'exe' - url = 'https://az764295.vo.msecnd.net/stable/cfa2e218100323074ac1948c885448fdf4de2a7f/VSCodeSetup-ia32-1.56.0.exe' - url64bit = 'https://az764295.vo.msecnd.net/stable/cfa2e218100323074ac1948c885448fdf4de2a7f/VSCodeSetup-x64-1.56.0.exe' + url = 'https://az764295.vo.msecnd.net/stable/e713fe9b05fc24facbec8f34fb1017133858842b/VSCodeSetup-ia32-1.56.1.exe' + url64bit = 'https://az764295.vo.msecnd.net/stable/e713fe9b05fc24facbec8f34fb1017133858842b/VSCodeSetup-x64-1.56.1.exe' softwareName = "$softwareName" - checksum = '5f540552f1fc84977be63e2c4eb4f0fab7a0c527d41a957880afdee0644ce114' + checksum = '5cfb68c9e313f4755368cf71db617072968a66ca9e73828ae250ecd5f7f65a22' checksumType = 'sha256' - checksum64 = '9719979567f6788bcddc675df29a028e995c2724b7a714280c1e14302c2d6faa' + checksum64 = '5e2b0047dba0cf47a4e8aa76aa4a275f69e9d1fb6e39b53b5a536ea7e1442580' checksumType64 = 'sha256' silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation) diff --git a/automatic/vscode.install/vscode.install.nuspec b/automatic/vscode.install/vscode.install.nuspec index 97100f02cd5..f30c6249247 100644 --- a/automatic/vscode.install/vscode.install.nuspec +++ b/automatic/vscode.install/vscode.install.nuspec @@ -4,7 +4,7 @@ vscode.install Visual Studio Code (Install) - 1.56.0 + 1.56.1 Microsoft chocolatey-community https://code.visualstudio.com diff --git a/automatic/vscode/vscode.nuspec b/automatic/vscode/vscode.nuspec index e3ae9742c9c..160688485ee 100644 --- a/automatic/vscode/vscode.nuspec +++ b/automatic/vscode/vscode.nuspec @@ -4,7 +4,7 @@ vscode Visual Studio Code - 1.56.0 + 1.56.1 Microsoft chocolatey-community https://code.visualstudio.com @@ -44,7 +44,7 @@ Example: `choco install vscode --params "/NoDesktopIcon /DontAddToPath"` ]]> microsoft visualstudiocode vscode development editor ide javascript typescript admin foss cross-platform - + https://code.visualstudio.com/Updates