Skip to content

Commit

Permalink
AU: 2 updated - itunesfusion sonarlint-vs2015
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 12, 2018
1 parent 07f3b6e commit c5b5b4d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/itunesfusion/itunesfusion.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>itunesfusion</id>
<version>3.2</version>
<version>3.3</version>
<title>iTunesFusion</title>
<authors>Binary Fortress Software</authors>
<projectUrl>https://www.itunesfusion.com</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/itunesfusion/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'iTunesFusion'
url = 'https://binaryfortressdownloads.com/Download/BFSFiles/102/iTunesFusionSetup-3.2.exe'
checksum = '1776bcb9621e1c36ace76f2e68d4c704d98a079f4caaf7f8e25bfe59b89106fc'
url = 'https://binaryfortressdownloads.com/Download/BFSFiles/102/iTunesFusionSetup-3.3.exe'
checksum = '5530d377cdfc5a9a8c4f2b4c104cfb197316bdd07e3890e1b1727e0146495b97'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/VERYSILENT /LAUNCHAFTER=0'
Expand Down
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.4.0.3745/1536052168954/SonarLint.VSIX-4.4.0.3745-2015.vsix>
1. Download <https://sonarsource.gallerycdn.vsassets.io/extensions/sonarsource/sonarlintforvisualstudio/4.6.0.3815/1539351745117/SonarLint.VSIX-4.6.0.3815-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: 5065D5CAB36CA2B9EA404D01B9AE802089D36D0EEB616707D42BAEB8EC1318A2
checksum: 527B41B3EAAB0DD79E602FFF6587388E8BABC04203D9306F708759BCED5A42E6

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.4.0.3745</version>
<version>4.6.0.3815</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.4.0.3745-2015.vsix"
$filePath = "$toolsPath\SonarLint.VSIX-4.6.0.3815-2015.vsix"

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

Expand Down

0 comments on commit c5b5b4d

Please sign in to comment.