From 18933b1a3c6292205e5ff378afa23970effb9bc1 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Thu, 4 Apr 2024 18:19:33 +0000 Subject: [PATCH] AU: 3 updated - sweet-home-3d vscode vscode.install [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/d47fe15ebbe61a4939dafe4c6da88ee25f13ba88 --- automatic/sweet-home-3d/legal/VERIFICATION.txt | 4 ++-- automatic/sweet-home-3d/sweet-home-3d.nuspec | 2 +- automatic/sweet-home-3d/tools/chocolateyInstall.ps1 | 2 +- automatic/vscode.install/tools/ChocolateyInstall.ps1 | 6 +++--- automatic/vscode.install/vscode.install.nuspec | 2 +- automatic/vscode/vscode.nuspec | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/automatic/sweet-home-3d/legal/VERIFICATION.txt b/automatic/sweet-home-3d/legal/VERIFICATION.txt index 58ec610cb0c..73bb4429470 100644 --- a/automatic/sweet-home-3d/legal/VERIFICATION.txt +++ b/automatic/sweet-home-3d/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: CE57ADE6F62F1CB689223D530D95EDD5FAC8EA1FC7A3BBCE5FC473845D7F9385 + checksum: 5CC1175444F4134024F474623001D7D8E6B99CD0E80B20E585893E1677EFF53B The file 'LICENSE.txt' has been obtained from diff --git a/automatic/sweet-home-3d/sweet-home-3d.nuspec b/automatic/sweet-home-3d/sweet-home-3d.nuspec index 3175176b8b3..1e2f516aa18 100644 --- a/automatic/sweet-home-3d/sweet-home-3d.nuspec +++ b/automatic/sweet-home-3d/sweet-home-3d.nuspec @@ -3,7 +3,7 @@ sweet-home-3d - 7.2 + 7.3 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/sweet-home-3d chocolatey-community Sweet Home 3D diff --git a/automatic/sweet-home-3d/tools/chocolateyInstall.ps1 b/automatic/sweet-home-3d/tools/chocolateyInstall.ps1 index 2157cc57cd9..c619773d659 100644 --- a/automatic/sweet-home-3d/tools/chocolateyInstall.ps1 +++ b/automatic/sweet-home-3d/tools/chocolateyInstall.ps1 @@ -5,7 +5,7 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = 'sweet-home-3d' fileType = 'exe' - file = "$toolsPath\SweetHome3D-7.2-windows.exe" + file = "$toolsPath\SweetHome3D-7.3-windows.exe" softwareName = 'Sweet Home 3D*' silentArgs = '/SILENT' validExitCodes = @(0) diff --git a/automatic/vscode.install/tools/ChocolateyInstall.ps1 b/automatic/vscode.install/tools/ChocolateyInstall.ps1 index 4758eeb1f91..d56ad0cbb00 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.87.2' +$version = '1.88.0' if ($version -eq (Get-UninstallRegistryKey "$softwareName").DisplayVersion) { Write-Host "VS Code $version is already installed." return @@ -16,11 +16,11 @@ Close-VSCode $packageArgs = @{ packageName = 'vscode.install' fileType = 'exe' - url64bit = 'https://update.code.visualstudio.com/1.87.2/win32-x64/stable' + url64bit = 'https://update.code.visualstudio.com/1.88.0/win32-x64/stable' softwareName = "$softwareName" - checksum64 = 'c49f51562a99e19412d968a81ad653960c4861e95f7cd04e49e15c42e139a9ee' + checksum64 = 'ae4ed8e3a86d7d684ebd1a0f03eeceffafa2df9aa9cd2acf5274b2e6c556159e' 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 423a752f0a4..4601a611fac 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.87.2 + 1.88.0 Microsoft chocolatey-community https://code.visualstudio.com diff --git a/automatic/vscode/vscode.nuspec b/automatic/vscode/vscode.nuspec index 5463c13952c..80312a748c4 100644 --- a/automatic/vscode/vscode.nuspec +++ b/automatic/vscode/vscode.nuspec @@ -4,7 +4,7 @@ vscode Visual Studio Code - 1.87.2 + 1.88.0 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