Skip to content

Commit

Permalink
AU: 1 updated - sonarlint-vs2015
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 5, 2019
1 parent 4ad7efd commit 2948c5a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions automatic/sonarlint-vs2015/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy.
The extension has been downloaded from their official download link listed on <https://marketplace.visualstudio.com/items?itemName=SonarSource.SonarLintforVisualStudio>
and can be verified like this:

1. Download <https://sonarsource.gallerycdn.vsassets.io/extensions/sonarsource/sonarlintforvisualstudio/4.8.0.4040/1548077506942/SonarLint.VSIX-4.8.0.4040-2015.vsix>
1. Download <https://sonarsource.gallerycdn.vsassets.io/extensions/sonarsource/sonarlintforvisualstudio/4.9.0.4316/1554461319614/SonarLint.VSIX-4.9.0.4316-2015.vsix>
2. Then use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum: 5E9F72803AE723E823E9C98195F3B649AB46E1A1994B09B7BCDC5DF8141A07A4
checksum: 61A0BFAA4FF6D78244176E8DA0960E2063C0C64DBF20BDDAF25A55C421CE78BC

File 'LICENSE.txt' is obtained from <https://marketplace.visualstudio.com/items/SonarSource.SonarLintforVisualStudio/license>
2 changes: 1 addition & 1 deletion automatic/sonarlint-vs2015/sonarlint-vs2015.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>sonarlint-vs2015</id>
<title>SonarLint VSIX Extension</title>
<version>4.8.0.4040</version>
<version>4.9.0.4316</version>
<authors>SonarSource (SonarSource SA)</authors>
<owners>chocolatey, Pascal Berger</owners>
<projectSourceUrl>https://github.com/SonarSource-VisualStudio/sonarlint-visualstudio</projectSourceUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/sonarlint-vs2015/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop';

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$filePath = "$toolsPath\SonarLint.VSIX-4.8.0.4040-2015.vsix"
$filePath = "$toolsPath\SonarLint.VSIX-4.9.0.4316-2015.vsix"

$vsixUrl = "file://" + $filePath.Replace("\", "/")

Expand Down

0 comments on commit 2948c5a

Please sign in to comment.