diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 6e939f60d34..37cb315cf35 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "89.0.4355.0-snapshots", + "snapshots": "89.0.4356.0-snapshots", "stable": "87.0.4280.88" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 708366aa174..957b98f7778 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 89.0.4355.0-snapshots + 89.0.4356.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index e621cee0107..63725a392be 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: 14832799EF00C9B8D997A0479C33B60EB01F3E137B72C7E7BDE5163274475D1E - checksum64: 3B3B770F1FCDD7EB583533B44E27DAB0D2F81838FFEAD0AA2C4BE2015DE51DFE + checksum32: B8AF35B59D76274C9A520C63D110D8A3609C9E266DCA773A149579F9F7527AC4 + checksum64: 54A06BB9A7FB8693118AB8E7ECA021A8144400AAB32912E10DD25E339E2B65D3 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 318b080f4fa..1c9153f6477 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 = "89.0.4355.0-snapshots" +$version = "89.0.4356.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/tribler/tools/chocolateyInstall.ps1 b/automatic/tribler/tools/chocolateyInstall.ps1 index 788dcde3db9..c8ddfc37cbd 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/v7.6.0/Tribler_7.6.0_x86.exe' - url64 = 'https://github.com/Tribler/tribler/releases/download/v7.6.0/Tribler_7.6.0_x64.exe' - checksum = '824f0d436ea30b1e4d693f1caf3a639e346a7de0064bc19ef9695efc4452845f' + url = 'https://github.com/Tribler/tribler/releases/download/v7.6.1/Tribler_7.6.1_x86.exe' + url64 = 'https://github.com/Tribler/tribler/releases/download/v7.6.1/Tribler_7.6.1_x64.exe' + checksum = 'a919a654cd75ead25f0c13b5027f278b17e381e67cc227b8c943785e20cea184' checksumType = 'sha256' - checksum64 = 'bbcb397a7b668d76011f1452a93a65ead1403561242ec5dc94419836fbd34f0c' + checksum64 = 'c27d91a494a80f2d45ab3dd8cc70a341c2ae17de2d3db4ff676648a1f5a0435d' checksumType64 = 'sha256' softwareName = 'Tribler' silentArgs = '/S' diff --git a/automatic/tribler/tribler.nuspec b/automatic/tribler/tribler.nuspec index 48c23c6febc..6f4d41e263f 100644 --- a/automatic/tribler/tribler.nuspec +++ b/automatic/tribler/tribler.nuspec @@ -4,7 +4,7 @@ tribler Tribler - 7.6.0 + 7.6.1 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 54a88d82269..272c6726f4b 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/76436a4d43566cd313629799e2ec51b4d00caa64/VSCodeSetup-ia32-1.53.0-insider.exe' - url64bit = 'https://az764295.vo.msecnd.net/insider/76436a4d43566cd313629799e2ec51b4d00caa64/VSCodeSetup-x64-1.53.0-insider.exe' + url = 'https://az764295.vo.msecnd.net/insider/96b426ef1da0f0a51ce9ef1931cd1fd2322547e4/VSCodeSetup-ia32-1.53.0-insider.exe' + url64bit = 'https://az764295.vo.msecnd.net/insider/96b426ef1da0f0a51ce9ef1931cd1fd2322547e4/VSCodeSetup-x64-1.53.0-insider.exe' softwareName = 'Microsoft Visual Studio Code Insiders' - checksum = '1c0ba51aebc38c3e6df41911b0b5ddf00f89c1d22a7149523e3295c7b3f2ff49f92b3c284fa8b28b57ef10654be73b7cde4345bf559a7164812a28437ac08aeb' + checksum = '4f1598249efdcac0b6bcfe1ed3cb61ee89b8306dc23e01946f0f4e67982b5565138e5c8042240e516cdf8496d8ca442091d8eece76af470378caa66f75cc019d' checksumType = 'sha512' - checksum64 = '76475f2d2964987c54db668f0edc8c5a4f91a53f966cf65e3595b3c7cf09bcf6322f69164d0eae74152ac8f11b5eaf40eea31d605896cd603615cf521222a444' + checksum64 = '2d2291105c237991acb289a90e6753d75f0e80a4c54750f11674715e136293c77ebfe6f8220f5e862a9985deea94d520f856b08b3fa73f92d5c04e30e09d8b11' 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 fdf21d6950b..49bfeda7357 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.53.0.20201211 + 1.53.0.20201214 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 6ccb3e5e4bd..53dda453b6e 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.53.0.20201211 + 1.53.0.20201214 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