diff --git a/automatic/displayfusion/displayfusion.json b/automatic/displayfusion/displayfusion.json index 67b53d3aef4..688cff15cb5 100644 --- a/automatic/displayfusion/displayfusion.json +++ b/automatic/displayfusion/displayfusion.json @@ -1,4 +1,4 @@ { - "stable": "9.9", + "stable": "10.0", "unstable": "10.0-Beta9" } diff --git a/automatic/displayfusion/displayfusion.nuspec b/automatic/displayfusion/displayfusion.nuspec index e2b92f2738c..0e72c49fb78 100644 --- a/automatic/displayfusion/displayfusion.nuspec +++ b/automatic/displayfusion/displayfusion.nuspec @@ -3,7 +3,7 @@ displayfusion - 9.9 + 10.0 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 fc763ea0040..fbed16da19b 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: 58663AC3C4EFF723CD2D39C9F156691EDD072823D853E4B22B9ECFFF92F4B352 + checksum: 95F73D72D2FB588761DEF0290E7F3795AD0867B3EB57F8A8775DA4C3EF7697E2 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/displayfusion/tools/chocolateyInstall.ps1 b/automatic/displayfusion/tools/chocolateyInstall.ps1 index ef06387a84b..14cbcb122d2 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-9.9.exe" + file = "$toolsPath\DisplayFusionSetup-10.0.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/freecad/freecad.json b/automatic/freecad/freecad.json index 3ce82c2b379..aa8c861b776 100644 --- a/automatic/freecad/freecad.json +++ b/automatic/freecad/freecad.json @@ -1,5 +1,5 @@ { "stable": "0.20.2.1", "portable": "0.20.2.1", - "dev": "32785.2023.4.9-dev" + "dev": "32785.2023.4.12-dev" } diff --git a/automatic/freecad/freecad.nuspec b/automatic/freecad/freecad.nuspec index 1f06ad808b2..c9d46807057 100644 --- a/automatic/freecad/freecad.nuspec +++ b/automatic/freecad/freecad.nuspec @@ -3,7 +3,7 @@ freecad - 32785.2023.4.9-dev + 32785.2023.4.12-dev FreeCAD chocolatey-community,purity Jürgen Riegel diff --git a/automatic/freecad/tools/chocolateyInstall.ps1 b/automatic/freecad/tools/chocolateyInstall.ps1 index 276e6532f42..d2e8c62e47c 100644 --- a/automatic/freecad/tools/chocolateyInstall.ps1 +++ b/automatic/freecad/tools/chocolateyInstall.ps1 @@ -7,11 +7,11 @@ $packageArgs = @{ packageName = 'freecad' fileType = '7z' url = '' - url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-32785-2023-04-09-conda-Windows-x86_64-py310.7z' + url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-32785-2023-04-12-conda-Windows-x86_64-py310.7z' softwareName = 'FreeCAD' checksum = '' checksumType = '' - checksum64 = 'FEF8F5A377CF1109D11E288164181A06E88065F3E996037A52B43E23DE6EBD1B' + checksum64 = 'F58B2DF5FA581F3AE867F9AB5921812D045A2041D99244770029567324A56225' checksumType64 = 'sha256' silentArgs = '/S' validExitCodes = @(0) diff --git a/automatic/kubernetes-cli/kubernetes-cli.json b/automatic/kubernetes-cli/kubernetes-cli.json index 7e5eae0ae7f..ad27d457eab 100644 --- a/automatic/kubernetes-cli/kubernetes-cli.json +++ b/automatic/kubernetes-cli/kubernetes-cli.json @@ -15,6 +15,6 @@ "1.23": "1.23.17", "1.24": "1.24.12", "1.25": "1.25.8", - "1.26": "1.26.3", + "1.26": "1.26.4", "1.27": "1.27.0" } diff --git a/automatic/kubernetes-cli/kubernetes-cli.nuspec b/automatic/kubernetes-cli/kubernetes-cli.nuspec index 6f41fed6455..5b9f222bb4d 100644 --- a/automatic/kubernetes-cli/kubernetes-cli.nuspec +++ b/automatic/kubernetes-cli/kubernetes-cli.nuspec @@ -3,7 +3,7 @@ kubernetes-cli - 1.27.0 + 1.26.4 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/kubernetes-cli chocolatey-community,Andrei Bejenaru Kubernetes Command Line Interface (CLI) @@ -60,7 +60,7 @@ Automatically mount the storage system of your choice, whether from local storag #### Batch execution In addition to services, Kubernetes can manage your batch and CI workloads, replacing containers that fail, if desired. ]]> - https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.27.md + https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.26.md diff --git a/automatic/kubernetes-cli/legal/VERIFICATION.txt b/automatic/kubernetes-cli/legal/VERIFICATION.txt index fe7addb2065..8325ba2ab0a 100644 --- a/automatic/kubernetes-cli/legal/VERIFICATION.txt +++ b/automatic/kubernetes-cli/legal/VERIFICATION.txt @@ -4,12 +4,12 @@ Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy. The embedded software have been downloaded from the listed download -location on +location on 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' @@ -18,7 +18,7 @@ and can be verified by doing the following: 3. The checksums should match the following: checksum type: sha256 - checksum32: 741DD9672C333F53D1F4FA1F003DD37FB4F21B55E538726950586D03059F5838 - checksum64: 936939707FC4E3934362C0C80DC47E2DA1AC943CA463238A184FF663B7BD7F64 + checksum32: D8AB19A6A931C9131C5D41B7977830A540462EED6A737DE588109BF3AC3B6F1F + checksum64: 4568E59DF08E3B9B3EDD393D993D60188DF8F659CE5CE04A6222D47D96807BE2 File 'LICENSE.txt' is obtained from diff --git a/automatic/logfusion/logfusion.nuspec b/automatic/logfusion/logfusion.nuspec index dcc9bd712bf..876c95deb49 100644 --- a/automatic/logfusion/logfusion.nuspec +++ b/automatic/logfusion/logfusion.nuspec @@ -3,7 +3,7 @@ logfusion - 6.6 + 6.7 LogFusion Binary Fortress Software https://www.logfusion.ca diff --git a/automatic/logfusion/tools/chocolateyInstall.ps1 b/automatic/logfusion/tools/chocolateyInstall.ps1 index eb3d265506c..5477d081833 100644 --- a/automatic/logfusion/tools/chocolateyInstall.ps1 +++ b/automatic/logfusion/tools/chocolateyInstall.ps1 @@ -3,8 +3,8 @@ $arguments = @{ packageName = $env:ChocolateyPackageName softwareName = 'LogFusion' - url = 'https://binaryfortressdownloads.com/Download/BFSFiles/117/LogFusionSetup-6.6.exe' - checksum = 'c268c690a29e03581247b60babab5e4da1d1a16129630e41276d2cda6f70d69f' + url = 'https://binaryfortressdownloads.com/Download/BFSFiles/117/LogFusionSetup-6.7.exe' + checksum = 'e3a870b665d53f9b60cd0c81d18de3573595ee323ef7f488316ed27b427d8caf' fileType = 'exe' checksumType = 'sha256' silentArgs = '/VERYSILENT /LAUNCHAFTER=0' diff --git a/automatic/vscode.install/tools/ChocolateyInstall.ps1 b/automatic/vscode.install/tools/ChocolateyInstall.ps1 index aace4f9890a..1da28ef15a7 100644 --- a/automatic/vscode.install/tools/ChocolateyInstall.ps1 +++ b/automatic/vscode.install/tools/ChocolateyInstall.ps1 @@ -4,7 +4,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 $softwareName = 'Microsoft Visual Studio Code' -$version = '1.77.2' +$version = '1.77.3' if ($version -eq (Get-UninstallRegistryKey "$softwareName").DisplayVersion) { Write-Host "VS Code $version is already installed." return @@ -16,14 +16,14 @@ Close-VSCode $packageArgs = @{ packageName = 'vscode.install' fileType = 'exe' - url = 'https://az764295.vo.msecnd.net/stable/e344f1f539a80912a0e9357cec841f36ce97a4e2/VSCodeSetup-ia32-1.77.2.exe' - url64bit = 'https://az764295.vo.msecnd.net/stable/e344f1f539a80912a0e9357cec841f36ce97a4e2/VSCodeSetup-x64-1.77.2.exe' + url = 'https://az764295.vo.msecnd.net/stable/704ed70d4fd1c6bd6342c436f1ede30d1cff4710/VSCodeSetup-ia32-1.77.3.exe' + url64bit = 'https://az764295.vo.msecnd.net/stable/704ed70d4fd1c6bd6342c436f1ede30d1cff4710/VSCodeSetup-x64-1.77.3.exe' softwareName = "$softwareName" - checksum = 'a0ddfd672bce71100c5ef482349c38b3c6b92202803acc4fb55ad70957f65233' + checksum = 'b9fe8a0521ffe563697a807dc1d7f988d3d9aa5a70b190e93804198204540ff4' checksumType = 'sha256' - checksum64 = '12e8a4888cf03acece34a36e5ed41ef81ae465d6db5a7a9a583b267d44d64e2e' + checksum64 = 'a2dabae976cc913efd0528b16a62a26900f4475b0e527420af286346ff0474b4' checksumType64 = 'sha256' silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation) diff --git a/automatic/vscode.install/vscode.install.nuspec b/automatic/vscode.install/vscode.install.nuspec index dd5a39212e7..606ef5fcd9c 100644 --- a/automatic/vscode.install/vscode.install.nuspec +++ b/automatic/vscode.install/vscode.install.nuspec @@ -4,7 +4,7 @@ vscode.install Visual Studio Code (Install) - 1.77.2 + 1.77.3 Microsoft chocolatey-community https://code.visualstudio.com diff --git a/automatic/vscode/vscode.nuspec b/automatic/vscode/vscode.nuspec index f16d079db1d..91fd72b15ff 100644 --- a/automatic/vscode/vscode.nuspec +++ b/automatic/vscode/vscode.nuspec @@ -4,7 +4,7 @@ vscode Visual Studio Code - 1.77.2 + 1.77.3 Microsoft chocolatey-community https://code.visualstudio.com @@ -45,7 +45,7 @@ Example: `choco install vscode --params "/NoDesktopIcon /DontAddToPath"` ]]> microsoft visualstudiocode vscode development editor ide javascript typescript admin foss cross-platform - + https://code.visualstudio.com/Updates