diff --git a/automatic/clipboardfusion/clipboardfusion.json b/automatic/clipboardfusion/clipboardfusion.json index 8d479d889d3..93128d34e69 100644 --- a/automatic/clipboardfusion/clipboardfusion.json +++ b/automatic/clipboardfusion/clipboardfusion.json @@ -1,4 +1,4 @@ { "stable": "5.9.1", - "unstable": "6.0-Beta5" + "unstable": "6.0-Beta6" } diff --git a/automatic/clipboardfusion/clipboardfusion.nuspec b/automatic/clipboardfusion/clipboardfusion.nuspec index 6174ad7e0b1..ec1298f7994 100644 --- a/automatic/clipboardfusion/clipboardfusion.nuspec +++ b/automatic/clipboardfusion/clipboardfusion.nuspec @@ -3,7 +3,7 @@ clipboardfusion - 6.0-Beta5 + 6.0-Beta6 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/clipboardfusion chocolatey-community, keithlammers, the-running-dev ClipboardFusion diff --git a/automatic/clipboardfusion/legal/VERIFICATION.txt b/automatic/clipboardfusion/legal/VERIFICATION.txt index 1c303faed99..8c7b38a845f 100644 --- a/automatic/clipboardfusion/legal/VERIFICATION.txt +++ b/automatic/clipboardfusion/legal/VERIFICATION.txt @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download location on and can be verified by doing the following: -1. Download the following +1. Download the following 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' 3. The checksums should match the following: checksum type: sha256 - checksum: 54050EFF7F61186310F2DB2505D74667D065615F7EAA9CF7DFBCD48775939196 + checksum: 2452E70A6D630DBCAA945C853CE554C0635F2AF6536713DDD35522491BCF6836 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/clipboardfusion/tools/chocolateyInstall.ps1 b/automatic/clipboardfusion/tools/chocolateyInstall.ps1 index 0aee0c64f47..57aa7eefa44 100644 --- a/automatic/clipboardfusion/tools/chocolateyInstall.ps1 +++ b/automatic/clipboardfusion/tools/chocolateyInstall.ps1 @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsPath\ClipboardFusionSetup-6.0-Beta5.exe" + file = "$toolsPath\ClipboardFusionSetup-6.0-Beta6.exe" softwareName = 'clipboardfusion*' silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LAUNCHAFTER=0 /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`"" validExitCodes = @(0)