From 19a3813c2bf4b39ec07fb4bcf1aaf23469a51f8e Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sat, 10 Aug 2024 00:21:30 +0000 Subject: [PATCH] AU: 4 updated - datagrip freecad nexus-repository vim [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/864cee111a568eea60f8aedfee7b3d0b3303a59a --- automatic/datagrip/datagrip.nuspec | 2 +- automatic/datagrip/tools/ChocolateyInstall.ps1 | 4 ++-- automatic/freecad/freecad.json | 2 +- automatic/freecad/freecad.nuspec | 2 +- automatic/freecad/tools/chocolateyInstall.ps1 | 4 ++-- automatic/nexus-repository/nexus-repository.nuspec | 2 +- automatic/nexus-repository/tools/chocolateyinstall.ps1 | 6 +++--- automatic/vim/legal/VERIFICATION.txt | 8 ++++---- automatic/vim/tools/chocolateyinstall.ps1 | 4 ++-- automatic/vim/vim.nuspec | 2 +- 10 files changed, 18 insertions(+), 18 deletions(-) diff --git a/automatic/datagrip/datagrip.nuspec b/automatic/datagrip/datagrip.nuspec index 48996bd11f3..9fababc83d8 100644 --- a/automatic/datagrip/datagrip.nuspec +++ b/automatic/datagrip/datagrip.nuspec @@ -3,7 +3,7 @@ datagrip - 2024.1.4 + 2024.1.5 JetBrains DataGrip JetBrains https://www.datagrip.org/terms.php diff --git a/automatic/datagrip/tools/ChocolateyInstall.ps1 b/automatic/datagrip/tools/ChocolateyInstall.ps1 index 1c719eafeac..04007806db1 100644 --- a/automatic/datagrip/tools/ChocolateyInstall.ps1 +++ b/automatic/datagrip/tools/ChocolateyInstall.ps1 @@ -16,8 +16,8 @@ if ($pp.InstallDir) { $arguments = @{ packageName = $env:ChocolateyPackageName softwareName = 'JetBrains DataGrip*' - url = 'https://download.jetbrains.com/datagrip/datagrip-2024.1.4.exe' - checksum = '206e94b78f49ce9fd6cdd7a095edeafe1ca5a3866cd14d483c68d69fc473e081' + url = 'https://download.jetbrains.com/datagrip/datagrip-2024.1.5.exe' + checksum = '557bc4a5d7be28141e2ebe6418a662f07a221d66b3a794be48782793d79f1ff8' fileType = 'exe' checksumType = 'sha256' silentArgs = $silentArgs diff --git a/automatic/freecad/freecad.json b/automatic/freecad/freecad.json index a8daf40f669..14a76c05508 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": "38419.2024.8.7-dev" + "dev": "38429.2024.8.9-dev" } diff --git a/automatic/freecad/freecad.nuspec b/automatic/freecad/freecad.nuspec index 65aec53067e..5dc9cbc7573 100644 --- a/automatic/freecad/freecad.nuspec +++ b/automatic/freecad/freecad.nuspec @@ -3,7 +3,7 @@ freecad - 38419.2024.8.7-dev + 38429.2024.8.9-dev FreeCAD chocolatey-community,purity Jürgen Riegel diff --git a/automatic/freecad/tools/chocolateyInstall.ps1 b/automatic/freecad/tools/chocolateyInstall.ps1 index 96334229332..93ad3fa1dea 100644 --- a/automatic/freecad/tools/chocolateyInstall.ps1 +++ b/automatic/freecad/tools/chocolateyInstall.ps1 @@ -6,9 +6,9 @@ if (!$PSScriptRoot) { $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -P $packageArgs = @{ packageName = 'freecad' fileType = '7z' - url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-38419-conda-Windows-x86_64-py311.7z' + url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-38429-conda-Windows-x86_64-py311.7z' softwareName = 'FreeCAD' - checksum64 = 'E4717D4C1681FB21251F86210BD6E0543101EABD9272074BD0B36751422BC6BC' + checksum64 = 'FBA77CB1C518884BF0376C1DD5F5F4EBD6096D3C99859102D07CF22A16A99037' checksumType64 = 'sha256' silentArgs = '/S' validExitCodes = @(0) diff --git a/automatic/nexus-repository/nexus-repository.nuspec b/automatic/nexus-repository/nexus-repository.nuspec index c95051f8774..354107d4f76 100644 --- a/automatic/nexus-repository/nexus-repository.nuspec +++ b/automatic/nexus-repository/nexus-repository.nuspec @@ -3,7 +3,7 @@ nexus-repository Nexus Repository OSS - 3.70.1.02 + 3.71.0.06 Sonatype chocolatey-community,DarwinJS Free open source version of popular Nexus Repository for binary artifacts including first class Nuget support. diff --git a/automatic/nexus-repository/tools/chocolateyinstall.ps1 b/automatic/nexus-repository/tools/chocolateyinstall.ps1 index f310683abcb..d9db82f91d8 100644 --- a/automatic/nexus-repository/tools/chocolateyinstall.ps1 +++ b/automatic/nexus-repository/tools/chocolateyinstall.ps1 @@ -6,7 +6,7 @@ if (Get-OSArchitectureWidth 32) { throw "Sonatype Nexus Repository 3.0 and greater only supports 64-bit Windows." } -$Version = '3.70.1-02' +$Version = '3.71.0-06' $NexusVersionedFolder = "nexus-$Version" $TargetFolder = "$env:ProgramData\nexus" $ExtractFolder = "$env:TEMP\NexusExtract" @@ -55,8 +55,8 @@ if (Test-Path "$ExtractFolder") { $PackageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $ExtractFolder - url64 = 'https://sonatype-download.global.ssl.fastly.net/repository/downloads-prod-group/3/nexus-3.70.1-02-win64.zip' - checksum64 = 'c6939d6989ce358709037deddf7cb85abfd9e825c7620aa25ccdcce2022700e4' + url64 = 'https://sonatype-download.global.ssl.fastly.net/repository/downloads-prod-group/3/nexus-3.71.0-06-win64.zip' + checksum64 = '39836efac22c82819b48951c7a489853c6dc21ce86b62660a84c14ef944117f5' checksumType64 = 'SHA256' } diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 74ac2a76b7a..9940605cc70 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: 85FF76741FA27DED730C5349492DB07EFAE65F093D6611C0DFC9159B5EF45583 - checksum64: B725D5593EBD2078D213181AAC5E694B145A2CA8152D7D443C55028EF1F02D56 + checksum32: E55C6F6791D7B8FE198E79D9276A84019DC6D5D840578CE8B26AE9237DFC7810 + checksum64: E38664C1B6C52454E38D37FCEB8C738ED1DADA2C8E3D7BF110266D7E5C9A6D2F diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index be4e9808732..caca4d62915 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.0665_x86.zip" - file64 = "$toolsDir\gvim_9.1.0665_x64.zip" + file = "$toolsDir\gvim_9.1.0666_x86.zip" + file64 = "$toolsDir\gvim_9.1.0666_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index d6b3e066013..a492c284cd3 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.1.0665 + 9.1.0666 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.