From c7d9c4314cd1cd42f5521f71d3eec83a79501b7e Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Tue, 22 Oct 2024 00:19:46 +0000 Subject: [PATCH] AU: 3 updated - chromium freecad vim [skip ci] --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 4 ++-- automatic/chromium/tools/chocolateyInstall.ps1 | 6 +++--- automatic/freecad/freecad.json | 2 +- automatic/freecad/freecad.nuspec | 2 +- automatic/freecad/tools/chocolateyInstall.ps1 | 2 +- automatic/vim/legal/VERIFICATION.txt | 8 ++++---- automatic/vim/tools/chocolateyinstall.ps1 | 4 ++-- automatic/vim/vim.nuspec | 2 +- 10 files changed, 17 insertions(+), 17 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 419f4bdd4c9..4f772537341 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "132.0.6790.0-snapshots", + "snapshots": "132.0.6791.0-snapshots", "stable": "130.0.6723.59" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 9f15584b07e..651ab0ceea5 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 132.0.6790.0-snapshots + 132.0.6791.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index f698661fd11..df1127a5bcf 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,13 +7,13 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 64-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 - checksum64: F5404A865E15EA03F16BB74573C7355D7686ADB122421E3576CBE9C8A0D51F4D + checksum64: EE60B71E557A26211840397A667C7AFF31B70F287157AD84E5D79621E3C83316 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 7a3d77af4cd..c7155d55e61 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition . (Join-Path $toolsDir 'helper.ps1') -$version = '132.0.6790.0-snapshots' +$version = '132.0.6791.0-snapshots' $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string @@ -15,8 +15,8 @@ if (Test-Path $Chromium) { $packageArgs = @{ packageName = 'chromium' - url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1371187/mini_installer.exe' - checksum = '97DA4A75C61B1275FC5BA96BE7708BCAF295D6EF163015C44583BDA2E37F55DD' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1371591/mini_installer.exe' + checksum = '0BDC715AC604DCE031B19B33BBAEA139D153DCBCD947A827150F0B2B8EC7A75E' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' diff --git a/automatic/freecad/freecad.json b/automatic/freecad/freecad.json index 4359642aafb..4207fa8bd14 100644 --- a/automatic/freecad/freecad.json +++ b/automatic/freecad/freecad.json @@ -1,5 +1,5 @@ { "stable": "0.21.2.1", "portable": "0.21.2.1", - "dev": "38991.2024.10.18-dev" + "dev": "38991.2024.10.21-dev" } diff --git a/automatic/freecad/freecad.nuspec b/automatic/freecad/freecad.nuspec index 2ee31947a8c..0b668017803 100644 --- a/automatic/freecad/freecad.nuspec +++ b/automatic/freecad/freecad.nuspec @@ -3,7 +3,7 @@ freecad - 38991.2024.10.18-dev + 38991.2024.10.21-dev FreeCAD chocolatey-community,purity Jürgen Riegel diff --git a/automatic/freecad/tools/chocolateyInstall.ps1 b/automatic/freecad/tools/chocolateyInstall.ps1 index 000c600756a..1089c483879 100644 --- a/automatic/freecad/tools/chocolateyInstall.ps1 +++ b/automatic/freecad/tools/chocolateyInstall.ps1 @@ -8,7 +8,7 @@ $packageArgs = @{ fileType = '7z' url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-38991-conda-Windows-x86_64-py311.7z' softwareName = 'FreeCAD' - checksum64 = 'FF3A63F8A4BE30F577B33AC8D718E92164C0DE702D333C80C7D2CF399E0CFC94' + checksum64 = '20A8037727B1B580497FFE119B1893D1267CA9EB3F1F9599B42E8590F4C97B0A' checksumType64 = 'sha256' silentArgs = '/S' validExitCodes = @(0) diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 2ccd4ba04ec..3954cab94f5 100644 --- a/automatic/vim/legal/VERIFICATION.txt +++ b/automatic/vim/legal/VERIFICATION.txt @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy. The embedded software have been downloaded from GitHub and can be verified like this: 1. Download the following zips: - 32-Bit: - 64-Bit: + 32-Bit: + 64-Bit: 2. You can use one of the following methods to obtain the SHA256 checksum: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: D05D7F393F703A6324B25F7B56F40AB9384B4D94AA33C6EA137F507202CC7C2D - checksum64: 59CAD6914130E7670B680937A687BC3C72B89E8DDA5BC14E50F8796C446B710C + checksum32: 104F9345B2A092772F454CD5B5BF95258EC9FF50FAA20C3D6F66662A2E687D29 + checksum64: 19F6BF4E4A036E01E2D0ED8BE664ECD0CE737BC4ABB3DCE51519C900A5EE390C diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index ed7bb9ef158..f92be661130 100644 --- a/automatic/vim/tools/chocolateyinstall.ps1 +++ b/automatic/vim/tools/chocolateyinstall.ps1 @@ -9,8 +9,8 @@ $installDir = Get-InstallDir $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $installDir - file = "$toolsDir\gvim_9.1.0794_x86.zip" - file64 = "$toolsDir\gvim_9.1.0794_x64.zip" + file = "$toolsDir\gvim_9.1.0798_x86.zip" + file64 = "$toolsDir\gvim_9.1.0798_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index a8d206e1b0b..212346d22a4 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.1.0794 + 9.1.0798 Bram Moolenaar, Vim Community chocolatey-community, Rob Reynolds Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.