From 45392563eaa6b4f4275812a3fbd916ec26c41d77 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Tue, 26 Mar 2024 12:28:41 +0000 Subject: [PATCH] AU: 4 updated - palemoon PartitionMasterFree vscode-insiders vscode-insiders.install [skip ci] --- automatic/palemoon/palemoon.nuspec | 2 +- automatic/palemoon/tools/chocolateyInstall.ps1 | 8 ++++---- automatic/partitionmasterfree/PartitionMasterFree.nuspec | 2 +- automatic/partitionmasterfree/legal/VERIFICATION.txt | 2 +- .../vscode-insiders.install/tools/chocolateyInstall.ps1 | 4 ++-- .../vscode-insiders.install.nuspec | 2 +- automatic/vscode-insiders/vscode-insiders.nuspec | 4 ++-- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/automatic/palemoon/palemoon.nuspec b/automatic/palemoon/palemoon.nuspec index f6b048f10c9..1a9237e8503 100644 --- a/automatic/palemoon/palemoon.nuspec +++ b/automatic/palemoon/palemoon.nuspec @@ -4,7 +4,7 @@ palemoon Pale Moon browser - 33.0.1 + 33.0.2 Moonchild Productions chocolatey-community,Redsandro A Firefox-based web browser optimized for modern hardware. diff --git a/automatic/palemoon/tools/chocolateyInstall.ps1 b/automatic/palemoon/tools/chocolateyInstall.ps1 index c0be1b4bf3e..e95312f26e7 100644 --- a/automatic/palemoon/tools/chocolateyInstall.ps1 +++ b/automatic/palemoon/tools/chocolateyInstall.ps1 @@ -3,14 +3,14 @@ $packageArgs = @{ packageName = 'palemoon' fileType = 'exe' - url = 'https://rm-eu.palemoon.org/release/palemoon-33.0.1.win32.installer.exe' - url64 = 'https://rm-eu.palemoon.org/release/palemoon-33.0.1.win64.installer.exe' + url = 'https://rm-eu.palemoon.org/release/palemoon-33.0.2.win32.installer.exe' + url64 = 'https://rm-eu.palemoon.org/release/palemoon-33.0.2.win64.installer.exe' softwareName = 'Pale Moon*' - checksum = 'c91470cb43e8d996b50d643a94997e6cb592c1643a38aea96304da7986380070' + checksum = '11296025abf7182f8b4218b6a5b4d64023c71ed90de208362acd1e555a2dfbb3' checksumType = 'sha256' - checksum64 = 'dd7dcf7e962ab0793c9c6d7591f07fb4d25d3b90a1042d3e8530da7604cf5dfa' + checksum64 = '295129f2b08314cb6966fdc37f56b0642c0b82912a1e07d71a0c5afdf95d15b9' checksumType64= 'sha256' silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-" diff --git a/automatic/partitionmasterfree/PartitionMasterFree.nuspec b/automatic/partitionmasterfree/PartitionMasterFree.nuspec index e9bd1d335e7..b8bf8b6ffdf 100644 --- a/automatic/partitionmasterfree/PartitionMasterFree.nuspec +++ b/automatic/partitionmasterfree/PartitionMasterFree.nuspec @@ -4,7 +4,7 @@ PartitionMasterFree EaseUS Partition Master (Free) - 18.2 + 18.5 CHENGDU Yiwo Tech Development Co., Ltd chocolatey-community,Redsandro EaseUS Partition Master Free Edition is a partition solution and disk management utility diff --git a/automatic/partitionmasterfree/legal/VERIFICATION.txt b/automatic/partitionmasterfree/legal/VERIFICATION.txt index 910caed127f..21178ec8a8a 100644 --- a/automatic/partitionmasterfree/legal/VERIFICATION.txt +++ b/automatic/partitionmasterfree/legal/VERIFICATION.txt @@ -15,7 +15,7 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 8639d9a36079a21301104442513424d8e4836fc2ebf5a299a0b319026718cc87 + checksum32: 77fb2f59a6d47ccf1f51f9f1d56bdeb28830b079235f98492b8f4171e065160e File 'license.txt' is obtained from: https://www.easeus.com/license.htm diff --git a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 index c3f43544c43..e29856d47ec 100644 --- a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 +++ b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 @@ -22,11 +22,11 @@ function Get-MergeTasks { $packageArgs = @{ packageName = "$env:ChocolateyPackageName" fileType = 'exe' - url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/b0d975fc6370f15570c380f41015b1ca2cdcb791/VSCodeSetup-x64-1.88.0-insider.exe' + url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/5d8491d7130d25aae121eeaa1633603ef8faa39e/VSCodeSetup-x64-1.88.0-insider.exe' softwareName = 'Microsoft Visual Studio Code Insiders' - checksum64 = 'b03e94eed5dcbc72a23dd5b345b0505c3423a874f804f3e39b184df33ca55a49ccf491bded8c3d9d069e1eb4c518bb1ae82ea7a047fbf509cd7c9e1feaf6b888' + checksum64 = 'd1cad5e470c48e0fd11160edb0b8c3f8373a19734e49d5094de09efca195974f78daafd3d7ca375e769eddb1e07ca435aa31080d04d61ffbfbcd074de58c610e' checksumType64 = 'sha512' silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation) diff --git a/automatic/vscode-insiders.install/vscode-insiders.install.nuspec b/automatic/vscode-insiders.install/vscode-insiders.install.nuspec index d6d2a30be93..22534e98a3c 100644 --- a/automatic/vscode-insiders.install/vscode-insiders.install.nuspec +++ b/automatic/vscode-insiders.install/vscode-insiders.install.nuspec @@ -4,7 +4,7 @@ vscode-insiders.install Visual Studio Code Insiders (Install) - 1.88.0.20240325 + 1.88.0.20240326 Microsoft chocolatey-community https://code.visualstudio.com/insiders diff --git a/automatic/vscode-insiders/vscode-insiders.nuspec b/automatic/vscode-insiders/vscode-insiders.nuspec index d0cfc34e793..1b4562dc661 100644 --- a/automatic/vscode-insiders/vscode-insiders.nuspec +++ b/automatic/vscode-insiders/vscode-insiders.nuspec @@ -4,7 +4,7 @@ vscode-insiders Visual Studio Code Insiders - 1.88.0.20240325 + 1.88.0.20240326 Microsoft chocolatey-community https://code.visualstudio.com/insiders @@ -48,7 +48,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath" ]]> microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform - + https://code.visualstudio.com/updates/#_preview-features