diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index d2bcc1dab32..c8785c3558f 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "114.0.5712.0-snapshots", + "snapshots": "114.0.5716.0-snapshots", "stable": "112.0.5615.87" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index fff8470a06f..c3fead66dd4 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,8 +3,8 @@ chromium - 112.0.5615.87 - Chromium + 114.0.5716.0-snapshots + Chromium Snapshots chocolatey-community The Chromium Authors http://www.chromium.org/Home diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index ce63090033c..103bfb78fa5 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 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 - checksum32: C1AABD6EEF38D759BBD92CA9516353D88C463A1E8389A875B4D12D53DB467F98 - checksum64: EE5023082922AACAAD2EED76219D93E8C380B01795F9EA3C6D6B31ED202960A3 + checksum32: CD9F3D7BF142CF876A36B66675F823FCFE6C4490974A74E954E34BE9DF8ED637 + checksum64: 92F9E12CF24AF6656A5E0E4856846B612F0A9EC5D1A7DFDD9206B3F2EC123AD5 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 41f2356c58c..d0c63a2512a 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition) . (Join-Path $scriptDir 'helper.ps1') -$version = "112.0.5615.87" +$version = "114.0.5716.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/clipboardfusion/clipboardfusion.json b/automatic/clipboardfusion/clipboardfusion.json index b856948f573..6798a5ce0d2 100644 --- a/automatic/clipboardfusion/clipboardfusion.json +++ b/automatic/clipboardfusion/clipboardfusion.json @@ -1,4 +1,4 @@ { "stable": "6.0", - "unstable": "6.0-Beta9" + "unstable": "6.0.1-Beta1" } diff --git a/automatic/clipboardfusion/clipboardfusion.nuspec b/automatic/clipboardfusion/clipboardfusion.nuspec index dbc19fd9d37..7c2d2113b9e 100644 --- a/automatic/clipboardfusion/clipboardfusion.nuspec +++ b/automatic/clipboardfusion/clipboardfusion.nuspec @@ -3,7 +3,7 @@ clipboardfusion - 6.0 + 6.0.1-Beta1 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 602d7d91442..60c19bfae4c 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: BC742640754F7C22BFDEC567D5192445BFA53309DEC6CC5D4CEE7E746D9F6F05 + checksum: A8514347DB96EAF88E963C039D2D05AF96F42AB3C0516C43B6583F34FA4EF401 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/clipboardfusion/tools/chocolateyInstall.ps1 b/automatic/clipboardfusion/tools/chocolateyInstall.ps1 index c12d29caa9e..d86c14da766 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.exe" + file = "$toolsPath\ClipboardFusionSetup-6.0.1-Beta1.exe" softwareName = 'clipboardfusion*' silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LAUNCHAFTER=0 /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`"" validExitCodes = @(0) diff --git a/automatic/displayfusion/displayfusion.json b/automatic/displayfusion/displayfusion.json index 688cff15cb5..fff1d1b4ff6 100644 --- a/automatic/displayfusion/displayfusion.json +++ b/automatic/displayfusion/displayfusion.json @@ -1,4 +1,4 @@ { "stable": "10.0", - "unstable": "10.0-Beta9" + "unstable": "10.0.1-Beta1" } diff --git a/automatic/displayfusion/displayfusion.nuspec b/automatic/displayfusion/displayfusion.nuspec index 0e72c49fb78..1821aa16ded 100644 --- a/automatic/displayfusion/displayfusion.nuspec +++ b/automatic/displayfusion/displayfusion.nuspec @@ -3,7 +3,7 @@ displayfusion - 10.0 + 10.0.1-Beta1 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/displayfusion chocolatey-community, keithlammers, the-running-dev DisplayFusion diff --git a/automatic/displayfusion/legal/VERIFICATION.txt b/automatic/displayfusion/legal/VERIFICATION.txt index fbed16da19b..c37461e5138 100644 --- a/automatic/displayfusion/legal/VERIFICATION.txt +++ b/automatic/displayfusion/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: 95F73D72D2FB588761DEF0290E7F3795AD0867B3EB57F8A8775DA4C3EF7697E2 + checksum: EC89F73B8CC82D9C78F2EDBB0B77EDB00B13E9D8FA92BDF74E76855BEFC3FCDC The file 'LICENSE.txt' has been obtained from diff --git a/automatic/displayfusion/tools/chocolateyInstall.ps1 b/automatic/displayfusion/tools/chocolateyInstall.ps1 index 14cbcb122d2..b700e40186b 100644 --- a/automatic/displayfusion/tools/chocolateyInstall.ps1 +++ b/automatic/displayfusion/tools/chocolateyInstall.ps1 @@ -7,7 +7,7 @@ $localeTwoLetter = (Get-UICulture).TwoLetterISOLanguageName $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsPath\DisplayFusionSetup-10.0.exe" + file = "$toolsPath\DisplayFusionSetup-10.0.1-Beta1.exe" softwareName = 'displayfusion*' silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LANG=$localeTwoLetter /STARTUPALL=1 /CONTEXTMENU=0 /LAUNCHAFTER=0 /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`"" validExitCodes = @(0, 1641, 3010) diff --git a/automatic/dropbox/dropbox.json b/automatic/dropbox/dropbox.json index 4907c6e961a..ae4971cb29e 100644 --- a/automatic/dropbox/dropbox.json +++ b/automatic/dropbox/dropbox.json @@ -1,4 +1,4 @@ { - "beta": "172.3.7467-beta", + "beta": "172.3.7538-beta", "stable": "171.4.6182" } diff --git a/automatic/dropbox/dropbox.nuspec b/automatic/dropbox/dropbox.nuspec index 6ea3e8ce556..e649f9ca354 100644 --- a/automatic/dropbox/dropbox.nuspec +++ b/automatic/dropbox/dropbox.nuspec @@ -2,7 +2,7 @@ dropbox - 172.3.7467-beta + 172.3.7538-beta Dropbox Dropbox chocolatey-community,ferventcoder,the-running-dev diff --git a/automatic/dropbox/tools/chocolateyinstall.ps1 b/automatic/dropbox/tools/chocolateyinstall.ps1 index 9f446ca7641..933688dc92a 100644 --- a/automatic/dropbox/tools/chocolateyinstall.ps1 +++ b/automatic/dropbox/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ if (!$PSScriptRoot) { } . "$PSScriptRoot\helper.ps1" -$version = '172.3.7467' +$version = '172.3.7538' if (!(IsVersionAlreadyInstalled $version)) { $stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true } @@ -13,10 +13,10 @@ if (!(IsVersionAlreadyInstalled $version)) { $packageArgs = @{ packageName = $env:ChocolateyPackageName softwareName = "Dropbox" - url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20172.3.7467%20Offline%20Installer.x86.exe' - url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20172.3.7467%20Offline%20Installer.x64.exe' - checksum = 'd6b5c0d5b3c71573b13e37994bcea2a70cd43f0e8256bd3404f2d2964c234233' - checksum64 = '8bab859e577c3cf1dcce5113d404014ef9f59620805fb32d784404dc17c0c481' + url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20172.3.7538%20Offline%20Installer.x86.exe' + url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20172.3.7538%20Offline%20Installer.x64.exe' + checksum = 'a397f23852101d359eda199f11492c47f96ade9366182e1898c35972288b6620' + checksum64 = 'a1565b88b594e482e4e51abd3edce3920d60aa3eb6072e89ad13f58f858695bf' fileType = 'exe' checksumType = 'sha256' checksumType64 = 'sha256'