From ae484839a737cfbe20d0a87d8ceff2f985e0f316 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Wed, 15 Sep 2021 12:30:17 +0000 Subject: [PATCH] AU: 4 updated - chromium mixxx vscode-insiders vscode-insiders.install [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/bbc5bebef58a4877ac52ece4aef81ebe520b332e --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 4 ++-- automatic/chromium/legal/VERIFICATION.txt | 8 ++++---- automatic/chromium/tools/chocolateyInstall.ps1 | 2 +- automatic/mixxx/legal/VERIFICATION.txt | 4 ++-- automatic/mixxx/mixxx.json | 2 +- automatic/mixxx/mixxx.nuspec | 2 +- automatic/mixxx/tools/chocolateyInstall.ps1 | 2 +- .../vscode-insiders.install/tools/chocolateyInstall.ps1 | 8 ++++---- .../vscode-insiders.install.nuspec | 2 +- automatic/vscode-insiders/vscode-insiders.nuspec | 4 ++-- 11 files changed, 20 insertions(+), 20 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index e66a6e8d06c..49c61bc8e13 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "96.0.4643.0-snapshots", + "snapshots": "96.0.4644.0-snapshots", "stable": "93.0.4577.82" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index fe050949ee3..ac206d66fc6 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,8 +3,8 @@ chromium - 93.0.4577.82 - Chromium + 96.0.4644.0-snapshots + Chromium Snapshots 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 f6ca86bb858..396cf8cadd3 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: A38235DF28E2493F4CA161695AF42EF054C09F08018A1F34FF7498C15052A1E3 - checksum64: A2F18B76861A32E26BB01A82A5B0CF36950913924E14382A5FCC1480C59A4145 + checksum32: 549B6234B0A731C142CB1FAB29A7D61907FE73E1894AC3390A5C30FCAB6077C2 + checksum64: 8087DEFF61C98229F3B12AF049C02D9EE6406E9E6B673CD4052000AD0D82B93A The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 54e60149217..5ec7e56caaf 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 = "93.0.4577.82" +$version = "96.0.4644.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/mixxx/legal/VERIFICATION.txt b/automatic/mixxx/legal/VERIFICATION.txt index b83b3dccdbe..870f9c815e5 100644 --- a/automatic/mixxx/legal/VERIFICATION.txt +++ b/automatic/mixxx/legal/VERIFICATION.txt @@ -8,7 +8,7 @@ Package can be verified like this: 1. Go to x32: No longer being provided - x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-811-gac51d274f3-win64.msi + x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-814-ga24a470ad1-win64.msi to download the installer. @@ -16,7 +16,7 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum64: E2464A54E5C2E6E072FF7B57AC439D9B30451E293A50850A822F6C9468DF98AF + checksum64: 958F5B42BCB6CB674CCEC202228D19CE94894AF12A5AFC1EE6577A3217CB18A4 File 'license.txt' is obtained from: https://www.gnu.org/licenses/gpl-2.0.html diff --git a/automatic/mixxx/mixxx.json b/automatic/mixxx/mixxx.json index ce901fd1dd5..7f0c1d6d22b 100644 --- a/automatic/mixxx/mixxx.json +++ b/automatic/mixxx/mixxx.json @@ -1,4 +1,4 @@ { "stable": "2.3.0", - "alpha": "2.4-alpha-811" + "alpha": "2.4-alpha-814" } diff --git a/automatic/mixxx/mixxx.nuspec b/automatic/mixxx/mixxx.nuspec index 8c7e72f2377..c7b378d664b 100644 --- a/automatic/mixxx/mixxx.nuspec +++ b/automatic/mixxx/mixxx.nuspec @@ -3,7 +3,7 @@ mixxx - 2.4-alpha-811 + 2.4-alpha-814 Mixxx chocolatey-community Mixxx Development Team diff --git a/automatic/mixxx/tools/chocolateyInstall.ps1 b/automatic/mixxx/tools/chocolateyInstall.ps1 index b85fd89b25c..d088750a02b 100644 --- a/automatic/mixxx/tools/chocolateyInstall.ps1 +++ b/automatic/mixxx/tools/chocolateyInstall.ps1 @@ -9,7 +9,7 @@ if ((Get-OSArchitectureWidth 32) -or ($env:chocolateyForceX86 -eq 'true')) { $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'msi' - file64 = "$toolsPath\mixxx-2.4-alpha-811-gac51d274f3-win64.msi" + file64 = "$toolsPath\mixxx-2.4-alpha-814-ga24a470ad1-win64.msi" softwareName = 'Mixxx *' diff --git a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 index 6726e9bcf18..410f84e1747 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/f66a3e06bcb9f000e5dc0ad0040ff9b32fc75c78/VSCodeSetup-ia32-1.61.0-insider.exe' - url64bit = 'https://az764295.vo.msecnd.net/insider/f66a3e06bcb9f000e5dc0ad0040ff9b32fc75c78/VSCodeSetup-x64-1.61.0-insider.exe' + url = 'https://az764295.vo.msecnd.net/insider/0c83ca1ced83259971d80890d93abbe19cbfc992/VSCodeSetup-ia32-1.61.0-insider.exe' + url64bit = 'https://az764295.vo.msecnd.net/insider/0c83ca1ced83259971d80890d93abbe19cbfc992/VSCodeSetup-x64-1.61.0-insider.exe' softwareName = 'Microsoft Visual Studio Code Insiders' - checksum = '391741aeacde6df352be3a8675009d4c1bec0f7ccc765b815d54740664e160eb4848a8aeb55653d01a62456cc0a7ce7b7d0dc5a49ad7a4b894de121bd774a872' + checksum = 'ec8255fe7ef18139a9109254fb68390f068e68513f75b3f9b5d9f346d1af1e47a9346af9337006346726fd548627a7371f185eddfb0d3b313132110fcb75cceb' checksumType = 'sha512' - checksum64 = '07614cd1501d4d92ea853c1615fc0d219d48b049cd7a8cae1c67b450bbcd3e7574ad13fa142a62983a055290c9825731fb0e0e3de807d4796ad245c6f90e3941' + checksum64 = '789ab0d0f19f415507f0ac337d1acde4d6330c17f9efe67c36023ffcd46807dfedff73cb776015ffbc8632379edc14afd4c496fde61bf1b95616e804f2df5306' 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 536305d186d..c3789e9f5e2 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.61.0.20210914 + 1.61.0.20210915 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 10124592081..a543f496642 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.61.0.20210914 + 1.61.0.20210915 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