From 3033503b18bd921c31c58a579fa5b5d9a948dbf6 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Tue, 29 Oct 2019 12:11:48 +0000 Subject: [PATCH] AU: 2 updated - brave sonarlint-vs2015 [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/bba041e9e4d3546c641f68ae6f53376ce4f72f15 --- automatic/brave/brave.json | 2 +- automatic/brave/brave.nuspec | 2 +- automatic/brave/legal/VERIFICATION.txt | 8 ++++---- automatic/sonarlint-vs2015/legal/VERIFICATION.txt | 2 +- automatic/sonarlint-vs2015/sonarlint-vs2015.nuspec | 2 +- automatic/sonarlint-vs2015/tools/chocolateyInstall.ps1 | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/automatic/brave/brave.json b/automatic/brave/brave.json index 0e529d12d81..e2ac297935d 100644 --- a/automatic/brave/brave.json +++ b/automatic/brave/brave.json @@ -1,4 +1,4 @@ { "stable": "0.70.121", - "beta": "0.71.103-beta" + "beta": "0.71.104-beta" } diff --git a/automatic/brave/brave.nuspec b/automatic/brave/brave.nuspec index c1db761aa2a..80076b8e680 100644 --- a/automatic/brave/brave.nuspec +++ b/automatic/brave/brave.nuspec @@ -2,7 +2,7 @@ brave - 0.71.103-beta + 0.71.104-beta Brave Browser (Beta) and can be verified like this: -1. Download +1. Download 2. Then use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' diff --git a/automatic/sonarlint-vs2015/sonarlint-vs2015.nuspec b/automatic/sonarlint-vs2015/sonarlint-vs2015.nuspec index a6331e69df7..2c0f04c98ef 100644 --- a/automatic/sonarlint-vs2015/sonarlint-vs2015.nuspec +++ b/automatic/sonarlint-vs2015/sonarlint-vs2015.nuspec @@ -4,7 +4,7 @@ sonarlint-vs2015 SonarLint for Visual Studio 2015 - 4.12.0.0 + 4.13.0.11687 SonarSource (SonarSource SA) chocolatey, Pascal Berger https://github.com/SonarSource-VisualStudio/sonarlint-visualstudio diff --git a/automatic/sonarlint-vs2015/tools/chocolateyInstall.ps1 b/automatic/sonarlint-vs2015/tools/chocolateyInstall.ps1 index 1530aa61e8d..098ce0b25d4 100644 --- a/automatic/sonarlint-vs2015/tools/chocolateyInstall.ps1 +++ b/automatic/sonarlint-vs2015/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $ErrorActionPreference = 'Stop'; $toolsPath = Split-Path $MyInvocation.MyCommand.Definition -$filePath = "$toolsPath\SonarLint.VSIX-4.12.0.0-2015.vsix" +$filePath = "$toolsPath\SonarLint.VSIX-4.13.0.11687-2015.vsix" $vsixUrl = "file://" + $filePath.Replace("\", "/")