Skip to content

Commit

Permalink
AU: 2 updated - curl sonarlint-vs2015
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 23, 2017
1 parent 8c83a11 commit 3d909a1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automatic/curl/curl.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>curl</id>
<version>7.56.0</version>
<version>7.56.1</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/curl</packageSourceUrl>
<owners>chocolatey, Rob Reynolds</owners>
<title>cURL</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/curl/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ Package can be verified like this:
1. Go to https://curl.haxx.se/download.html, scroll down to Windows and look for
binaries provided by Viktor Szakáts

x32: https://bintray.com/artifact/download/vszakats/generic/curl-7.56.0-win32-mingw.7z
x64: https://bintray.com/artifact/download/vszakats/generic/curl-7.56.0-win64-mingw.7z
x32: https://bintray.com/artifact/download/vszakats/generic/curl-7.56.1-win32-mingw.7z
x64: https://bintray.com/artifact/download/vszakats/generic/curl-7.56.1-win64-mingw.7z

to download the zip files. You may wish to rename one of the files.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: C23769E7016EA551D57EA15EFF964E87A40BDACBDC6CC5A8ECE33F9654E21DF6
checksum64: ED72509E4F6E266E0A8544B7E22AF4684696C7435EF07EDB77B4D574E58C9091
checksum32: C236E0D7E6918C47CE91F1C02065C196098DBC3F28934C005EFCE81D75CB4A80
checksum64: 1040931A5B4A39C2438F451A3B85A1BEAB78D9AB89C00AD8CEF834D4456F7479

File 'LICENSE.txt' obtained from:
https://github.com/curl/curl/blob/028391df5d84d9fae3433afdee9261d565900355/COPYING
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/3.5.0.1803/1504266308050/169863/36/SonarLint.VSIX-3.5.0.1803-2015.vsix>
1. Download <https://sonarsource.gallerycdn.vsassets.io/extensions/sonarsource/sonarlintforvisualstudio/3.6.0.2584/1508756429514/169863/37/SonarLint.VSIX-3.6.0.2584-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: AEBCDE19356F94033763F6DE9FFDA149CB50E04AEBCEF5E03ACA2E95EAE8358F
checksum: 067111F9830621C0490172C417ADFE0D4681BFAC11F54D712CCCAFFA9F83B428

File 'LICENSE.txt' is obtained from <https://marketplace.visualstudio.com/items/SonarSource.SonarLintforVisualStudio/license>
7 changes: 4 additions & 3 deletions 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>3.5.0.1803</version>
<version>3.6.0.2584</version>
<authors>SonarSource (SonarSource SA)</authors>
<owners>chocolatey, Pascal Berger</owners>
<projectSourceUrl>https://github.com/SonarSource-VisualStudio/sonarlint-visualstudio</projectSourceUrl>
Expand All @@ -14,9 +14,10 @@
<licenseUrl>https://github.com/SonarSource-VisualStudio/sonarlint-visualstudio/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>SonarLint provides on-the-fly feedback to developers on new bugs and quality issues injected into C# and VB.Net code. In addition the connected mode allows to enforce governance policies by reporting the same issues in Visual Studio and in SonarQube server.</summary>
<description>
<description><![CDATA[
SonarLint is a Visual Studio 2015 extension that provides on-the-fly feedback to developers on new bugs and quality issues injected into C# and VB.NET code. SonarLint for Visual Studio is based on and benefits from the .NET Compiler Platform ("Roslyn") and its code analysis API to provide a fully-integrated user experience in Visual Studio 2015. With version 2.0 you can now establish a connection to a SonarQube server and bind your Visual Studio solution to a SonarQube project. This operation automatically updates the rulesets of the solution and attaches the required Roslyn analyzers to the solution.
</description>
]]></description>
<tags>sonarlint sonarqube sonarsource visualstudio extension foss</tags>
<releaseNotes>http://www.sonarlint.org/visualstudio/#News</releaseNotes>
</metadata>
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-3.5.0.1803-2015.vsix"
$filePath = "$toolsPath\SonarLint.VSIX-3.6.0.2584-2015.vsix"

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

Expand Down

0 comments on commit 3d909a1

Please sign in to comment.