diff --git a/automatic/displayfusion/displayfusion.json b/automatic/displayfusion/displayfusion.json index bc6b73835eb..ce6acb87e19 100644 --- a/automatic/displayfusion/displayfusion.json +++ b/automatic/displayfusion/displayfusion.json @@ -1,4 +1,4 @@ { "stable": "9.8", - "unstable": "10.0-Beta5" + "unstable": "10.0-Beta6" } diff --git a/automatic/displayfusion/displayfusion.nuspec b/automatic/displayfusion/displayfusion.nuspec index bb91d979bfd..74e106f0a4d 100644 --- a/automatic/displayfusion/displayfusion.nuspec +++ b/automatic/displayfusion/displayfusion.nuspec @@ -3,7 +3,7 @@ displayfusion - 10.0-Beta5 + 10.0-Beta6 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 b48ca1beb95..cf543998241 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: EB88D105288A008FDEFF2000E65FB87F7B00A33B8703B8F979E5E2DF54110487 + checksum: 1D58E2D12292F76F39FF9A11387009174C5172D278D9B2E2DB95A01C3EB44C80 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/displayfusion/tools/chocolateyInstall.ps1 b/automatic/displayfusion/tools/chocolateyInstall.ps1 index 6b40a0dc081..2e4c49eb670 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-Beta5.exe" + file = "$toolsPath\DisplayFusionSetup-10.0-Beta6.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/vcredist140/README.md b/automatic/vcredist140/README.md index 8e6179fea32..9efe42ff6e0 100644 --- a/automatic/vcredist140/README.md +++ b/automatic/vcredist140/README.md @@ -1,4 +1,4 @@ -# [Microsoft Visual C++ Redistributable for Visual Studio 2015-2019](https://chocolatey.org/packages/vcredist140) +# [Microsoft Visual C++ Redistributable for Visual Studio 2015-2019](https://chocolatey.org/packages/vcredist140) Microsoft Visual C++ Redistributable for Visual Studio 2015-2019 installs run-time components of Visual C++ libraries. These components are required to run C++ applications that are developed using Visual Studio 2015-2019 and link dynamically to Visual C++ libraries. The packages can be used to run such applications on a computer even if it does not have Visual Studio 2015-2019 installed. These packages also install run-time components of C Runtime (CRT), Standard C++, MFC, C++ AMP, and OpenMP libraries. diff --git a/automatic/vcredist140/info-15.txt b/automatic/vcredist140/info-15.txt index f5e9fdec2bc..82dfde7ed7b 100644 --- a/automatic/vcredist140/info-15.txt +++ b/automatic/vcredist140/info-15.txt @@ -1 +1 @@ -"0:0"|0.0.0 +"539758c4743d51:0"|14.16.27033 \ No newline at end of file diff --git a/automatic/vcredist140/info-16.txt b/automatic/vcredist140/info-16.txt index f5e9fdec2bc..7f312f67aeb 100644 --- a/automatic/vcredist140/info-16.txt +++ b/automatic/vcredist140/info-16.txt @@ -1 +1 @@ -"0:0"|0.0.0 +"3a61bf552eacd71:0"|14.29.30135 \ No newline at end of file diff --git a/automatic/vcredist140/info-17.txt b/automatic/vcredist140/info-17.txt index f5e9fdec2bc..e5dcd5d6747 100644 --- a/automatic/vcredist140/info-17.txt +++ b/automatic/vcredist140/info-17.txt @@ -1 +1 @@ -"0:0"|0.0.0 +"ae86954d86bad71:0"|14.30.30704 \ No newline at end of file diff --git a/automatic/vcredist140/tools/data.ps1 b/automatic/vcredist140/tools/data.ps1 index b5bf8aaca48..78ee5809d13 100644 --- a/automatic/vcredist140/tools/data.ps1 +++ b/automatic/vcredist140/tools/data.ps1 @@ -1,21 +1,21 @@ $installData32 = @{ - Url = 'TBD' - Checksum = 'TBD' - ChecksumType = 'TBD' + Url = 'https://download.visualstudio.microsoft.com/download/pr/10a8d53a-c69e-4586-8c6b-c416bf85a0ae/AC75A82D873E6B6F98B1D293042380764D7D263C43438E50D564FA58C9F891C2/VC_redist.x86.exe' + Checksum = 'ac75a82d873e6b6f98b1d293042380764d7d263c43438e50d564fa58c9f891c2' + ChecksumType = 'sha256' } $installData64 = @{ - Url64 = 'TBD' - Checksum64 = 'TBD' - ChecksumType64 = 'TBD' + Url64 = 'https://download.visualstudio.microsoft.com/download/pr/10a8d53a-c69e-4586-8c6b-c416bf85a0ae/A9F5D2EAF67BF0DB0178B6552A71C523C707DF0E2CC66C06BFBC08BDC53387E7/VC_redist.x64.exe' + Checksum64 = 'a9f5d2eaf67bf0db0178b6552a71c523c707df0e2cc66c06bfbc08bdc53387e7' + ChecksumType64 = 'sha256' } $uninstallData = @{ - SoftwareName = 'TBD' + SoftwareName = 'Microsoft Visual C++ 2015-2022 Redistributable*' } $otherData = @{ - ThreePartVersion = [version]'0.0.0' + ThreePartVersion = [version]'14.30.30704' FamilyRegistryKey = '14.0' PackageName = 'vcredist140' } diff --git a/automatic/vcredist140/vcredist140.json b/automatic/vcredist140/vcredist140.json index 356243d06a2..f1fbf6cc50e 100644 --- a/automatic/vcredist140/vcredist140.json +++ b/automatic/vcredist140/vcredist140.json @@ -1,5 +1,5 @@ { - "15": "0.0.0", + "15": "14.16.27033", "16": "0.0.0", - "17": "0.0.0" + "17": "14.30.30704-prerelease" } diff --git a/automatic/vcredist140/vcredist140.nuspec b/automatic/vcredist140/vcredist140.nuspec index 029291a0e42..60c64ceed51 100644 --- a/automatic/vcredist140/vcredist140.nuspec +++ b/automatic/vcredist140/vcredist140.nuspec @@ -3,23 +3,23 @@ vcredist140 - 14.29.30135 - https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/vcredist140 + 14.30.30704-prerelease + https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/vcredist140 chocolatey-community,jberezanski - Microsoft Visual C++ Redistributable for Visual Studio 0-0 + Microsoft Visual C++ Redistributable for Visual Studio 2015-2022 Microsoft https://visualstudio.microsoft.com/vs/ - https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@d8a28da83b3b9bf058e1fbbeed5ce74329b73245/icons/vcredist140.png + https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@d8a28da83b3b9bf058e1fbbeed5ce74329b73245/icons/vcredist140.png https://www.microsoft.com/en-us/legal/intellectualproperty/permissions https://visualstudio.microsoft.com/license-terms/mlt031619/ false https://docs.microsoft.com/en-us/visualstudio/ide/getting-started-with-cpp-in-visual-studio https://developercommunity.visualstudio.com/ microsoft visual c++ redistributable 140 2015 2017 2019 admin - Run-time components that are required to run C++ applications that are built by using Visual Studio 0-0 - Run-time components that are required to run C++ applications that are built by using Visual Studio 2015-2022 +