From 6c634838f065f7ea0b6587a13d37d1cc95be07ce Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Thu, 21 Dec 2017 18:19:04 +0000 Subject: [PATCH] AU: 5 updated - freevideoeditor hostsman smartftp sonarlint-vs2015 sysinternals [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/53f41dd50d64dcf5c2bad187f40896ca47b972ce --- automatic/freevideoeditor/freevideoeditor.nuspec | 3 ++- automatic/freevideoeditor/tools/chocolateyInstall.ps1 | 2 +- automatic/hostsman/hostsman.nuspec | 7 ++++--- automatic/hostsman/tools/chocolateyInstall.ps1 | 4 ++-- automatic/smartftp/smartftp.nuspec | 2 +- automatic/smartftp/tools/chocolateyInstall.ps1 | 4 ++-- automatic/sonarlint-vs2015/legal/VERIFICATION.txt | 4 ++-- automatic/sonarlint-vs2015/sonarlint-vs2015.nuspec | 2 +- automatic/sonarlint-vs2015/tools/chocolateyInstall.ps1 | 2 +- automatic/sysinternals/sysinternals.nuspec | 2 +- automatic/sysinternals/tools/chocolateyInstall.ps1 | 2 +- 11 files changed, 18 insertions(+), 16 deletions(-) diff --git a/automatic/freevideoeditor/freevideoeditor.nuspec b/automatic/freevideoeditor/freevideoeditor.nuspec index 1bbde451341..2d6d312e23c 100644 --- a/automatic/freevideoeditor/freevideoeditor.nuspec +++ b/automatic/freevideoeditor/freevideoeditor.nuspec @@ -4,7 +4,7 @@ freevideoeditor VSDC Free Video Editor - 5.8.1 + 5.8.5 Flash-Integro LLC chocolatey Simple video editor. @@ -38,6 +38,7 @@ Hardware acceleration, multi-color Chroma Key, adjustable parameters settings an - Only **the latest version** is avialable as vendor doesn't keep the record of older releases +![screenshot](https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/67298954b9fd1ba4826a4cdedf542266aa64f1fd/automatic/freevideoeditor/screenshot.jpg) ]]> http://www.videosoftdev.com/free-video-editor https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/freevideoeditor diff --git a/automatic/freevideoeditor/tools/chocolateyInstall.ps1 b/automatic/freevideoeditor/tools/chocolateyInstall.ps1 index d320b0f9f40..261e98f7bef 100644 --- a/automatic/freevideoeditor/tools/chocolateyInstall.ps1 +++ b/automatic/freevideoeditor/tools/chocolateyInstall.ps1 @@ -4,7 +4,7 @@ $packageArgs = @{ packageName = 'freevideoeditor' fileType = 'exe' url = 'http://downloads.videosoftdev.com/video_tools/video_editor.exe' - checksum = 'a5b8ff8c9ff303fe82dd0a4d56068c14d5380c9234f7f065375a147d2ec6c9e5' + checksum = '9d57351c9e5c5c76d596bc8733c832a48a91b8a121f328bef907344f971e616b' checksumType = 'sha256' silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART' validExitCodes = @(0) diff --git a/automatic/hostsman/hostsman.nuspec b/automatic/hostsman/hostsman.nuspec index 0300234f738..d49359c3b94 100644 --- a/automatic/hostsman/hostsman.nuspec +++ b/automatic/hostsman/hostsman.nuspec @@ -3,7 +3,7 @@ hostsman - 4.7.105 + 4.8.106 HostsMan abelhadigital.com chocolatey @@ -13,7 +13,7 @@ http://www.abelhadigital.com/hostsman https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/d3ba6b8a6b663536b70f5d9a3e710bfca64c73f4/icons/hostsman.png false - + + +]]> © 1997-2016 abelhadigital.com https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/hostsman diff --git a/automatic/hostsman/tools/chocolateyInstall.ps1 b/automatic/hostsman/tools/chocolateyInstall.ps1 index 340c754d1fa..b74633b8932 100644 --- a/automatic/hostsman/tools/chocolateyInstall.ps1 +++ b/automatic/hostsman/tools/chocolateyInstall.ps1 @@ -2,8 +2,8 @@ $packageArgs = @{ packageName = 'hostsman' - url = 'http://hostsman2.it-mate.co.uk/HostsMan_4.7.105.zip' - checksum = 'b98f1155cda04e8a96cf29f6cc68497bdb28add7c8317cae79f6ec34c3bdc7fa' + url = 'http://hostsman2.it-mate.co.uk/HostsMan_4.8.106.zip' + checksum = '36ca1ab6a2872919540d98bfad5d24cad93a380013aa74bf7618db24c015c1f5' checksumType = 'sha256' unzipLocation = Split-Path $MyInvocation.MyCommand.Definition } diff --git a/automatic/smartftp/smartftp.nuspec b/automatic/smartftp/smartftp.nuspec index 59f902f4204..58d02c75162 100644 --- a/automatic/smartftp/smartftp.nuspec +++ b/automatic/smartftp/smartftp.nuspec @@ -5,7 +5,7 @@ smartftp SmartFTP chocolatey - 9.0.2524.0 + 9.0.2525.0 SmartSoft FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Telnet, Terminal client. 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' checksum type: sha256 - checksum: B6606852CB10893E990C7BA2DC11502F2447AA0154EBB6B549D78B05B88B1884 + checksum: E700B60D564DF8604AF3F1ACC534E28EE8A38160385E1669DA2598691635662A File 'LICENSE.txt' is obtained from diff --git a/automatic/sonarlint-vs2015/sonarlint-vs2015.nuspec b/automatic/sonarlint-vs2015/sonarlint-vs2015.nuspec index c707b93671b..9ff30ae2547 100644 --- a/automatic/sonarlint-vs2015/sonarlint-vs2015.nuspec +++ b/automatic/sonarlint-vs2015/sonarlint-vs2015.nuspec @@ -4,7 +4,7 @@ sonarlint-vs2015 SonarLint VSIX Extension - 3.8.0.2728 + 3.8.1.2823 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 d03424aacbd..1bdaa22ba48 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-3.8.0.2728-2015.vsix" +$filePath = "$toolsPath\SonarLint.VSIX-3.8.1.2823-2015.vsix" $vsixUrl = "file://" + $filePath.Replace("\", "/") diff --git a/automatic/sysinternals/sysinternals.nuspec b/automatic/sysinternals/sysinternals.nuspec index 7da1d0ff0e9..c5303412595 100644 --- a/automatic/sysinternals/sysinternals.nuspec +++ b/automatic/sysinternals/sysinternals.nuspec @@ -4,7 +4,7 @@ sysinternals Sysinternals - 2017.12.13 + 2017.12.21 Mark Russinovich, Bryce Cogswell chocolatey, Rob Reynolds Sysinternals - utilities to help you manage, troubleshoot and diagnose your Windows systems and applications. diff --git a/automatic/sysinternals/tools/chocolateyInstall.ps1 b/automatic/sysinternals/tools/chocolateyInstall.ps1 index 451bb38abbb..6e5ee1bd2b8 100644 --- a/automatic/sysinternals/tools/chocolateyInstall.ps1 +++ b/automatic/sysinternals/tools/chocolateyInstall.ps1 @@ -9,7 +9,7 @@ Write-Host "Sysinternals Suite is going to be installed in '$installDir'" $packageArgs = @{ packageName = 'sysinternals' url = 'https://download.sysinternals.com/files/SysinternalsSuite.zip' - checksum = '522d1b52e9a1ef15663b34fb7494a28f81e30376243e0d9d453c9f27219955ac' + checksum = '7d7a4959648026edcb4375603e5ddd279de2c1f91e7a003e65b1ca635c3db4d0' checksumType = 'sha256' unzipLocation = $installDir }